Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17327
Modified Files:
Makefile.build Makefile.install
Log Message:
added dovecot-pigeonhole for sieve support
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Makefile.build 24 Oct 2015 20:56:44 -0000 1.92
+++ Makefile.build 7 Nov 2015 21:11:02 -0000 1.93
@@ -119,7 +119,7 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk opendkim backports.ssl_match_hostname certifi futures \
- pycurl html5lib GateOne ZoneMinder intltool v4l
+ pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole
# End of dependencies
@@ -878,3 +878,5 @@
libecap: | $(GROUP_12)
v4l: | linux udev
+
+dovecot-pigeonhole: | dovecot Python
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Makefile.install 17 Oct 2015 20:20:05 -0000 1.51
+++ Makefile.install 7 Nov 2015 21:11:02 -0000 1.52
@@ -109,7 +109,7 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk backports.ssl_match_hostname certifi futures \
- pycurl setuptools html5lib GateOne ZoneMinder kmod
+ pycurl setuptools html5lib GateOne ZoneMinder kmod dovecot-pigeonhole
# End of dependencies
@@ -768,3 +768,4 @@
kmod: | $(GROUP_16)
+dovecot-pigeonhole: | dovecot Python
|