aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-01-10 06:43:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-01-10 06:43:00 +0000
commita8b14b118b276d04ec08aacc5f158e61d5638828 (patch)
tree8f6f677e0c02e2a8b11360c1e969d15fc05c54f0
parent714bca518464ef5fc8d379b9ef56f70b752ee6ea (diff)
downloadports-a8b14b118b276d04ec08aacc5f158e61d5638828.tar.gz
ports-a8b14b118b276d04ec08aacc5f158e61d5638828.zip
Notes
-rw-r--r--archivers/libzip/Makefile2
-rw-r--r--devel/pecl-json/Makefile2
-rw-r--r--devel/pecl-operator/Makefile2
-rw-r--r--mail/p5-Mail-DeliveryStatus-BounceParser/Makefile2
-rw-r--r--security/pecl-hash/Makefile2
-rw-r--r--textproc/p5-Text-WikiFormat/Makefile2
-rw-r--r--www/p5-Net-eBay/Makefile2
-rw-r--r--www/p5-Net-eBay/pkg-descr3
-rw-r--r--www/pecl-pecl_http/Makefile2
-rw-r--r--www/smarty/Makefile2
-rw-r--r--www/smarty/pkg-descr2
-rw-r--r--www/templatelite/Makefile2
-rw-r--r--x11-toolkits/php-gtk/Makefile2
-rw-r--r--x11-toolkits/php-gtk/pkg-descr3
-rw-r--r--x11-toolkits/php-gtk2/Makefile2
-rw-r--r--x11-toolkits/php-gtk2/pkg-descr3
16 files changed, 12 insertions, 23 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile
index 10cc3c3d98ce..4e601a2abf86 100644
--- a/archivers/libzip/Makefile
+++ b/archivers/libzip/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.8
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= A C library for reading, creating, and modifying zip archives
GNU_CONFIGURE= yes
diff --git a/devel/pecl-json/Makefile b/devel/pecl-json/Makefile
index 1467877b516a..7208009ed6fb 100644
--- a/devel/pecl-json/Makefile
+++ b/devel/pecl-json/Makefile
@@ -14,7 +14,7 @@ DISTNAME= json-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= PHP extension for JSON (JavaScript Object Notation) serialization
USE_PHP= yes
diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile
index 38d4178c1957..ecad9433a4ce 100644
--- a/devel/pecl-operator/Makefile
+++ b/devel/pecl-operator/Makefile
@@ -14,7 +14,7 @@ DISTNAME= operator-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= PHP extension that provides operator overloading for PHP objects
USE_PHP= yes
diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
index 564745d850d2..0220667ac4fc 100644
--- a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
+++ b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension to analyze bounce messages
RUN_DEPENDS= p5-MIME-Tools>=5.418:${PORTSDIR}/mail/p5-MIME-Tools \
diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile
index 2da4020cd645..00a5519aa780 100644
--- a/security/pecl-hash/Makefile
+++ b/security/pecl-hash/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= HASH Message Digest Framework for PHP
USE_PHP= yes
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile
index 2b232acd4141..1304b3a3d740 100644
--- a/textproc/p5-Text-WikiFormat/Makefile
+++ b/textproc/p5-Text-WikiFormat/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= Module for translating Wiki formatted text into other formats
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile
index 60952e64da46..fe9e792840d2 100644
--- a/www/p5-Net-eBay/Makefile
+++ b/www/p5-Net-eBay/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perl Interface to XML based eBay API
BUILD_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
diff --git a/www/p5-Net-eBay/pkg-descr b/www/p5-Net-eBay/pkg-descr
index 1a84901e6c08..594a411a66aa 100644
--- a/www/p5-Net-eBay/pkg-descr
+++ b/www/p5-Net-eBay/pkg-descr
@@ -5,6 +5,3 @@ requests to eBay.
Supports both Legacy API as well as NEW API.
WWW: http://search.cpan.org/dist/Net-eBay/
-
--- Alexander Zhuravlev
-zaa@zaa.pp.ru
diff --git a/www/pecl-pecl_http/Makefile b/www/pecl-pecl_http/Makefile
index 25a7a18366a4..435090bd13cc 100644
--- a/www/pecl-pecl_http/Makefile
+++ b/www/pecl-pecl_http/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= A PHP extension which provides extended HTTP request/response handling
USE_PHP= session hash iconv
diff --git a/www/smarty/Makefile b/www/smarty/Makefile
index ffd9e920d500..2c8b852b7389 100644
--- a/www/smarty/Makefile
+++ b/www/smarty/Makefile
@@ -15,7 +15,7 @@ DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX}
DISTFILES+= Smarty-${DOCSVERSION}-docs${EXTRACT_SUFX}:manual
.endif
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= The PHP compiling template engine
DOCSVERSION= 2.6.14
diff --git a/www/smarty/pkg-descr b/www/smarty/pkg-descr
index 57a214ae785c..b582ce4ed4d6 100644
--- a/www/smarty/pkg-descr
+++ b/www/smarty/pkg-descr
@@ -9,5 +9,3 @@ templates on every invocation. This makes Smarty extremely scalable and
managable for large application needs.
WWW: http://www.smarty.net/
-
-- Simon 'corecode' Schubert
diff --git a/www/templatelite/Makefile b/www/templatelite/Makefile
index 894f61531838..2df8eff9f912 100644
--- a/www/templatelite/Makefile
+++ b/www/templatelite/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/Template%20Lite/Template%20Lite%20version%20${PORTVERSION}
DISTNAME= template_lite_${PORTVERSION}
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= A smaller, faster alternative to the Smarty template engine
NO_BUILD= yes
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile
index 5aab019b440a..7f43a698e97b 100644
--- a/x11-toolkits/php-gtk/Makefile
+++ b/x11-toolkits/php-gtk/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= x11-toolkits
MASTER_SITES= http://gtk.php.net/distributions/ \
http://document-root.de/mirror/php-gtk/
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= An extension to use gtk in PHP-applications
USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:22:env
diff --git a/x11-toolkits/php-gtk/pkg-descr b/x11-toolkits/php-gtk/pkg-descr
index aea6f2e5d4a7..14f7c0d63481 100644
--- a/x11-toolkits/php-gtk/pkg-descr
+++ b/x11-toolkits/php-gtk/pkg-descr
@@ -5,6 +5,3 @@ general-purpose language that is suited to more than just the web
application environment.
WWW: http://gtk.php.net/
-
-- Alex Kiesel
-kiesel@schlund.de
diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile
index 5aab019b440a..7f43a698e97b 100644
--- a/x11-toolkits/php-gtk2/Makefile
+++ b/x11-toolkits/php-gtk2/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= x11-toolkits
MASTER_SITES= http://gtk.php.net/distributions/ \
http://document-root.de/mirror/php-gtk/
-MAINTAINER= zaa@zaa.pp.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= An extension to use gtk in PHP-applications
USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:22:env
diff --git a/x11-toolkits/php-gtk2/pkg-descr b/x11-toolkits/php-gtk2/pkg-descr
index aea6f2e5d4a7..14f7c0d63481 100644
--- a/x11-toolkits/php-gtk2/pkg-descr
+++ b/x11-toolkits/php-gtk2/pkg-descr
@@ -5,6 +5,3 @@ general-purpose language that is suited to more than just the web
application environment.
WWW: http://gtk.php.net/
-
-- Alex Kiesel
-kiesel@schlund.de