mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 1.1.2
Submitter (author) taking over maintainership from myself PR: 100916 Submitted by: andrew@arda.homeunix.net
This commit is contained in:
parent
3f352d56ec
commit
fbe6bb11bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169308
@ -5,11 +5,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= courierpassd
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= security mail
|
||||
MASTER_SITES= http://www.arda.homeunix.net/store/
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
MAINTAINER= andrew@arda.homeunix.net
|
||||
COMMENT= User authentication and password changing daemon utility
|
||||
|
||||
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
@ -17,16 +17,14 @@ RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
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
|
||||
|
||||
pre-everything::
|
||||
@ -47,6 +45,15 @@ pre-everything::
|
||||
@${ECHO} ""
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (courierpassd-1.1.1.tar.gz) = 49a26b31bea0da5021eb56231ad24c25
|
||||
SHA256 (courierpassd-1.1.1.tar.gz) = f8e0f876578b4ec81ae806c83503a834911fdb834c5254ea6c62107bc734dd7a
|
||||
SIZE (courierpassd-1.1.1.tar.gz) = 288988
|
||||
MD5 (courierpassd-1.1.2.tar.gz) = f481addeff0f8363a373f26720aaed73
|
||||
SHA256 (courierpassd-1.1.2.tar.gz) = 05fb991fd488dd798a231965db30753f4debc02b6e8403b8324a33a2f2c7ef50
|
||||
SIZE (courierpassd-1.1.2.tar.gz) = 286929
|
||||
|
@ -1,5 +1,5 @@
|
||||
courierpasswd is a user authentication and password changing utility
|
||||
for the courier imap/pop3 system.
|
||||
courierpassd is a password changing utility that uses the courier-authlib
|
||||
authentication library to change user credentials.
|
||||
|
||||
Its interface follows that of poppassd.
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
##############################################################################
|
||||
|
||||
In order to run this port, please add the following line to
|
||||
/etc/inetd.conf if not already there:
|
||||
|
||||
@ -10,3 +13,5 @@ its value defaults to "login".
|
||||
After modifying /etc/inetd.conf, you must (as root) run:
|
||||
|
||||
killall -HUP inetd
|
||||
|
||||
##############################################################################
|
||||
|
8
security/courierpassd/pkg-plist
Normal file
8
security/courierpassd/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
sbin/courierpassd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user