Index: branches/2020Q1/print/pear-File_PDF/Makefile =================================================================== --- branches/2020Q1/print/pear-File_PDF/Makefile (revision 527926) +++ branches/2020Q1/print/pear-File_PDF/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Anish Mistry # $FreeBSD$ PORTNAME= File_PDF PORTVERSION= 0.3.3 CATEGORIES= print pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to generate PDFs USES= pear .include Index: branches/2020Q1/security/pear-Auth/Makefile =================================================================== --- branches/2020Q1/security/pear-Auth/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Auth/Makefile (revision 527927) @@ -1,43 +1,43 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Auth PORTVERSION= 1.6.4 CATEGORIES= security pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for creating an authentication system USES= pear OPTIONS_DEFINE= PEAR_LOG PEAR_FILE_PASSWD PEAR_NET_POP3 PEAR_DB PEAR_MDB \ PEAR_MDB2 PEAR_AUTH_RADIUS PEAR_CRYPT_CHAP PEAR_FILE_SMBPASSWD \ PEAR_SOAP PEAR_NET_VPOPMAILD PEAR_LOG_DESC= PEAR::Log support PEAR_FILE_PASSWD_DESC= PEAR::File_Passwd support PEAR_NET_POP3_DESC= PEAR::Net_POP3 support PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_AUTH_RADIUS_DESC= PEAR::AUTH_RADIUS support PEAR_CRYPT_CHAP_DESC= PEAR::CRYPT_CHAP support PEAR_FILE_SMBPASSWD_DESC= PEAR::File_SMBPasswd support PEAR_SOAP_DESC= PEAR::SOAP support PEAR_NET_VPOPMAILD_DESC= PEAR::Net_Vpopmaild support PEAR_LOG_RUN_DEPENDS= ${PEARDIR}/Log/syslog.php:sysutils/pear-Log@${PHP_FLAVOR} PEAR_FILE_PASSWD_RUN_DEPENDS= ${PEARDIR}/File/Passwd.php:security/pear-File_Passwd@${PHP_FLAVOR} PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR} PEAR_NET_POP3_RUN_DEPENDS= ${PEARDIR}/Net/POP3.php:net/pear-Net_POP3@${PHP_FLAVOR} PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_AUTH_RADIUS_RUN_DEPENDS= ${PEARDIR}/Auth/RADIUS.php:net/pear-Auth_RADIUS@${PHP_FLAVOR} PEAR_FILE_SMBPASSWD_RUN_DEPENDS= ${PEARDIR}/File/SMBPasswd.php:security/pear-File_SMBPasswd@${PHP_FLAVOR} PEAR_SOAP_RUN_DEPENDS= ${PEARDIR}/SOAP/Base.php:net/pear-SOAP@${PHP_FLAVOR} PEAR_NET_VPOPMAILD_RUN_DEPENDS= ${PEARDIR}/Net/Vpopmaild.php:net/pear-Net_Vpopmaild@${PHP_FLAVOR} post-extract: @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php .include Index: branches/2020Q1/security/pear-Auth_HTTP/Makefile =================================================================== --- branches/2020Q1/security/pear-Auth_HTTP/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Auth_HTTP/Makefile (revision 527927) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= Auth_HTTP PORTVERSION= 2.1.8 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR HTTP authentication USES= pear .include Index: branches/2020Q1/security/pear-Auth_PrefManager/Makefile =================================================================== --- branches/2020Q1/security/pear-Auth_PrefManager/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Auth_PrefManager/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Auth_PrefManager PORTVERSION= 1.2.2 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR preferences management class USES= pear .include Index: branches/2020Q1/security/pear-Crypt_Blowfish/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_Blowfish/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_Blowfish/Makefile (revision 527927) @@ -1,30 +1,30 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_Blowfish DISTVERSION= 1.1.0RC2 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for blowfish encryption USES= pear OPTIONS_DEFINE= MCRYPT MCRYPT_DESC= Additional MCrypt PHP support MCRYPT_USES= php MCRYPT_USE= PHP=mcrypt pre-fetch: @${ECHO_CMD} "" @${ECHO_CMD} "You may set envirtonment variable WITH_PHP_MCRYPT to include" @${ECHO_CMD} "additional MCrypt PHP support" @${ECHO_CMD} "" post-patch: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} .endfor .include Index: branches/2020Q1/security/pear-Crypt_CBC/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_CBC/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_CBC/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Crypt_CBC PORTVERSION= 1.0.1 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to emulate Perl's Crypt::CBC module USES= pear .include Index: branches/2020Q1/security/pear-Crypt_CHAP/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_CHAP/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_CHAP/Makefile (revision 527927) @@ -1,14 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_CHAP PORTVERSION= 1.5.0 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for generating CHAP packets USES= pear php USE_PHP= mcrypt hash .include Index: branches/2020Q1/security/pear-Crypt_DiffieHellman/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_DiffieHellman/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_DiffieHellman/Makefile (revision 527927) @@ -1,14 +1,14 @@ # Created by: Ditesh Shashikant Gathani # $FreeBSD$ PORTNAME= Crypt_DiffieHellman PORTVERSION= 0.2.6 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5 USES= pear php USE_PHP= bcmath mbstring gmp .include Index: branches/2020Q1/security/pear-Crypt_HMAC2/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_HMAC2/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_HMAC2/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Crypt_HMAC2 PORTVERSION= 1.0.0 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Implementation of Hashed Message Authentication Code for PHP5 USES= pear .include Index: branches/2020Q1/security/pear-Crypt_MicroID/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_MicroID/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_MicroID/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Crypt_MicroID PORTVERSION= 0.1.0 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP MicroID library USES= pear .include Index: branches/2020Q1/security/pear-Crypt_RC4/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_RC4/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_RC4/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_RC4 PORTVERSION= 1.0.3 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR encryption class for RC4 encryption USES= pear .include Index: branches/2020Q1/security/pear-Crypt_RSA/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_RSA/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_RSA/Makefile (revision 527927) @@ -1,23 +1,23 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Crypt_RSA PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class allows you to use two-key strong cryptography USES= pear OPTIONS_DEFINE= BCMATH GMP BCMATH_DESC= PHP BCMath extension support GMP_DESC= PHP GMP extension support BCMATH_USES= php BCMATH_USE= PHP=bcmath GMP_USES= php GMP_USE= PHP=gmp .include Index: branches/2020Q1/security/pear-Crypt_XXTEA/Makefile =================================================================== --- branches/2020Q1/security/pear-Crypt_XXTEA/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Crypt_XXTEA/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Crypt_XXTEA PORTVERSION= 0.9.0 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR XXTEA encryption algorithm USES= pear .include Index: branches/2020Q1/security/pear-File_HtAccess/Makefile =================================================================== --- branches/2020Q1/security/pear-File_HtAccess/Makefile (revision 527926) +++ branches/2020Q1/security/pear-File_HtAccess/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_HtAccess PORTVERSION= 1.2.1 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate .htaccess files USES= pear .include Index: branches/2020Q1/security/pear-File_Passwd/Makefile =================================================================== --- branches/2020Q1/security/pear-File_Passwd/Makefile (revision 527926) +++ branches/2020Q1/security/pear-File_Passwd/Makefile (revision 527927) @@ -1,18 +1,18 @@ # Created by: Antonio Carlos Venancio Junior # $FreeBSD$ PORTNAME= File_Passwd PORTVERSION= 1.1.7 CATEGORIES= security pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate many kinds of password files USES= pear OPTIONS_DEFINE= PEAR_CRYPT_CHAP PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR} .include Index: branches/2020Q1/security/pear-File_SMBPasswd/Makefile =================================================================== --- branches/2020Q1/security/pear-File_SMBPasswd/Makefile (revision 527926) +++ branches/2020Q1/security/pear-File_SMBPasswd/Makefile (revision 527927) @@ -1,17 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_SMBPasswd PORTVERSION= 1.0.3 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for managing SAMBA style password files BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR} USES= pear php USE_PHP= hash .include Index: branches/2020Q1/security/pear-HTML_Crypt/Makefile =================================================================== --- branches/2020Q1/security/pear-HTML_Crypt/Makefile (revision 527926) +++ branches/2020Q1/security/pear-HTML_Crypt/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= HTML_Crypt PORTVERSION= 1.3.4 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Encrypts text which is later decoded using JavaScript on the client side USES= pear .include Index: branches/2020Q1/security/pear-LiveUser/Makefile =================================================================== --- branches/2020Q1/security/pear-LiveUser/Makefile (revision 527926) +++ branches/2020Q1/security/pear-LiveUser/Makefile (revision 527927) @@ -1,34 +1,34 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= LiveUser PORTVERSION= 0.16.14 PORTREVISION= 1 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher@${PHP_FLAVOR} PORTSCOUT= skipv:0.61 USES= pear OPTIONS_DEFINE= PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4 PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_LOG_DESC= PEAR::Log support PEAR_XML_TREE_DESC= PEAR::XML_Tree support PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_LOG_RUN_DEPENDS= ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} PEAR_XML_TREE_RUN_DEPENDS= ${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree@${PHP_FLAVOR} PEAR_CRYPT_RC4_RUN_DEPENDS= ${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4@${PHP_FLAVOR} .include Index: branches/2020Q1/security/pear-LiveUser_Admin/Makefile =================================================================== --- branches/2020Q1/security/pear-LiveUser_Admin/Makefile (revision 527926) +++ branches/2020Q1/security/pear-LiveUser_Admin/Makefile (revision 527927) @@ -1,33 +1,33 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= LiveUser_Admin PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= security www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/LiveUser.php:security/pear-LiveUser@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/LiveUser.php:security/pear-LiveUser@${PHP_FLAVOR} OPTIONS_DEFINE= PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4 PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_LOG_DESC= PEAR::Log support PEAR_XML_TREE_DESC= PEAR::XML_Tree support PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support USES= pear PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_LOG_RUN_DEPENDS= ${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} PEAR_XML_TREE_RUN_DEPENDS= ${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree@${PHP_FLAVOR} PEAR_CRYPT_RC4_RUN_DEPENDS= ${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4@${PHP_FLAVOR} .include Index: branches/2020Q1/security/pear-Net_Portscan/Makefile =================================================================== --- branches/2020Q1/security/pear-Net_Portscan/Makefile (revision 527926) +++ branches/2020Q1/security/pear-Net_Portscan/Makefile (revision 527927) @@ -1,14 +1,14 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Net_Portscan PORTVERSION= 1.0.3 CATEGORIES= security pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Provides an API for scanning ports NO_ARCH= yes USES= pear .include Index: branches/2020Q1/security/pecl-pam/Makefile =================================================================== --- branches/2020Q1/security/pecl-pam/Makefile (revision 527926) +++ branches/2020Q1/security/pecl-pam/Makefile (revision 527927) @@ -1,16 +1,16 @@ # Created by: wen@FreeBSD.org # $FreeBSD$ PORTNAME= pam PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= security pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PECL classes for PAM integration LICENSE= PHP202 USES= php:pecl dos2unix .include Index: branches/2020Q1/shells/pear-PHP_Shell/Makefile =================================================================== --- branches/2020Q1/shells/pear-PHP_Shell/Makefile (revision 527926) +++ branches/2020Q1/shells/pear-PHP_Shell/Makefile (revision 527927) @@ -1,16 +1,16 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= PHP_Shell PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= shells www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Interactive PHP Shell USE_PHP= pcre tokenizer readline USES= pear php .include Index: branches/2020Q1/sysutils/pear-Cache/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-Cache/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-Cache/Makefile (revision 527927) @@ -1,17 +1,17 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Cache PORTVERSION= 1.5.6 PORTREVISION= 1 CATEGORIES= sysutils www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR framework for caching of arbitrary data BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} USES= pear .include Index: branches/2020Q1/sysutils/pear-Cache_Lite/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-Cache_Lite/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-Cache_Lite/Makefile (revision 527927) @@ -1,14 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Cache_Lite PORTVERSION= 1.7.16 PORTEPOCH= 1 CATEGORIES= sysutils www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR fast and safe little cache system USES= pear .include Index: branches/2020Q1/sysutils/pear-File/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-File/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-File/Makefile (revision 527927) @@ -1,15 +1,15 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= File PORTVERSION= 1.4.1 PORTEPOCH= 2 CATEGORIES= sysutils www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR common file and directory routines USES= pear php USE_PHP= pcre .include Index: branches/2020Q1/sysutils/pear-File_Find/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-File_Find/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-File_Find/Makefile (revision 527927) @@ -1,15 +1,15 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= File_Find PORTVERSION= 1.3.3 CATEGORIES= sysutils www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that facilitates the search of filesystems LICENSE= PHP301 USES= pear .include Index: branches/2020Q1/sysutils/pear-File_Fstab/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-File_Fstab/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-File_Fstab/Makefile (revision 527927) @@ -1,19 +1,19 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_Fstab PORTVERSION= 2.0.3 CATEGORIES= sysutils devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to read and write fstab files NO_ARCH= yes USES= pear post-extract: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/File/${file} .endfor .include Index: branches/2020Q1/sysutils/pear-File_Gettext/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-File_Gettext/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-File_Gettext/Makefile (revision 527927) @@ -1,13 +1,13 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= File_Gettext PORTVERSION= 0.4.2 CATEGORIES= sysutils devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR GNU Gettext file parser USES= pear .include Index: branches/2020Q1/sysutils/pear-I18Nv2/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-I18Nv2/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-I18Nv2/Makefile (revision 527927) @@ -1,14 +1,14 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= I18Nv2 PORTVERSION= 0.11.4 CATEGORIES= sysutils devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Internationalization USES= pear php USE_PHP= iconv .include Index: branches/2020Q1/sysutils/pear-Log/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-Log/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-Log/Makefile (revision 527927) @@ -1,27 +1,27 @@ # Created by: Thierry Thomas () # $FreeBSD$ PORTNAME= Log PORTVERSION= 1.13.1 CATEGORIES= sysutils www pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR logging utilities LICENSE= MIT USES= pear OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PHP_SQLITE PEAR_DB_DESC= PEAR::DB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_MAIL_DESC= PEAR::Mail support PHP_SQLITE_DESC= PHP sqlite support (php5 only) PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} PHP_SQLITE_USES= php PHP_SQLITE_USE= PHP=sqlite3 .include Index: branches/2020Q1/sysutils/pear-Translation2/Makefile =================================================================== --- branches/2020Q1/sysutils/pear-Translation2/Makefile (revision 527926) +++ branches/2020Q1/sysutils/pear-Translation2/Makefile (revision 527927) @@ -1,36 +1,36 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Translation2 DISTVERSION= 2.0.4 PORTEPOCH= 1 CATEGORIES= sysutils devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for multilingual applications management USES= pear shebangfix SHEBANG_FILES= scripts/t2xmlchk.php NO_ARCH= yes OPTIONS_DEFINE= PEAR_CACHE_LITE PEAR_DB PEAR_DB_DATAOBJECT PEAR_MDB PEAR_MDB2 \ PEAR_FILE_GETTEXT PEAR_I18NV2 PEAR_XML_SERIALIZER PEAR_CACHE_LITE_DESC= PEAR::Cache_Lite support PEAR_DB_DESC= PEAR::DB support PEAR_DB_DATAOBJECT_DESC= PEAR::DB_DataObject support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support PEAR_I18NV2_DESC= PEAR::I18Nv2 support PEAR_XML_SERIALIZER_DESC= PEAR::XML_Serializer support PEAR_CACHE_LITE_RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} PEAR_DB_DATAOBJECT_RUN_DEPENDS= ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} PEAR_FILE_GETTEXT_RUN_DEPENDS= ${PEARDIR}/File/Gettext.php:sysutils/pear-File_Gettext@${PHP_FLAVOR} PEAR_I18NV2_RUN_DEPENDS= ${PEARDIR}/File/I18Nv2.php:sysutils/pear-I18Nv2@${PHP_FLAVOR} PEAR_XML_SERIALIZER_RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} .include Index: branches/2020Q1 =================================================================== --- branches/2020Q1 (revision 527926) +++ branches/2020Q1 (revision 527927) Property changes on: branches/2020Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r527887