summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-06-16 01:59:33 +0000
committerAde Lovett <ade@FreeBSD.org>2006-06-16 01:59:33 +0000
commit98f17b9b93ae4423fa7d59a1612d8a9fc97b8426 (patch)
tree4937d3f8f88a777fdf96f23f803b957c9fc69895 /security
parentCorrect MASTER_SITES now that people.freedesktop.org is on a different machine. (diff)
Update to 1.1.1
Submitted by: author
Notes
Notes: svn path=/head/; revision=165533
Diffstat (limited to 'security')
-rw-r--r--security/courierpassd/Makefile21
-rw-r--r--security/courierpassd/distinfo6
2 files changed, 22 insertions, 5 deletions
diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile
index bb58352d4942..e78463e55966 100644
--- a/security/courierpassd/Makefile
+++ b/security/courierpassd/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= courierpassd
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.1
CATEGORIES= security mail
MASTER_SITES= http://www.arda.homeunix.net/store/
@@ -29,7 +29,24 @@ CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY}
PLIST_FILES= sbin/courierpassd
MAN8= courierpassd.8
+pre-everything::
+ @${ECHO} ""
+ @${ECHO} "###########################################################"
+ @${ECHO} ""
+ @${ECHO} "The following build options are available:"
+ @${ECHO} "
+ @${ECHO} " MINUID=uid"
+ @${ECHO} " Accounts with uids below this value cannot have"
+ @${ECHO} " their passwords changed. Default value is 100."
+ @${ECHO} ""
+ @${ECHO} " DELAY=sec"
+ @${ECHO} " Set the delay after a password change failure."
+ @${ECHO} " Default is 3 seconds."
+ @${ECHO} ""
+ @${ECHO} "###########################################################"
+ @${ECHO} ""
+
post-install:
- @${CAT} ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/security/courierpassd/distinfo b/security/courierpassd/distinfo
index bb08d2a8a164..70e0772332aa 100644
--- a/security/courierpassd/distinfo
+++ b/security/courierpassd/distinfo
@@ -1,3 +1,3 @@
-MD5 (courierpassd-1.1.0.tar.gz) = 9b12fe106075466f15e0bd6f931fb141
-SHA256 (courierpassd-1.1.0.tar.gz) = b0c8c53484bf2d9323b28be29b5d1868dcf034b759f983f48b7ed091a8dde582
-SIZE (courierpassd-1.1.0.tar.gz) = 288841
+MD5 (courierpassd-1.1.1.tar.gz) = 49a26b31bea0da5021eb56231ad24c25
+SHA256 (courierpassd-1.1.1.tar.gz) = f8e0f876578b4ec81ae806c83503a834911fdb834c5254ea6c62107bc734dd7a
+SIZE (courierpassd-1.1.1.tar.gz) = 288988