diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-07 23:03:35 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-07 23:03:35 +0000 |
commit | b85e21424101bbc7ffe1f11d01abe44761bac852 (patch) | |
tree | 6f2fd23c07a4b7c66367ea61bcae19ba493d17d4 /mail/maildrop | |
parent | 3fa7e44d2912c9caf23a9a98a9618448a8335b50 (diff) |
Update to 1.3.6.
Notes
Notes:
svn path=/head/; revision=51194
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 2 | ||||
-rw-r--r-- | mail/maildrop/distinfo | 2 | ||||
-rw-r--r-- | mail/maildrop/files/patch-Makefile.in | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 22efe59d0ae2..2811bf3dd8e5 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo index 16f1ea666e10..b1146a46fe9c 100644 --- a/mail/maildrop/distinfo +++ b/mail/maildrop/distinfo @@ -1 +1 @@ -MD5 (maildrop-1.3.4.tar.gz) = f0d2ecd8a85a987e31edc97b125241ca +MD5 (maildrop-1.3.6.tar.gz) = e38432ab43d6a4affa3b7ae61a13f3e7 diff --git a/mail/maildrop/files/patch-Makefile.in b/mail/maildrop/files/patch-Makefile.in index 3f52104cc4ae..65a3fe4fad9a 100644 --- a/mail/maildrop/files/patch-Makefile.in +++ b/mail/maildrop/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed May 16 20:29:17 2001 -+++ Makefile.in Wed May 16 20:29:34 2001 +--- Makefile.in.orig Tue Nov 27 08:22:26 2001 ++++ Makefile.in Thu Dec 6 23:26:43 2001 @@ -27,7 +27,7 @@ bindir = @bindir@ sbindir = @sbindir@ @@ -9,12 +9,12 @@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ -@@ -88,7 +88,7 @@ - EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config +@@ -87,7 +87,7 @@ + EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config maildropmysql.config scriptdir = $(pkgdatadir)/scripts -htmldir = $(pkgdatadir)/html +htmldir = $(pkgdatadir) - @INSTALL_USERDB_TRUE@USERDBHTML = userdb.html makeuserdb.html userdbpw.html + @INSTALL_USERDB_TRUE@USERDBHTML = @INSTALL_USERDB_TRUE@userdb.html makeuserdb.html userdbpw.html @INSTALL_USERDB_FALSE@USERDBHTML = - @INSTALL_USERDB_TRUE@USERDBMAN = userdb.8 makeuserdb.8 userdbpw.8 + @INSTALL_USERDB_TRUE@USERDBMAN = @INSTALL_USERDB_TRUE@userdb.8 makeuserdb.8 userdbpw.8 |