Skip site navigation (1)Skip section navigation (2)
Date:      27 Jul 2006 11:36:23 -0000
From:      andrew@arda.homeunix.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100916: [maintainer update] Update port: security/courierpassd Password changing utility
Message-ID:  <20060727113623.96837.qmail@arda.homeunix.net>
Resent-Message-ID: <200607271140.k6RBeEAD024777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100916
>Category:       ports
>Synopsis:       [maintainer update] Update port: security/courierpassd Password changing utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 27 11:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew St. Jean
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lorien.arda.homeunix.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu Mar 2 22:54:06 EST 2006 root@lorien.arda.homeunix.net:/usr/src/sys/i386/compile/LORIEN540 i386

>Description:
Update to release 1.1.2

Fixed up port description.

Port now installs some extra documentation into ${DOCSDIR}.

Added pkg-plist to port.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/security/courierpassd/Makefile /usr/ports/security/courierpassd.new/Makefile
--- /usr/ports/security/courierpassd/Makefile	Sat Jun 17 07:17:47 2006
+++ /usr/ports/security/courierpassd.new/Makefile	Wed Jul 26 21:22:11 2006
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/security/courierpassd/Makefile,v 1.7 2006/06/16 01:59:33 ade Exp $
 
 PORTNAME=	courierpassd
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	security mail
 MASTER_SITES=	http://www.arda.homeunix.net/store/
 
@@ -17,16 +17,14 @@
 
 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 @@
 	@${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 -ruN /usr/ports/security/courierpassd/distinfo /usr/ports/security/courierpassd.new/distinfo
--- /usr/ports/security/courierpassd/distinfo	Sat Jun 17 07:17:47 2006
+++ /usr/ports/security/courierpassd.new/distinfo	Wed Jul 26 21:25:56 2006
@@ -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 -ruN /usr/ports/security/courierpassd/pkg-descr /usr/ports/security/courierpassd.new/pkg-descr
--- /usr/ports/security/courierpassd/pkg-descr	Sun Oct 16 00:56:45 2005
+++ /usr/ports/security/courierpassd.new/pkg-descr	Thu Jul 27 07:30:20 2006
@@ -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 -ruN /usr/ports/security/courierpassd/pkg-message /usr/ports/security/courierpassd.new/pkg-message
--- /usr/ports/security/courierpassd/pkg-message	Wed Oct 19 20:55:37 2005
+++ /usr/ports/security/courierpassd.new/pkg-message	Wed Jul 26 21:52:31 2006
@@ -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 @@
 After modifying /etc/inetd.conf, you must (as root) run:
 
 	killall -HUP inetd
+
+##############################################################################
diff -ruN /usr/ports/security/courierpassd/pkg-plist /usr/ports/security/courierpassd.new/pkg-plist
--- /usr/ports/security/courierpassd/pkg-plist	Wed Dec 31 19:00:00 1969
+++ /usr/ports/security/courierpassd.new/pkg-plist	Wed Jul 26 21:22:37 2006
@@ -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%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060727113623.96837.qmail>