- Update to 2.3.11 - portlint(1) compliant - Staging - Add License Port maintainer (eg@fbsd.lt) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: ports)
Maintainer of security/pwauth, Please note that PR ports/187216 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187216 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Thu Mar 20 15:15:57 2014 New Revision: 348694 URL: http://svnweb.freebsd.org/changeset/ports/348694 QAT: https://qat.redports.org/buildarchive/r348694/ Log: - Update to version 2.3.11 - Add LICENSE - Support staging PR: ports/187216 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout Modified: head/security/pwauth/Makefile head/security/pwauth/distinfo Modified: head/security/pwauth/Makefile ============================================================================== --- head/security/pwauth/Makefile Thu Mar 20 15:14:08 2014 (r348693) +++ head/security/pwauth/Makefile Thu Mar 20 15:15:57 2014 (r348694) @@ -2,27 +2,28 @@ # $FreeBSD$ PORTNAME= pwauth -PORTVERSION= 2.3.10 +PORTVERSION= 2.3.11 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://www.unixpapa.com/software/ MAINTAINER= eg@fbsd.lt -COMMENT= A Unix Web Authenticator +COMMENT= Unix Web Authenticator + +LICENSE= BSD3CLAUSE PLIST_FILES= bin/pwauth bin/checkfaillog ALL_TARGET= pwauth checkfaillog MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam" -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx .endif -WWWUID!= ${ID} -u ${WWWOWN} +WWWUID= `${ID} -u ${WWWOWN}` MINUID?= 1000 post-patch: @@ -30,9 +31,8 @@ post-patch: s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h do-install: - -@${MKDIR} ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${PREFIX}/bin - @${CHMOD} u=rxs ${PREFIX}/bin/pwauth + @${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${STAGEDIR}${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin + @${CHMOD} u=rxs ${STAGEDIR}${PREFIX}/bin/pwauth .include <bsd.port.post.mk> Modified: head/security/pwauth/distinfo ============================================================================== --- head/security/pwauth/distinfo Thu Mar 20 15:14:08 2014 (r348693) +++ head/security/pwauth/distinfo Thu Mar 20 15:15:57 2014 (r348694) @@ -1,2 +1,2 @@ -SHA256 (pwauth-2.3.10.tar.gz) = 267813acccc58d407b735ebfd32ee7ec52726379d0aa3670731d2ea4c9d85906 -SIZE (pwauth-2.3.10.tar.gz) = 23825 +SHA256 (pwauth-2.3.11.tar.gz) = 3c6ab789d6ec92984954b4217418781508df393639adc32514d8491d8825fa22 +SIZE (pwauth-2.3.11.tar.gz) = 23974 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!
Looks fine, please commit changes. On Mon, Mar 3, 2014 at 8:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of security/pwauth, > > Please note that PR ports/187216 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187216 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >