svn commit: r376707 - head/lang/fpc

John Marino marino at FreeBSD.org
Sat Jan 10 13:53:17 UTC 2015


Author: marino
Date: Sat Jan 10 13:53:16 2015
New Revision: 376707
URL: https://svnweb.freebsd.org/changeset/ports/376707
QAT: https://qat.redports.org/buildarchive/r376707/

Log:
  lang/fpc: Remove googlecode from MASTER_SITES
  
  The googlecode URL only provides 2.6.0 and 2.6.2 versions of the man pages
  and bootstrap compiler, but not the current 2.6.4, so remove those urls.
  
  While here, simplify the LOCAL distcache site urls.  The substition is not
  necessary.

Modified:
  head/lang/fpc/Makefile

Modified: head/lang/fpc/Makefile
==============================================================================
--- head/lang/fpc/Makefile	Sat Jan 10 13:51:50 2015	(r376706)
+++ head/lang/fpc/Makefile	Sat Jan 10 13:53:16 2015	(r376707)
@@ -13,10 +13,8 @@ MASTER_SITES=	ftp://ftp.freepascal.org/p
 		ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \
 		http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \
 		SF/freepascal/Source/${PORTVERSION}:source \
-		${MASTER_SITE_GOOGLE_CODE}:bootstrap \
-		${MASTER_SITE_LOCAL:S|$|acm/freepascal/:bootstrap|} \
-		${MASTER_SITE_GOOGLE_CODE}:man \
-		${MASTER_SITE_LOCAL:S|$|acm/freepascal/:man|}
+		LOCAL/acm/freepascal/:bootstrap \
+		LOCAL/acm/freepascal/:man
 DISTFILES=	${DISTNAME:S/$/.source/}${EXTRACT_SUFX}:source
 DIST_SUBDIR=	freepascal
 


More information about the svn-ports-all mailing list