Date: Thu, 20 Mar 2014 15:15:57 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348694 - head/security/pwauth Message-ID: <201403201515.s2KFFvLN081035@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403201515.s2KFFvLN081035>