Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 13:53:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376707 - head/lang/fpc
Message-ID:  <201501101353.t0ADrHjH057104@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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