diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-12-13 16:14:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-12-13 16:14:17 +0000 |
commit | 73021e6e147be7e06a5a212598043fa398784fad (patch) | |
tree | c61ab5f2d2929dd22faf9ef3386ae548ded07e1d | |
parent | 09713bc983c1c232ff3c409e58ff165380a5ca60 (diff) | |
download | ports-73021e6e147be7e06a5a212598043fa398784fad.tar.gz ports-73021e6e147be7e06a5a212598043fa398784fad.zip |
Notes
-rw-r--r-- | databases/libdbi/Makefile | 2 | ||||
-rw-r--r-- | databases/libmemcache/Makefile | 2 | ||||
-rw-r--r-- | databases/memcached/Makefile | 2 | ||||
-rw-r--r-- | databases/wfb2sql/Makefile | 2 | ||||
-rw-r--r-- | devel/lemon/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-aspectr/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-inline/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-inline/Makefile | 2 | ||||
-rw-r--r-- | devel/tla/Makefile | 2 | ||||
-rw-r--r-- | mail/bmf/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/bsd-airtools/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qtella/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Geo-IP/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-net-geoip/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-spread/Makefile | 2 | ||||
-rw-r--r-- | shells/tcshrc/Makefile | 2 | ||||
-rw-r--r-- | textproc/docbookide.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-libxslt/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 2 | ||||
-rw-r--r-- | www/mod_backhand/Makefile | 2 | ||||
-rw-r--r-- | www/mod_geoip/Makefile | 2 | ||||
-rw-r--r-- | www/ruby-tmpl/Makefile | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index 631d374cd531..d25af0e9f46e 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -13,7 +13,7 @@ CATEGORIES= databases devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Database Independent Abstraction Layer for C GNU_CONFIGURE= yes diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile index c6e4f7a09a0c..7e50510c0330 100644 --- a/databases/libmemcache/Makefile +++ b/databases/libmemcache/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4.0.rc2 CATEGORIES= databases MASTER_SITES= http://people.FreeBSD.org/~seanc/libmemcache/ -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The C library for accessing a memcache cluster USE_BZIP2= yes diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index b0a5c9f3e4f1..fb19ef27cf39 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.danga.com/memcached/dist/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= High-performance distributed memory object cache system LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent diff --git a/databases/wfb2sql/Makefile b/databases/wfb2sql/Makefile index ee850915810c..bc4f0a54e10e 100644 --- a/databases/wfb2sql/Makefile +++ b/databases/wfb2sql/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= CIA World Fact Book to SQL Conversion Utility BUILD_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ diff --git a/devel/lemon/Makefile b/devel/lemon/Makefile index 737f21d26c7b..ec0e97f2141b 100644 --- a/devel/lemon/Makefile +++ b/devel/lemon/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.39 CATEGORIES= devel MASTER_SITES= http://people.FreeBSD.org/~seanc/ports/${PORTNAME}/ -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An LALR(1) parser generator. Similar in function to yacc and bison USE_BZIP2= yes diff --git a/devel/ruby-aspectr/Makefile b/devel/ruby-aspectr/Makefile index 4da6b2d668a1..a0715b0f8dac 100644 --- a/devel/ruby-aspectr/Makefile +++ b/devel/ruby-aspectr/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby libraries for Aspect programming USE_RUBY= yes diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile index f479556fdcd6..0cf324f15a6e 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= RubyInline-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts USE_RUBY= yes diff --git a/devel/rubygem-inline/Makefile b/devel/rubygem-inline/Makefile index e90f77fffdfb..a17c4a2e769e 100644 --- a/devel/rubygem-inline/Makefile +++ b/devel/rubygem-inline/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ruby${PORTNAME} DISTNAME= RubyInline-${PORTVERSION} -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts GEM_NAME= ${DISTNAME} diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 4ff13de90dd1..52f213b5202a 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ http://arch.quackerhead.com/~lord/releases/${PORTNAME}/ MASTER_SITE_SUBDIR= gnu-arch -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The original arch source control management CLI written in C BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ diff --git a/mail/bmf/Makefile b/mail/bmf/Makefile index 1e13d04287be..dc021c59708b 100644 --- a/mail/bmf/Makefile +++ b/mail/bmf/Makefile @@ -12,7 +12,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast Bayesian Mail Filter compatible with maildrop and procmail .if defined(WITH_BDB41) diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile index d0228c6c661d..6d3ceae0c226 100644 --- a/net-mgmt/bsd-airtools/Makefile +++ b/net-mgmt/bsd-airtools/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://people.FreeBSD.org/~seanc/ports/bsd-airtools/ DISTNAME= ${PORTNAME}-v${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BSD Wireless Scanning Tools CONF_AIRTOOLS= dstumbler diff --git a/net-p2p/qtella/Makefile b/net-p2p/qtella/Makefile index 1d3d7fd39bb9..2f6e69aa80d4 100644 --- a/net-p2p/qtella/Makefile +++ b/net-p2p/qtella/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qtella -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Gnutella client using Qt HAS_CONFIGURE= yes diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 2cfe7c582bfb..7605afd01f5d 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ MASTER_SITE_SUBDIR= Geo PKGNAMEPREFIX= p5- -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Gets country name by IP or hostname LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile index 08df0224a7a5..5a47d0d9fbdb 100644 --- a/net/ruby-net-geoip/Makefile +++ b/net/ruby-net-geoip/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.gigavenue.com/mirrors/ruby/ \ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby extension that wraps around libGeoIP LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP diff --git a/net/ruby-spread/Makefile b/net/ruby-spread/Makefile index e9d94fb2b94e..f0ac92f3c271 100644 --- a/net/ruby-spread/Makefile +++ b/net/ruby-spread/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rb_${PORTNAME} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby interface to the Spread library LIB_DEPENDS= tspread.1:${PORTSDIR}/net/spread diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile index f6c236107c8f..fb3008e17bf7 100644 --- a/shells/tcshrc/Makefile +++ b/shells/tcshrc/Makefile @@ -11,7 +11,7 @@ CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcshrc -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A set of configuration scripts for the TCSH shell INSTALL_TARGET= systeminstall diff --git a/textproc/docbookide.el/Makefile b/textproc/docbookide.el/Makefile index c2d595e87f6f..74a3b3441aef 100644 --- a/textproc/docbookide.el/Makefile +++ b/textproc/docbookide.el/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc elisp MASTER_SITES= http://nwalsh.com/emacs/docbookide/ DISTNAME= docbookide01 -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Emacs lisp modules for editing DocBook documents USE_ZIP= yes diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 445f58f442c8..a94cd856e42c 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.rubynet.org/modules/xml/libxml/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A friendly API to libxml for Ruby BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 diff --git a/textproc/ruby-libxslt/Makefile b/textproc/ruby-libxslt/Makefile index c6994420076e..cf46f431a33f 100644 --- a/textproc/ruby-libxslt/Makefile +++ b/textproc/ruby-libxslt/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A developer friendly libxslt binding for Ruby BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 \ diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index 2fe37a654f44..2a315d00ef3f 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile index f42e07c434c7..1c5e36b7331f 100644 --- a/www/mod_backhand/Makefile +++ b/www/mod_backhand/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \ http://people.FreeBSD.org/~seanc/ports/mod_backhand/ -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests USE_APACHE= yes diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index b689fc30e65e..0744d81326dd 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://www.maxmind.com/download/geoip/api/mod_geoip/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An Apache module that provides the country code of the client's IP LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP diff --git a/www/ruby-tmpl/Makefile b/www/ruby-tmpl/Makefile index b2ba9f64d1a3..fb71632632de 100644 --- a/www/ruby-tmpl/Makefile +++ b/www/ruby-tmpl/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= seanc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An online/offline templating system a la eRuby/ERb USE_RUBY= yes |