aboutsummaryrefslogtreecommitdiff
path: root/security/pwauth
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-01-28 20:59:15 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-01-28 20:59:15 +0000
commit7805a569e52588ec85bc6064e87e4d0cbd6d9555 (patch)
treed83905c41517f69db3812548dd9ab7eec3e1a40d /security/pwauth
parent4842520752abe27a966ecfd60b8862fa04c6468f (diff)
downloadports-7805a569e52588ec85bc6064e87e4d0cbd6d9555.tar.gz
ports-7805a569e52588ec85bc6064e87e4d0cbd6d9555.zip
Notes
Diffstat (limited to 'security/pwauth')
-rw-r--r--security/pwauth/Makefile7
-rw-r--r--security/pwauth/pkg-descr2
2 files changed, 7 insertions, 2 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile
index fed0f78e4b31..b49ba98b0339 100644
--- a/security/pwauth/Makefile
+++ b/security/pwauth/Makefile
@@ -8,7 +8,8 @@
PORTNAME= pwauth
PORTVERSION= 2.3.7
CATEGORIES= security www
-MASTER_SITES= http://www.unixpapa.com/software/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
+ http://www.unixpapa.com/software/
MAINTAINER= eg@fbsd.lt
COMMENT= A Unix Web Authenticator
@@ -20,6 +21,10 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900006
+BROKEN= does not compile on 9.X
+.endif
+
WWWUID!= ${ID} -u ${WWWOWN}
MINUID?= 1000
diff --git a/security/pwauth/pkg-descr b/security/pwauth/pkg-descr
index e1287de75859..a0220cec9700 100644
--- a/security/pwauth/pkg-descr
+++ b/security/pwauth/pkg-descr
@@ -2,4 +2,4 @@ Pwauth is an authenticator designed to be used with mod_auth_external
and the Apache HTTP Daemon to support reasonably secure web authentication
out of the system password database on most versions of Unix.
-WWW: http://www.unixpapa.com/pwauth/
+WWW: http://code.google.com/p/pwauth/