diff options
author | edwin <edwin@FreeBSD.org> | 2008-03-13 19:27:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-03-13 19:27:29 +0800 |
commit | d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7 (patch) | |
tree | 913484e87ae07c5bc57ba599fbdb6a2db47c00f5 /www | |
parent | 03e401cf11fa9c26ab4cfd1c3eca67403879d771 (diff) | |
download | freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.gz freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.zst freebsd-ports-gnome-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.zip |
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@
Diffstat (limited to 'www')
-rw-r--r-- | www/asterisk-gui/Makefile | 3 | ||||
-rw-r--r-- | www/mod_log_firstbyte/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 |