aboutsummaryrefslogtreecommitdiff
path: root/security/courierpassd
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-08-01 06:44:24 +0000
committerAde Lovett <ade@FreeBSD.org>2006-08-01 06:44:24 +0000
commitfbe6bb11bc720a84186ca9fd85a0087b3846e468 (patch)
treec92f1ec3ae3ae98ed02b291f414cc9c98e9d5b9d /security/courierpassd
parent3f352d56ec8bf8c634060d322201320ef9830b63 (diff)
downloadports-fbe6bb11bc720a84186ca9fd85a0087b3846e468.tar.gz
ports-fbe6bb11bc720a84186ca9fd85a0087b3846e468.zip
Update to 1.1.2
Submitter (author) taking over maintainership from myself PR: 100916 Submitted by: andrew@arda.homeunix.net
Notes
Notes: svn path=/head/; revision=169308
Diffstat (limited to 'security/courierpassd')
-rw-r--r--security/courierpassd/Makefile17
-rw-r--r--security/courierpassd/distinfo6
-rw-r--r--security/courierpassd/pkg-descr4
-rw-r--r--security/courierpassd/pkg-message5
-rw-r--r--security/courierpassd/pkg-plist8
5 files changed, 30 insertions, 10 deletions
diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile
index e78463e55966..9f7bfee2ea40 100644
--- a/security/courierpassd/Makefile
+++ b/security/courierpassd/Makefile
@@ -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>
diff --git a/security/courierpassd/distinfo b/security/courierpassd/distinfo
index 70e0772332aa..59f49f5ce038 100644
--- a/security/courierpassd/distinfo
+++ b/security/courierpassd/distinfo
@@ -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
diff --git a/security/courierpassd/pkg-descr b/security/courierpassd/pkg-descr
index bd131c19c4fc..dd92ac1e10dc 100644
--- a/security/courierpassd/pkg-descr
+++ b/security/courierpassd/pkg-descr
@@ -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.
diff --git a/security/courierpassd/pkg-message b/security/courierpassd/pkg-message
index f059db8157a7..7478f1db8768 100644
--- a/security/courierpassd/pkg-message
+++ b/security/courierpassd/pkg-message
@@ -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
+
+##############################################################################
diff --git a/security/courierpassd/pkg-plist b/security/courierpassd/pkg-plist
new file mode 100644
index 000000000000..d3426c4763f3
--- /dev/null
+++ b/security/courierpassd/pkg-plist
@@ -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%%