aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2005-10-20 08:55:37 +0800
committerade <ade@FreeBSD.org>2005-10-20 08:55:37 +0800
commitac73924395d621251eef17f235288228a33c3804 (patch)
treeddb024e7d492e32cb8a0529e2a2b5339f55c4ca0 /security
parent2a42397c08677b605fe55f5f599646cb9df99bd0 (diff)
downloadfreebsd-ports-gnome-ac73924395d621251eef17f235288228a33c3804.tar.gz
freebsd-ports-gnome-ac73924395d621251eef17f235288228a33c3804.tar.zst
freebsd-ports-gnome-ac73924395d621251eef17f235288228a33c3804.zip
Update to 1.1.0 release, add a couple of tunables to the Makefile,
and bit a little more descriptive in pkg-descr. Submitted by: andrew@arda.homeunix.net (author)
Diffstat (limited to 'security')
-rw-r--r--security/courierpassd/Makefile9
-rw-r--r--security/courierpassd/distinfo4
-rw-r--r--security/courierpassd/pkg-message3
3 files changed, 9 insertions, 7 deletions
diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile
index 8af815a50b9d..f784a5f2adb5 100644
--- a/security/courierpassd/Makefile
+++ b/security/courierpassd/Makefile
@@ -5,10 +5,9 @@
# $FreeBSD$
PORTNAME= courierpassd
-PORTVERSION= 1.1.0.r1
+PORTVERSION= 1.1.0
CATEGORIES= security mail
MASTER_SITES= http://www.arda.homeunix.net/store/
-DISTNAME= courierpassd-1.1.0-RC1
MAINTAINER= ade@FreeBSD.org
COMMENT= User authentication and password changing daemon utility
@@ -16,8 +15,6 @@ COMMENT= User authentication and password changing daemon utility
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-WRKSRC= ${WRKDIR}/courierpassd-1.1.0-RC1
-
USE_REINPLACE= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
@@ -27,6 +24,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
+MINUID?= 100
+DELAY?= 3
+CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY}
+
PLIST_FILES= sbin/courierpassd
MAN8= courierpassd.8
diff --git a/security/courierpassd/distinfo b/security/courierpassd/distinfo
index 181f515a5311..e87d13b610a9 100644
--- a/security/courierpassd/distinfo
+++ b/security/courierpassd/distinfo
@@ -1,2 +1,2 @@
-MD5 (courierpassd-1.1.0-RC1.tar.gz) = 40d6db8cbe3be0ae0669522aabdfed08
-SIZE (courierpassd-1.1.0-RC1.tar.gz) = 289985
+MD5 (courierpassd-1.1.0.tar.gz) = 9b12fe106075466f15e0bd6f931fb141
+SIZE (courierpassd-1.1.0.tar.gz) = 288841
diff --git a/security/courierpassd/pkg-message b/security/courierpassd/pkg-message
index dec67cbba0ae..f059db8157a7 100644
--- a/security/courierpassd/pkg-message
+++ b/security/courierpassd/pkg-message
@@ -4,7 +4,8 @@ In order to run this port, please add the following line to
pop3pw stream tcp nowait root /usr/local/sbin/courierpassd courierpassd -s imap
"imap" can be replaced with the service you wish to authenticate (and change)
-passwords against, eg: "pop3".
+passwords against, eg: "pop3". If you leave out the -s switch altogether,
+its value defaults to "login".
After modifying /etc/inetd.conf, you must (as root) run: