1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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)
This commit is contained in:
Ade Lovett 2005-10-20 00:55:37 +00:00
parent 3facc379a3
commit 6ce3f1ff45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145905
3 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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: