diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-30 02:08:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-30 02:08:48 +0000 |
commit | 93d9be1b7ca44aae83119e625fde9c6c77039d0a (patch) | |
tree | fc9212768e19d7d301519a089f8f7346f338c78b /security/pear-Auth | |
parent | 37f3af69b958736e5b7cba9630819b48cde946ea (diff) | |
download | FreeBSD-ports-93d9be1b7ca44aae83119e625fde9c6c77039d0a.zip FreeBSD-ports-93d9be1b7ca44aae83119e625fde9c6c77039d0a.tar.gz |
security/pear-Auth: upgrading to 1.2.0.
PR: ports/48800
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 9 | ||||
-rw-r--r-- | security/pear-Auth/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Auth/pkg-descr | 7 | ||||
-rw-r--r-- | security/pear-Auth/pkg-plist | 18 |
4 files changed, 24 insertions, 12 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index f112aa6..b271858 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= security www MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- @@ -36,11 +36,12 @@ PLIST_SUB= PEARDIR=${LPHP_LIB} MANIFEST= Auth.php Container Container.php do-install: + @${MKDIR} ${PEARDIR}/Auth .for FILE in ${MANIFEST} - @${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR} - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${FILE} + @${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth .endfor - @${CHMOD} a-x ${PEARDIR}/Container/LDAP.php + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth + @${CHMOD} -R a-x ${PEARDIR}/Auth/Container/*.php post-install: # Register a new package diff --git a/security/pear-Auth/distinfo b/security/pear-Auth/distinfo index 9c2383288..42c13cc 100644 --- a/security/pear-Auth/distinfo +++ b/security/pear-Auth/distinfo @@ -1 +1 @@ -MD5 (PEAR/Auth-1.1.1.tgz) = 26e8eeb0299506a4058535de1ca03dd2 +MD5 (PEAR/Auth-1.2.0.tgz) = aadd95475e7ecd22a2f17143027ee0c1 diff --git a/security/pear-Auth/pkg-descr b/security/pear-Auth/pkg-descr index 58c3b50..062b49b 100644 --- a/security/pear-Auth/pkg-descr +++ b/security/pear-Auth/pkg-descr @@ -6,6 +6,11 @@ the login data: * All databases supported by the PEAR database layer * Plaintext files -* LDAP servers. +* LDAP servers +* POP3 servers +* IMAP servers +* vpopmail accounts +* RADIUS +* SOAP. WWW: http://pear.php.net/manual/en/packages.auth.auth.php diff --git a/security/pear-Auth/pkg-plist b/security/pear-Auth/pkg-plist index a4c20bf..ef71d90 100644 --- a/security/pear-Auth/pkg-plist +++ b/security/pear-Auth/pkg-plist @@ -1,6 +1,12 @@ -%%PEARDIR%%/Auth.php -%%PEARDIR%%/Container.php -%%PEARDIR%%/Container/DB.php -%%PEARDIR%%/Container/File.php -%%PEARDIR%%/Container/LDAP.php -@dirrm %%PEARDIR%%/Container +%%PEARDIR%%/Auth/Auth.php +%%PEARDIR%%/Auth/Container.php +%%PEARDIR%%/Auth/Container/DB.php +%%PEARDIR%%/Auth/Container/File.php +%%PEARDIR%%/Auth/Container/IMAP.php +%%PEARDIR%%/Auth/Container/LDAP.php +%%PEARDIR%%/Auth/Container/POP3.php +%%PEARDIR%%/Auth/Container/RADIUS.php +%%PEARDIR%%/Auth/Container/SOAP.php +%%PEARDIR%%/Auth/Container/vpopmail.php +@dirrm %%PEARDIR%%/Auth/Container +@dirrm %%PEARDIR%%/Auth |