svn commit: r348694 - head/security/pwauth
Pawel Pekala
pawel at FreeBSD.org
Thu Mar 20 15:15:58 UTC 2014
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 at 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 at 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
More information about the svn-ports-all
mailing list