diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-10-20 00:55:37 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-10-20 00:55:37 +0000 |
commit | 6ce3f1ff45c90ae739a82a2c1b5106342e87143f (patch) | |
tree | ae141553de153eaa75f7b7cc1c4aeae318be8da4 | |
parent | Forget remove. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=145905
-rw-r--r-- | security/courierpassd/Makefile | 9 | ||||
-rw-r--r-- | security/courierpassd/distinfo | 4 | ||||
-rw-r--r-- | security/courierpassd/pkg-message | 3 |
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: |