View | Details | Raw Unified | Return to bug 100916
Collapse All | Expand All

(-)/usr/ports/security/courierpassd.new/Makefile (-4 / +11 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/security/courierpassd/Makefile,v 1.7 2006/06/16 01:59:33 ade Exp $
5
# $FreeBSD: ports/security/courierpassd/Makefile,v 1.7 2006/06/16 01:59:33 ade Exp $
6
6
7
PORTNAME=	courierpassd
7
PORTNAME=	courierpassd
8
PORTVERSION=	1.1.1
8
PORTVERSION=	1.1.2
9
CATEGORIES=	security mail
9
CATEGORIES=	security mail
10
MASTER_SITES=	http://www.arda.homeunix.net/store/
10
MASTER_SITES=	http://www.arda.homeunix.net/store/
11
11
Lines 17-32 Link Here
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GETTEXT=	yes
21
CPPFLAGS+=	-I${LOCALBASE}/include
20
CPPFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
21
LDFLAGS+=	-L${LOCALBASE}/lib
23
CONFIGURE_ENV=	CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
22
CONFIGURE_ENV=	CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
24
23
25
MINUID?=	100
24
MINUID?=	100
26
DELAY?=		3
25
DELAY?=		3
27
CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY}
26
CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY}
28
27
29
PLIST_FILES=	sbin/courierpassd
30
MAN8=		courierpassd.8
28
MAN8=		courierpassd.8
31
29
32
pre-everything::
30
pre-everything::
Lines 47-52 Link Here
47
	@${ECHO} ""
45
	@${ECHO} ""
48
46
49
post-install:
47
post-install:
48
.if !defined(NOPORTDOCS)
49
	${MKDIR} ${DOCSDIR}
50
	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
51
	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
52
	${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
53
	${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
54
	${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
55
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
56
.endif
50
	@${CAT}	${PKGMESSAGE}
57
	@${CAT}	${PKGMESSAGE}
51
58
52
.include <bsd.port.mk>
59
.include <bsd.port.mk>
(-)/usr/ports/security/courierpassd.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (courierpassd-1.1.1.tar.gz) = 49a26b31bea0da5021eb56231ad24c25
1
MD5 (courierpassd-1.1.2.tar.gz) = f481addeff0f8363a373f26720aaed73
2
SHA256 (courierpassd-1.1.1.tar.gz) = f8e0f876578b4ec81ae806c83503a834911fdb834c5254ea6c62107bc734dd7a
2
SHA256 (courierpassd-1.1.2.tar.gz) = 05fb991fd488dd798a231965db30753f4debc02b6e8403b8324a33a2f2c7ef50
3
SIZE (courierpassd-1.1.1.tar.gz) = 288988
3
SIZE (courierpassd-1.1.2.tar.gz) = 286929
(-)/usr/ports/security/courierpassd.new/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
courierpasswd is a user authentication and password changing utility
1
courierpassd is a password changing utility that uses the courier-authlib
2
for the courier imap/pop3 system.
2
authentication library to change user credentials.
3
3
4
Its interface follows that of poppassd.
4
Its interface follows that of poppassd.
5
5
(-)/usr/ports/security/courierpassd.new/pkg-message (+5 lines)
Lines 1-3 Link Here
1
2
##############################################################################
3
1
In order to run this port, please add the following line to
4
In order to run this port, please add the following line to
2
/etc/inetd.conf if not already there:
5
/etc/inetd.conf if not already there:
3
6
Lines 10-12 Link Here
10
After modifying /etc/inetd.conf, you must (as root) run:
13
After modifying /etc/inetd.conf, you must (as root) run:
11
14
12
	killall -HUP inetd
15
	killall -HUP inetd
16
17
##############################################################################
(-)/usr/ports/security/courierpassd.new/pkg-plist (+8 lines)
Line 0 Link Here
1
sbin/courierpassd
2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
3
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
4
%%PORTDOCS%%%%DOCSDIR%%/COPYING
5
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
6
%%PORTDOCS%%%%DOCSDIR%%/NEWS
7
%%PORTDOCS%%%%DOCSDIR%%/README
8
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 100916