ports/60281: security/pear-Auth: upgrading to 1.2.3.
Thierry Thomas
thierry at pompo.net
Mon Dec 15 23:52:20 UTC 2003
>Number: 60281
>Category: ports
>Synopsis: security/pear-Auth: upgrading to 1.2.3.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 15 15:50:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Thierry Thomas
>Release: FreeBSD 5.1-RELEASE-p10 i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD ws90bj.pompo.net 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Tue Oct 14 23:06:50 CEST 2003 root at ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-031014 i386
>Description:
Upgrading pear-Auth to its latest release.
>How-To-Repeat:
N/A.
>Fix:
Pre-requisite: PR ports/59213 must have been committed.
Then, please apply the following patch:
--- pear-Auth.diff begins here ---
diff -urN security/pear-Auth.orig/Makefile security/pear-Auth/Makefile
--- security/pear-Auth.orig/Makefile Sat Nov 22 16:33:45 2003
+++ security/pear-Auth/Makefile Mon Dec 15 23:58:15 2003
@@ -6,8 +6,7 @@
#
PORTNAME= Auth
-PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTVERSION= 1.2.3
CATEGORIES= security www pear
MAINTAINER= ports at FreeBSD.org
@@ -21,16 +20,25 @@
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= Auth/DBContainer.php Auth/FileContainer.php Auth/POP3Container.php \
- Auth/POP3aContainer.php Auth/TestAuthContainer.php \
- Auth/auth_container_db_options.php Auth/auth_container_file_options.php \
- Auth/auth_container_pop3_options.php Auth/auth_container_pop3a_options.php \
- Auth/tests.php Auth/users
+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
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>
diff -urN security/pear-Auth.orig/distinfo security/pear-Auth/distinfo
--- security/pear-Auth.orig/distinfo Mon Aug 25 21:06:16 2003
+++ security/pear-Auth/distinfo Mon Dec 15 23:03:57 2003
@@ -1 +1 @@
-MD5 (PEAR/Auth-1.2.2.tgz) = 6f8b343bf0ee9aef1bb063c9600898f8
+MD5 (PEAR/Auth-1.2.3.tgz) = 1506c2a27afe85e8d56eaa8466b6f13a
diff -urN security/pear-Auth.orig/pkg-descr security/pear-Auth/pkg-descr
--- security/pear-Auth.orig/pkg-descr Mon Aug 25 21:06:16 2003
+++ security/pear-Auth/pkg-descr Mon Dec 15 23:05:59 2003
@@ -15,4 +15,4 @@
* SAMBA password files
* SOAP.
-WWW: http://pear.php.net/package-info.php?package=Auth
+WWW: http://pear.php.net/package/Auth/
--- pear-Auth.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list