diff options
author | johans <johans@FreeBSD.org> | 2016-09-15 02:43:59 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-09-15 02:43:59 +0800 |
commit | 2e6d5741bdf9e19961cc9207a13fe42c49022735 (patch) | |
tree | 968026e25efa15db030d1343db5999ff84dc59d2 /www | |
parent | afdcb324a47ea1edd3a7f0c6208d7aa883a23d67 (diff) | |
download | freebsd-ports-gnome-2e6d5741bdf9e19961cc9207a13fe42c49022735.tar.gz freebsd-ports-gnome-2e6d5741bdf9e19961cc9207a13fe42c49022735.tar.zst freebsd-ports-gnome-2e6d5741bdf9e19961cc9207a13fe42c49022735.zip |
- Change primary site from Google Code to Google Code Archive;
Not perfect, but it's linked from www.caudium.net and works fine
- Add my own site as backup
- Remove BROKEN
Diffstat (limited to 'www')
-rw-r--r-- | www/caudium14/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index adfb43b6a722..a58f27980609 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -6,14 +6,13 @@ PORTVERSION= ${DISTVERSION}.${PIKEVERSION} DISTVERSION= 1.4.18 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://caudium.googlecode.com/files/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/caudium/ \ + ftp://ftp.stack.nl/pub/users/johans/caudium/ DISTNAME= Caudium-${DISTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= pike78:lang/pike78 LIB_DEPENDS= libsablot.so:textproc/sablotron RUN_DEPENDS= lsof:sysutils/lsof @@ -49,7 +48,7 @@ post-patch: -e 's,/etc/caudium,${PREFIX}&,' ${WRKSRC}/Makefile.in post-install: - @${INSTALL_SCRIPT} ${WRKDIR}/caudium ${STAGEDIR}${PREFIX}/etc/rc.d/ + ${INSTALL_SCRIPT} ${WRKDIR}/caudium ${STAGEDIR}${PREFIX}/etc/rc.d/ .include <bsd.port.pre.mk> |