summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-03-13 11:27:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-03-13 11:27:29 +0000
commit3fc75d24451f17b4aa45406e122fda45844581c8 (patch)
treed55df78205fca999ce087d282021d235873bc74e
parent[patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variable (diff)
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
Notes
Notes: svn path=/head/; revision=208927
-rw-r--r--databases/py-migrate/Makefile3
-rw-r--r--devel/bunny/Makefile3
-rw-r--r--devel/gflags/Makefile3
-rw-r--r--devel/papi/Makefile5
-rw-r--r--devel/py-event/Makefile3
-rw-r--r--devel/py-gdata/Makefile3
-rw-r--r--dns/dnswall/Makefile3
-rw-r--r--dns/py-adns/Makefile3
-rw-r--r--games/el/Makefile3
-rw-r--r--games/endgame-singularity-music/Makefile3
-rw-r--r--graphics/tesseract/Makefile3
-rw-r--r--net-im/jabber-pyaim/Makefile4
-rw-r--r--net-im/jabber-pyicq/Makefile3
-rw-r--r--net/py-twitter/Makefile3
-rw-r--r--sysutils/rsyncbackup/Makefile3
-rw-r--r--textproc/uim-el/Makefile3
-rw-r--r--www/asterisk-gui/Makefile3
-rw-r--r--www/mod_log_firstbyte/Makefile3
18 files changed, 38 insertions, 19 deletions
diff --git a/databases/py-migrate/Makefile b/databases/py-migrate/Makefile
index 27d7f39adeba..4babecd63705 100644
--- a/databases/py-migrate/Makefile
+++ b/databases/py-migrate/Makefile
@@ -8,7 +8,7 @@
PORTNAME= migrate
PORTVERSION= 0.4.2
CATEGORIES= databases python
-MASTER_SITES= http://sqlalchemy-migrate.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://dose.se/distfiles/migrate/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sqlalchemy-${PORTNAME}-${PORTVERSION}
@@ -18,6 +18,7 @@ COMMENT= Database schema migrations for SQLAlchemy
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.10:${PORTSDIR}/databases/py-sqlalchemy
+PROJECTHOST= sqlalchemy-migrate
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= sqlalchemy_${PORTNAME}
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile
index 9bfec2a9e694..d23251bf4d5b 100644
--- a/devel/bunny/Makefile
+++ b/devel/bunny/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bunny
PORTVERSION= 0.92
CATEGORIES= devel
-MASTER_SITES= http://bunny-the-fuzzer.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
EXTRACT_SUFX= .tgz
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer
+PROJECTHOST= bunny-the-fuzzer
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= README
diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile
index c226a151cba1..cbf5c4b6d4d6 100644
--- a/devel/gflags/Makefile
+++ b/devel/gflags/Makefile
@@ -8,11 +8,12 @@
PORTNAME= gflags
PORTVERSION= 0.6
CATEGORIES= devel
-MASTER_SITES= http://google-gflags.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= leeym@FreeBSD.org
COMMENT= Commandline flags module for C++
+PROJECTHOST= google-gflags
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/devel/papi/Makefile b/devel/papi/Makefile
index 299135b6f4f6..0e4b7f0aac99 100644
--- a/devel/papi/Makefile
+++ b/devel/papi/Makefile
@@ -9,12 +9,13 @@ PORTNAME= papi
PORTVERSION= 3.5.0
PORTREVISION= 3
CATEGORIES= devel
-MASTER_SITES= http://papi-for-freebsd.googlecode.com/files/:source1
-DISTFILES= papi-3.5.0-freebsd-rev49.tar.bz2:source1
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+DISTFILES= papi-3.5.0-freebsd-rev49.tar.bz2
MAINTAINER= redcrash@gmail.com
COMMENT= API to access the performance counter hw in the microprocessor
+PROJECTHOST= papi-for-freebsd
STRIP=
USE_LDCONFIG= yes
USE_BZIP2= yes
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile
index f306d357fecd..27ee833c2ea7 100644
--- a/devel/py-event/Makefile
+++ b/devel/py-event/Makefile
@@ -8,7 +8,7 @@ PORTNAME= event
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= devel net python
-MASTER_SITES= http://pyevent.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
@@ -17,6 +17,7 @@ COMMENT= Python bindings for libevent
LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+PROJECTHOST= pyevent
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/devel/py-gdata/Makefile b/devel/py-gdata/Makefile
index d9d1f06e6bcf..17588295a88e 100644
--- a/devel/py-gdata/Makefile
+++ b/devel/py-gdata/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gdata
PORTVERSION= 1.0.11
CATEGORIES= devel python
-MASTER_SITES= http://gdata-python-client.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= gdata.py-${PORTVERSION}
@@ -17,6 +17,7 @@ COMMENT= GData Python Client Library
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
+PROJECTHOST= gdata-python-client
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= gdata.py
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index cbcc74431fdb..7a0c304164bf 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -8,13 +8,14 @@
PORTNAME= dnswall
PORTVERSION= 0.1.4
CATEGORIES= dns security
-MASTER_SITES= http://google-dnswall.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A daemon that filters out private IP addresses in DNS responses
+PROJECTHOST= google-dnswall
USE_AUTOTOOLS= automake:110
USE_DOS2UNIX= yes
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile
index 27aa4acff9d4..5bcd995e4983 100644
--- a/dns/py-adns/Makefile
+++ b/dns/py-adns/Makefile
@@ -8,7 +8,7 @@
PORTNAME= adns
PORTVERSION= 1.2.1
CATEGORIES= dns python
-MASTER_SITES= http://adns-python.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= adns-python-${PORTVERSION}
@@ -17,6 +17,7 @@ COMMENT= A Python Interface to adns, the asynchronous DNS library
LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns
+PROJECTHOST= adns-python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= adns-python
diff --git a/games/el/Makefile b/games/el/Makefile
index ee8d0835da56..0618104ddac4 100644
--- a/games/el/Makefile
+++ b/games/el/Makefile
@@ -8,7 +8,7 @@
PORTNAME= el
PORTVERSION= 140
CATEGORIES= games
-MASTER_SITES= http://bsdistfiles.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,}
DIST_SUBDIR= ${PORTNAME}
@@ -22,6 +22,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
alut.1:${PORTSDIR}/audio/freealut
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data
+PROJECTHOST= bsdistfiles
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= libxml2
diff --git a/games/endgame-singularity-music/Makefile b/games/endgame-singularity-music/Makefile
index 9a71f4f10117..b28a465805b6 100644
--- a/games/endgame-singularity-music/Makefile
+++ b/games/endgame-singularity-music/Makefile
@@ -8,11 +8,12 @@
PORTNAME= endgame-singularity-music
PORTVERSION= 005
CATEGORIES= games
-MASTER_SITES= http://endgame-singularity.googlecode.com/files/ CENKES
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Music pack for endgame-singularity
+PROJECTHOST= http://endgame-singularity
NO_BUILD= yes
USE_ZIP= yes
DATADIR= ${PREFIX}/share/singularity
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index 155b96a09a10..296ba0bef264 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tesseract
DISTVERSION= 2.01
CATEGORIES= graphics
-MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} CENKES
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGFILES}
MAINTAINER= infofarmer@FreeBSD.org
@@ -17,6 +17,7 @@ COMMENT= Commercial quality open source OCR engine
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
+PROJECTHOST= tesseract-ocr
LANGS= deu eng fra ita nld spa
LANGVER= 2.00
LANGFILES= ${LANGS:S|^|${PORTNAME}-${LANGVER}.|:S|$|${EXTRACT_SUFX}|}
diff --git a/net-im/jabber-pyaim/Makefile b/net-im/jabber-pyaim/Makefile
index 6a9442ce4c3a..0c6ad769b126 100644
--- a/net-im/jabber-pyaim/Makefile
+++ b/net-im/jabber-pyaim/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pyaim
PORTVERSION= 0.8a
CATEGORIES= net-im
-MASTER_SITES= http://pyaimt.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
DISTNAME= ${PORTNAME}-t-${PORTVERSION}
@@ -17,6 +17,8 @@ DIST_SUBDIR= jabber
MAINTAINER= takeda@takeda.tk
COMMENT= Python AIM-Transport for Jabber
+PROJECTHOST= pyaimt
+
OPTIONS= EJABBERD "Use transport with ejabberd" off \
TWISTED1 "Use old py-twisted 1.x" off
diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile
index 5f4da4772afb..18eaef3b0ad0 100644
--- a/net-im/jabber-pyicq/Makefile
+++ b/net-im/jabber-pyicq/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pyicq
PORTVERSION= 0.8b
CATEGORIES= net-im
-MASTER_SITES= http://pyicqt.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
DISTNAME= ${PORTNAME}-t-${PORTVERSION}
@@ -19,6 +19,7 @@ COMMENT= Python ICQ-Transport for Jabber
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
+PROJECTHOST= pyicqt
OPTIONS= JABBER "Use with jabberd14 (net-im/jabber)" off \
JABBERD "Use with jabberd 2.x (net-im/jabberd)" off \
EJABBERD "Use with ejabberd (net-im/ejabberd)" off \
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index 29e49be5b561..c4cf67f37e15 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -9,7 +9,7 @@
PORTNAME= twitter
PORTVERSION= 0.3
CATEGORIES= net python
-MASTER_SITES= http://python-twitter.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
@@ -19,6 +19,7 @@ COMMENT= A python wrapper around the Twitter API
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson
RUN_DEPENDS= ${BUILD_DEPENDS}
+PROJECTHOST= python-twitter
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= python_twitter
diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile
index dd7ed5544d00..14ad234f07bf 100644
--- a/sysutils/rsyncbackup/Makefile
+++ b/sysutils/rsyncbackup/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rsyncbackup
PORTVERSION= 1.0
CATEGORIES= sysutils
-MASTER_SITES= http://rsync-backup.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= rsyncbackup
MAINTAINER= ports@danielbond.org
@@ -16,6 +16,7 @@ COMMENT= Rsync frontend written in Perl
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
+PROJECTHOST= rsync-backup
CONFIGSRC= ${WRKSRC}/config
CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile
index e972e7f39c34..9e527f9f9267 100644
--- a/textproc/uim-el/Makefile
+++ b/textproc/uim-el/Makefile
@@ -8,7 +8,7 @@
PORTNAME= uim-el
PORTVERSION= 1.4.1
CATEGORIES= textproc
-MASTER_SITES= http://uim.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://uim.freedesktop.org/releases/uim/stable/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= uim-${PORTVERSION}
@@ -16,6 +16,7 @@ DISTNAME= uim-${PORTVERSION}
MAINTAINER= nobutaka@freebsd.org
COMMENT?= Emacs lisp for uim input method library
+PROJECTHOST= uim
CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \
uim-el-emacs21-[0-9]*
diff --git a/www/asterisk-gui/Makefile b/www/asterisk-gui/Makefile
index 0fe3f80833f8..b143a3d74479 100644
--- a/www/asterisk-gui/Makefile
+++ b/www/asterisk-gui/Makefile
@@ -9,7 +9,7 @@ PORTNAME= asterisk-gui
PORTVERSION= 0.0.1r20070801
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= http://asterisk-bsd.googlecode.com/files/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-snap-2007-08-01
MAINTAINER= pneumann@gmail.com
@@ -17,6 +17,7 @@ COMMENT= An asterisk ajax web manager
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
+PROJECTHOST= asterisk-bsd
USE_AUTOTOOLS= autoconf:261 automake:19
USE_GMAKE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/www/mod_log_firstbyte/Makefile b/www/mod_log_firstbyte/Makefile
index e811e7130830..477df09c98c0 100644
--- a/www/mod_log_firstbyte/Makefile
+++ b/www/mod_log_firstbyte/Makefile
@@ -8,12 +8,13 @@
PORTNAME= mod_log_firstbyte
PORTVERSION= 1.01
CATEGORIES= www
-MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTFILES= ${PORTNAME}.c readme.txt
MAINTAINER= leeym@FreeBSD.org
COMMENT= Log the time between request and the first byte of the response served
+PROJECTHOST= mod-log-firstbyte
USE_APACHE= 2.0+
MOD= mod_log_firstbyte
PKGMESSAGE= ${WRKSRC}/readme.txt