Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 18:43:59 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422150 - head/www/caudium14
Message-ID:  <201609141843.u8EIhxKI061714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Wed Sep 14 18:43:59 2016
New Revision: 422150
URL: https://svnweb.freebsd.org/changeset/ports/422150

Log:
  - 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

Modified:
  head/www/caudium14/Makefile

Modified: head/www/caudium14/Makefile
==============================================================================
--- head/www/caudium14/Makefile	Wed Sep 14 18:37:40 2016	(r422149)
+++ head/www/caudium14/Makefile	Wed Sep 14 18:43:59 2016	(r422150)
@@ -6,14 +6,13 @@ PORTVERSION=	${DISTVERSION}.${PIKEVERSIO
 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609141843.u8EIhxKI061714>