svn commit: r315072 - head/devel/cdk

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 23 19:19:56 UTC 2013


Author: bapt
Date: Sat Mar 23 19:19:55 2013
New Revision: 315072
URL: http://svnweb.freebsd.org/changeset/ports/315072

Log:
  Add a mirror for the distfile
  
  PR:		ports/175400
  Submitted by:	Po-Chien Lin <linpc at cs.nctu.edu.tw>

Modified:
  head/devel/cdk/Makefile

Modified: head/devel/cdk/Makefile
==============================================================================
--- head/devel/cdk/Makefile	Sat Mar 23 19:18:59 2013	(r315071)
+++ head/devel/cdk/Makefile	Sat Mar 23 19:19:55 2013	(r315072)
@@ -6,7 +6,8 @@ PORTVERSION=	5.0.20120323
 PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel
-MASTER_SITES=	ftp://invisible-island.net/cdk/
+MASTER_SITES=	ftp://invisible-island.net/cdk/ \
+		http://fossies.org/linux/misc/
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
 EXTRACT_SUFX=	.tgz
 


More information about the svn-ports-head mailing list