aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/ttcp/Makefile2
-rw-r--r--converters/p5-Convert-PEM/Makefile2
-rw-r--r--databases/p5-DWH_File/Makefile2
-rw-r--r--devel/p5-Date-Set/Makefile2
-rw-r--r--graphics/mapserver/Makefile4
-rw-r--r--mail/p5-Mail-IMAPClient/Makefile2
-rw-r--r--mail/p5-Mail-QuoteWrap/Makefile2
-rw-r--r--mail/p5-Mail-SPF-Query/Makefile2
-rw-r--r--misc/p5-Data-Buffer/Makefile2
-rw-r--r--net/p5-Net-CIDR-Lite/Makefile2
-rw-r--r--security/keyprint/Makefile2
-rw-r--r--security/opieprint/Makefile2
-rw-r--r--security/p5-Crypt-DSA/Makefile2
-rw-r--r--security/p5-Crypt-Primes/Makefile2
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile2
-rw-r--r--security/p5-Crypt-RSA/Makefile2
-rw-r--r--security/p5-Crypt-Random/Makefile2
-rw-r--r--security/p5-Tie-EncryptedHash/Makefile2
-rw-r--r--security/sudo/Makefile2
-rw-r--r--www/analog/Makefile2
-rw-r--r--www/p5-HTML-Embperl/Makefile2
21 files changed, 22 insertions, 22 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index d15bc0fedd5a..f42f95335912 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/
DISTFILES= ttcp.c ttcp.1 README
EXTRACT_ONLY= #none
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Benchmarking tool for analysing TCP and UDP performance
NO_WRKSUBDIR= yes
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile
index 8862e53a6ccc..1105c82c5389 100644
--- a/converters/p5-Convert-PEM/Makefile
+++ b/converters/p5-Convert-PEM/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption
BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
diff --git a/databases/p5-DWH_File/Makefile b/databases/p5-DWH_File/Makefile
index 8ef82992cc58..7ce0e5e706f2 100644
--- a/databases/p5-DWH_File/Makefile
+++ b/databases/p5-DWH_File/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DWH_File
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Store deep and wide hashes in single level tied hash
PERL_CONFIGURE= yes
diff --git a/devel/p5-Date-Set/Makefile b/devel/p5-Date-Set/Makefile
index c2804d82a73d..931b1d0db2ee 100644
--- a/devel/p5-Date-Set/Makefile
+++ b/devel/p5-Date-Set/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= A module for date/time sets
BUILD_DEPENDS= ${SITE_PERL}/Set/Infinite.pm:${PORTSDIR}/devel/p5-Set-Infinite \
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index ce87c11e77ec..01609f19ac63 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 3
CATEGORIES= graphics www
MASTER_SITES= http://cvs.gis.umn.edu/dist/
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= System for developing web-based GIS applications
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --with-postgis=${LOCALBASE}/bin/pg_config
${ECHO_MSG} ""; \
sleep 2; \
fi
-BUILD_DEPENDS+= php-config:${PORTSDIR}/www/php4-cgi
+BUILD_DEPENDS+= php-config:${PORTSDIR}/lang/php4
CONFIGURE_ARGS+= --with-php=${LOCALBASE}
PHP_EXTENSION_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e 's,/usr/local/,,'
PLIST_SUB+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile
index 188df4eb6df5..a6c66e5a8b32 100644
--- a/mail/p5-Mail-IMAPClient/Makefile
+++ b/mail/p5-Mail-IMAPClient/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
diff --git a/mail/p5-Mail-QuoteWrap/Makefile b/mail/p5-Mail-QuoteWrap/Makefile
index dad16ebbb547..6b13b7a7a016 100644
--- a/mail/p5-Mail-QuoteWrap/Makefile
+++ b/mail/p5-Mail-QuoteWrap/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
DISTNAME= MailQuoteWrap${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Provides wrapping functionality for quoted Email and Usenet messages
BUILD_DEPENDS= ${SITE_PERL}/Text/Format.pm:${PORTSDIR}/textproc/p5-Text-Format
diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile
index 7cb25f433827..cc00f2d5f61f 100644
--- a/mail/p5-Mail-SPF-Query/Makefile
+++ b/mail/p5-Mail-SPF-Query/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Query Sender Permitted From for an IP,email,helo
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
diff --git a/misc/p5-Data-Buffer/Makefile b/misc/p5-Data-Buffer/Makefile
index 48096f444dde..d2a119a62cdc 100644
--- a/misc/p5-Data-Buffer/Makefile
+++ b/misc/p5-Data-Buffer/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Read/write buffer class
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile
index bbf837ab79ff..0b37384d542f 100644
--- a/net/p5-Net-CIDR-Lite/Makefile
+++ b/net/p5-Net-CIDR-Lite/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile
index 0a2722a29a0c..ab92bfa2ece5 100644
--- a/security/keyprint/Makefile
+++ b/security/keyprint/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mharo
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Print S/Key keys on a piece of paper, twice the size of a credit card
NO_BUILD= yes
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile
index 67ef09e89a1b..1cf2a8c3abbf 100644
--- a/security/opieprint/Makefile
+++ b/security/opieprint/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.inner.net/pub/opie/contrib/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .gz
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Output postscript with 100 OPIE passwords credit card sized
NO_BUILD= yes
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index 5af3aa193b3f..f05da4aff770 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= DSA signature and key generation
RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile
index 4f5ec7332e05..d5b36c943b41 100644
--- a/security/p5-Crypt-Primes/Makefile
+++ b/security/p5-Crypt-Primes/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Provable Prime Number Generator suitable for Cryptographic Applications
PERLBASE= ${SITE_PERL}
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
index aa3e34349ecb..68998df70ecd 100644
--- a/security/p5-Crypt-RIPEMD160/Makefile
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= RIPEMD-160 message digest algorithm
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index a9469d989357..95279df7bfec 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= RSA public-key cryptosystem
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile
index f8e18e0867ed..900a8df19c3f 100644
--- a/security/p5-Crypt-Random/Makefile
+++ b/security/p5-Crypt-Random/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Cryptographically Secure, True Random Number Generator
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile
index d8edd3ad8a7d..f215e3492b4d 100644
--- a/security/p5-Tie-EncryptedHash/Makefile
+++ b/security/p5-Tie-EncryptedHash/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Hashes (and objects based on hashes) with encrypting fields
BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index ce68e85cbbd6..9c060becbd5f 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -21,7 +21,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
ftp://ftp.stikman.com/pub/sudo/
DISTNAME= ${PORTNAME}-1.6.8p12
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Allow others to run commands as root
GNU_CONFIGURE= yes
diff --git a/www/analog/Makefile b/www/analog/Makefile
index de443f44882f..a872411bf1cd 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -21,7 +21,7 @@ MASTER_SITES= http://www.analog.cx/ \
http://analog.netsoc.ucd.ie/ \
http://analog.tzone.it/
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An extremely fast program for analysing WWW logfiles
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile
index 43156ca94c3c..6583259534bf 100644
--- a/www/p5-HTML-Embperl/Makefile
+++ b/www/p5-HTML-Embperl/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
-MAINTAINER= mharo@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= A module to allow embedded perl in HTML documents
.if !defined(WITHOUT_APACHE)