diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-30 20:13:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-30 20:13:29 +0000 |
commit | 3a7475f899f65f1be159d2ecfa7496aeb1b81dbc (patch) | |
tree | 6152aefdccc10f11fba247a2f4bdc4b78a19c70b | |
parent | 8a2d96c653a25a53419a4e68f360c5616bbd0175 (diff) |
Notes
-rw-r--r-- | chinese/wordpress-zh_CN/Makefile | 2 | ||||
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 2 | ||||
-rw-r--r-- | databases/adodb/Makefile | 2 | ||||
-rw-r--r-- | databases/adodb5/Makefile | 2 | ||||
-rw-r--r-- | databases/php-adodb-ext/Makefile | 2 | ||||
-rw-r--r-- | databases/tuning-primer/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-HTML_Template_PHPLIB/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-channel-twig/Makefile | 2 | ||||
-rw-r--r-- | japanese/wordpress/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Mail_mimeDecode/Makefile | 2 | ||||
-rw-r--r-- | mail/phpmailer/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_URL2/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_UserAgent_Detect/Makefile | 2 | ||||
-rw-r--r-- | www/ckeditor/Makefile | 2 | ||||
-rw-r--r-- | www/extjs/Makefile | 2 | ||||
-rw-r--r-- | www/pear-HTTP_Session2/Makefile | 2 | ||||
-rw-r--r-- | www/pear-twig/Makefile | 2 | ||||
-rw-r--r-- | www/pecl-twig/Makefile | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/chinese/wordpress-zh_CN/Makefile b/chinese/wordpress-zh_CN/Makefile index cd832c6bd7fb..c58ff9b65786 100644 --- a/chinese/wordpress-zh_CN/Makefile +++ b/chinese/wordpress-zh_CN/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_CN -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index d5f0c69c0ad3..82d7538ab4d4 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_TW -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile index cbae71cf3351..92d4272f1199 100644 --- a/databases/adodb/Makefile +++ b/databases/adodb/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php-4-and-5/${PORTNAME}-${PORTVERSION:S DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Database library for PHP LICENSE= BSD4CLAUSE diff --git a/databases/adodb5/Makefile b/databases/adodb5/Makefile index 3145f0c04c67..c10c657e75d9 100644 --- a/databases/adodb5/Makefile +++ b/databases/adodb5/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5-only/${PORTNAME}-${DISTVERSION:S/. DISTNAME= ${PORTNAME:S/5//}${DISTVERSION:S/.//g}a PKGNAMESUFFIX= 5 -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Database library for PHP LICENSE= BSD4CLAUSE diff --git a/databases/php-adodb-ext/Makefile b/databases/php-adodb-ext/Makefile index 836a15beff8d..2b3ccd412736 100644 --- a/databases/php-adodb-ext/Makefile +++ b/databases/php-adodb-ext/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://phplens.com/lens/dl/ PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= ADOdb Extension WRKSRC= ${WRKDIR}/adodb-${PORTVERSION:S/.//} diff --git a/databases/tuning-primer/Makefile b/databases/tuning-primer/Makefile index 533aca8f2119..b3ea192a6c81 100644 --- a/databases/tuning-primer/Makefile +++ b/databases/tuning-primer/Makefile @@ -10,7 +10,7 @@ EXTRACT_SUFX= EXTRACT_ONLY= DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= MySQL performance tuning primer script LICENSE= GPLv2 diff --git a/devel/pear-HTML_Template_PHPLIB/Makefile b/devel/pear-HTML_Template_PHPLIB/Makefile index de68498ec53f..c9470ed70746 100644 --- a/devel/pear-HTML_Template_PHPLIB/Makefile +++ b/devel/pear-HTML_Template_PHPLIB/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= devel www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR template API ported from PHPLIB LICENSE= LGPL3 diff --git a/devel/pear-channel-twig/Makefile b/devel/pear-channel-twig/Makefile index 5f62b7f0b5c0..10401ff4b992 100644 --- a/devel/pear-channel-twig/Makefile +++ b/devel/pear-channel-twig/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 20140108 CATEGORIES= devel www pear MASTER_SITES= # -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} PEAR_CHANNEL_HOST= pear.twig-project.org diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile index b76f443a093f..939ae5f15e87 100644 --- a/japanese/wordpress/Makefile +++ b/japanese/wordpress/Makefile @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 22f8ba1f631a..7b7479dc15e8 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.8.9 PORTEPOCH= 2 CATEGORIES= mail www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR classes to create and decode MIME messages LICENSE= BSD3CLAUSE diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile index 32fcc0685f73..cbe04504bb97 100644 --- a/mail/pear-Mail_mimeDecode/Makefile +++ b/mail/pear-Mail_mimeDecode/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.5.5 CATEGORIES= mail www pear DISTNAME= Mail_mimeDecode-${PORTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Provides a class to decode mime messages BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 34e31c40051d..82ec1d6d9f6e 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 5.2.7 DISTVERSIONPREFIX= v CATEGORIES= mail -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL3 diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile index 34292b1251fa..1630295a7037 100644 --- a/net/pear-Net_URL2/Makefile +++ b/net/pear-Net_URL2/Makefile @@ -5,7 +5,7 @@ PORTNAME= Net_URL2 PORTVERSION= 2.0.10 CATEGORIES= net www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Class for parsing and handling URL LICENSE= BSD3CLAUSE diff --git a/net/pear-Net_UserAgent_Detect/Makefile b/net/pear-Net_UserAgent_Detect/Makefile index 9ae97de4a9b4..f4766b60781f 100644 --- a/net/pear-Net_UserAgent_Detect/Makefile +++ b/net/pear-Net_UserAgent_Detect/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.5.2 PORTREVISION= 1 CATEGORIES= net www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that determines the Web browser, version, and platform LICENSE= PHP202 diff --git a/www/ckeditor/Makefile b/www/ckeditor/Makefile index d8bd07167e2c..758fce1cc0ec 100644 --- a/www/ckeditor/Makefile +++ b/www/ckeditor/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://download.cksource.com/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ DISTNAME= ckeditor_${PORTVERSION}_full -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG editor to be used inside web page LICENSE= MPL diff --git a/www/extjs/Makefile b/www/extjs/Makefile index 2bccf0461527..061912dad38d 100644 --- a/www/extjs/Makefile +++ b/www/extjs/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://cdn.sencha.com/ext/gpl/ \ http://mirror.joehorn.idv.tw/extjs/ DISTNAME= ext-${PORTVERSION}-gpl -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= JavaScript platform for rapid development of cross-browser web apps LICENSE= GPLv3 diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile index 44a48e8eaa02..046929df0109 100644 --- a/www/pear-HTTP_Session2/Makefile +++ b/www/pear-HTTP_Session2/Makefile @@ -5,7 +5,7 @@ PORTNAME= HTTP_Session2 PORTVERSION= 0.7.3 CATEGORIES= www devel pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PHP5 Session Handler LICENSE= BSD3CLAUSE diff --git a/www/pear-twig/Makefile b/www/pear-twig/Makefile index 3b084c8fab8b..b7111d084163 100644 --- a/www/pear-twig/Makefile +++ b/www/pear-twig/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= The flexible, fast, and secure template engine for PHP LICENSE= BSD3CLAUSE diff --git a/www/pecl-twig/Makefile b/www/pecl-twig/Makefile index 51a052f22f3d..ae3826d9f5aa 100644 --- a/www/pecl-twig/Makefile +++ b/www/pecl-twig/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://pear.twig-project.org/get/ PKGNAMEPREFIX= pecl- DISTNAME= CTwig-${PORTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Twig C extension to improve performance of the Twig template language LICENSE= BSD3CLAUSE |