Date: Tue, 15 Mar 2005 08:29:55 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78858: Update port: security/pear-File_Passwd to 1.1.3 Message-ID: <200503151129.j2FBTtGr013598@digitalsign.com> Resent-Message-ID: <200503151130.j2FBU4C4013857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78858 >Category: ports >Synopsis: Update port: security/pear-File_Passwd to 1.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 15 11:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: security/pear-File_Passwd to 1.1.3 + changelog: http://pear.php.net/package/File_Passwd/download/1.1.3/ + fix CATEGORIES + fix PEAR package optional dependency + fix RUN_DEPENDS + remove PHP version dependency check >How-To-Repeat: >Fix: diff -ruN pear-File_Passwd.orig/Makefile pear-File_Passwd/Makefile --- pear-File_Passwd.orig/Makefile Tue Mar 15 08:18:16 2005 +++ pear-File_Passwd/Makefile Tue Mar 15 08:22:41 2005 @@ -6,8 +6,8 @@ # PORTNAME= File_Passwd -PORTVERSION= 1.1.2 -CATEGORIES= security www pear +PORTVERSION= 1.1.3 +CATEGORIES= security pear MAINTAINER= antonio@php.net COMMENT= PEAR class to manipulate many kinds of password files @@ -15,10 +15,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= yes - LATEST_LINK= pear-File_Passwd -OPTIONS= PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off +OPTIONS= PEAR_CRYPT_CHAP "PEAR::Crypt_CHAP support" off CATEGORY= File FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \ @@ -26,24 +24,15 @@ Passwd/Custom.php TESTS= testsuite.php test_file_passwd.php test_common.php test_unix.php \ test_smb.php test_cvs.php test_authbasic.php test_authdigest.php \ - test_custom.php README.txt common.txt passwd.unix.txt \ - passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \ - passwd.authdigest.txt passwd.custom.txt - -.if defined(WITH_PEAR_CRYPT_RC4) -RUN_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 -.endif + test_custom.php README.txt common.txt passwd.unix.txt passwd.cvs.txt \ + passwd.smb.txt passwd.authbasic.txt passwd.authdigest.txt \ + passwd.custom.txt .include <bsd.port.pre.mk> -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 406 -IGNORE= "You need PHP 4.0.6 or later to install PEAR::File_Passwd" +.if defined(WITH_PEAR_CRYPT_CHAP) +RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP .endif - -do-build: - ${DO_NADA} .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff -ruN pear-File_Passwd.orig/distinfo pear-File_Passwd/distinfo --- pear-File_Passwd.orig/distinfo Tue Mar 15 08:18:16 2005 +++ pear-File_Passwd/distinfo Tue Mar 15 08:19:53 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/File_Passwd-1.1.2.tgz) = 2a5a15c8c227d480d62b5ea21684db18 -SIZE (PEAR/File_Passwd-1.1.2.tgz) = 23282 +MD5 (PEAR/File_Passwd-1.1.3.tgz) = 99f0e360c6cc7184f7be3e12a782d792 +SIZE (PEAR/File_Passwd-1.1.3.tgz) = 23932 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151129.j2FBTtGr013598>