aboutsummaryrefslogtreecommitdiff
path: root/security/pwauth
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-20 15:15:57 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-20 15:15:57 +0000
commit249d603b8a68f5f897bfb231d7b2b6d1a4bd0654 (patch)
tree3bfbda3a97cead859c4d6f2ec88980d9247a12e9 /security/pwauth
parent79d72afcd4dbc05f6110de1e4b8644dc2a0890a8 (diff)
Notes
Diffstat (limited to 'security/pwauth')
-rw-r--r--security/pwauth/Makefile16
-rw-r--r--security/pwauth/distinfo4
2 files changed, 10 insertions, 10 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile
index 3cabfa7d7e09..e6c066e1531e 100644
--- a/security/pwauth/Makefile
+++ b/security/pwauth/Makefile
@@ -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>
diff --git a/security/pwauth/distinfo b/security/pwauth/distinfo
index bd86e8f9d15b..d15f1f2d193a 100644
--- a/security/pwauth/distinfo
+++ b/security/pwauth/distinfo
@@ -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