security/pear-Auth: upgrading to 1.2.3.

Upgrading pear-Auth to its latest release.

PR:		ports/60281
Submitted by:	Thierry Thomas <thierry@pompo.net>
This commit is contained in:
Edwin Groothuis 2003-12-28 08:44:09 +00:00
parent 0d39c0b4db
commit cc503d8ccc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96739
4 changed files with 25 additions and 49 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Auth
PORTVERSION= 1.2.2
PORTVERSION= 1.2.3
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@ -15,26 +15,30 @@ COMMENT= PEAR authentication methods
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
CATEGORY= Auth
FILES= Auth.php Container.php Container/DB.php Container/File.php \
Container/IMAP.php Container/LDAP.php Container/MDB.php \
Container/POP3.php Container/RADIUS.php Container/SMBPasswd.php \
Container/SOAP.php Container/vpopmail.php
TESTS= DBContainer.php FileContainer.php POP3Container.php \
POP3aContainer.php TestAuthContainer.php \
auth_container_db_options.php auth_container_file_options.php \
auth_container_pop3_options.php auth_container_pop3a_options.php \
tests.php users
MANIFEST= Auth.php Container Container.php
TESTDIR= ${PEARDIR}/tests/${PORTNAME}
do-install:
@${MKDIR} ${PEARDIR}/Auth
.for FILE in ${MANIFEST}
@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth
.endfor
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth
@${CHMOD} -R a-x ${PEARDIR}/Auth/Container/*.php
.if !defined(NOPORTDOCS)
@${MKDIR} ${TESTDIR}
@${CP} -Rp ${WRKSRC}/tests/* ${TESTDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR}
@${ECHO_MSG} "===> Examples installed in ${TESTDIR}."
do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PHPUnit - see"
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=PHPUnit>;)."
@${ECHO_MSG} " <http://pear.php.net/package/PHPUnit/>;)."
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.if exists(${PEARDIR}/DB.php)
WITH_DB= yes
.endif
.if defined(WITH_DB)
RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (PEAR/Auth-1.2.2.tgz) = 6f8b343bf0ee9aef1bb063c9600898f8
MD5 (PEAR/Auth-1.2.3.tgz) = 1506c2a27afe85e8d56eaa8466b6f13a

View File

@ -15,4 +15,4 @@ the login data:
* SAMBA password files
* SOAP.
WWW: http://pear.php.net/package-info.php?package=Auth
WWW: http://pear.php.net/package/Auth/

View File

@ -1,28 +0,0 @@
%%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/MDB.php
%%PEARDIR%%/Auth/Container/POP3.php
%%PEARDIR%%/Auth/Container/RADIUS.php
%%PEARDIR%%/Auth/Container/SMBPasswd.php
%%PEARDIR%%/Auth/Container/SOAP.php
%%PEARDIR%%/Auth/Container/vpopmail.php
%%PKGREGDIR%%/package.xml
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/DBContainer.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/FileContainer.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/POP3Container.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/POP3aContainer.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/TestAuthContainer.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_db_options.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_file_options.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_pop3_options.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_pop3a_options.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/tests.php
%%PORTDOCS%%%%PEARDIR%%/tests/Auth/users
@dirrm %%PEARDIR%%/Auth/Container
@unexec rmdir %D/%%PEARDIR%%/Auth 2>/dev/null || true
@dirrm %%PKGREGDIR%%
%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/Auth