summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-27 18:31:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-27 18:31:08 +0000
commit048988d9baac4bfcfd41156838d85efc4e28e254 (patch)
tree0c30f507f0390cc7876328136ff836eb957e0f71
parentUpdate to the 20090825 snapshot of GCC 4.4.2. (diff)
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for consistency)
Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=240420
-rw-r--r--converters/rcctools/Makefile3
-rw-r--r--databases/memcached/Makefile3
-rw-r--r--games/nethack32/Makefile3
-rw-r--r--games/trophy/Makefile4
-rw-r--r--japanese/ruby-eb/Makefile5
-rw-r--r--lang/fpc/Makefile2
-rw-r--r--lang/newlisp/Makefile3
-rw-r--r--lang/sbcl/Makefile2
-rw-r--r--mail/smfsav/Makefile2
-rw-r--r--net-mgmt/echolot/Makefile5
-rw-r--r--sysutils/bbapm/Makefile2
-rw-r--r--textproc/py-wordnet/Makefile2
-rw-r--r--www/mod_access_referer/Makefile3
-rw-r--r--x11-fonts/webfonts/Makefile2
-rw-r--r--x11-toolkits/blt/Makefile2
15 files changed, 17 insertions, 26 deletions
diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile
index 96962ed745e1..d20aaf17826c 100644
--- a/converters/rcctools/Makefile
+++ b/converters/rcctools/Makefile
@@ -8,8 +8,7 @@
PORTNAME= rcctools
PORTVERSION= 0.1.1
CATEGORIES= converters
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= rusxmms
+MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION}
MAINTAINER= admin@lissyara.su
COMMENT= Charset conversion utility with language and encoding autodetection
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index 48c75769852e..33ac6a9cc499 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -35,8 +35,7 @@ PORTDOCS= memory_management.txt protocol.txt
.if defined(WITH_REPCACHED)
# WWW: http://repcached.lab.klab.org/
-PATCH_SITES+= ${MASTER_SITE_SOURCEFORGE}
-PATCH_SITE_SUBDIR= repcached
+PATCH_SITES+= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/repcached\/repcached\/2.2-${PORTVERSION}/}
PATCH_DIST_STRIP+= -p1
PATCHFILES+= repcached-2.2-${PORTVERSION}.patch.gz
CONFIGURE_ARGS+= --enable-replication --disable-threads
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile
index e7bc5462d477..a2ec94edd8da 100644
--- a/games/nethack32/Makefile
+++ b/games/nethack32/Makefile
@@ -13,8 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.2.2
DISTNAME= nethack-322
EXTRACT_SUFX= .tgz
-PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}
-PATCH_SITE_SUBDIR= ${PORTNAME}
+PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/${PORTNAME}\/${PORTNAME}\/${PORTVERSION}/}
PATCHFILES= nh-3.2.2-3.2.3.diff
MAINTAINER= glewis@FreeBSD.org
diff --git a/games/trophy/Makefile b/games/trophy/Makefile
index 4cdb433c8a4b..d1879f690e26 100644
--- a/games/trophy/Makefile
+++ b/games/trophy/Makefile
@@ -10,9 +10,7 @@ PORTNAME= trophy
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= games
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-#MASTER_SITE_SUBDIR= ${PORTNAME}
-MASTER_SITES= http://trophy.sourceforge.net/archives/
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A single player racing game
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile
index 69ba3f181178..ca30fdafe7f5 100644
--- a/japanese/ruby-eb/Makefile
+++ b/japanese/ruby-eb/Makefile
@@ -9,9 +9,8 @@ PORTNAME= eb
PORTVERSION= 2.6
PORTREVISION= 3
CATEGORIES= japanese ruby
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-#MASTER_SITE_SUBDIR= ruby${PORTNAME}
-MASTER_SITES= http://ruby${PORTNAME}.sourceforge.net/
+MASTER_SITES= http://rubyeb.sourceforge.net/ \
+ SF/rubyeb/rubyeb/rubyeb-${PORTVERSION}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile
index 742a16c2b826..5b83da1555e7 100644
--- a/lang/fpc/Makefile
+++ b/lang/fpc/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:sourc
ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/source/:source \
ftp://ftp.no.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \
ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/:source \
- ${MASTER_SITE_SOURCEFORGE:S|$|freepascal/|}:source \
+ SF/freepascal/Source/${PORTVERSION}:source \
${MASTER_SITE_GOOGLE_CODE}:bin \
${MASTER_SITE_LOCAL:S|$|acm/freepascal/:bin|}
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index abaddc8297bb..8f82a90480eb 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -11,8 +11,7 @@ PORTVERSION= 10.1.1
PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= http://www.newlisp.org/downloads/
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-#MASTER_SITE_SUBDIR=${PORTNAME}
+#MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= stas@FreeBSD.org
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index 30dd15d7718f..7bfd3fdec10d 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -12,7 +12,7 @@ PORTNAME= sbcl
PORTVERSION= 1.0.30.0
PORTREVISION= 0
CATEGORIES= lang lisp
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+#MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \
# ftp://ftp.SpringDaemons.com/soft/sbcl-binary/:binaries
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \
ftp://ftp.SpringDaemons.com/soft/sbcl-binary/:binaries
diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile
index 2104dc4bb085..3a129d62be5e 100644
--- a/mail/smfsav/Makefile
+++ b/mail/smfsav/Makefile
@@ -8,7 +8,7 @@
PORTNAME= smfsav
PORTVERSION= 1.4.0
CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:0 \
+MASTER_SITES= SF/smfs/smf-sav/smf-sav-${PORTVERSION}:0 \
${MASTER_SITE_ISC}:1
MASTER_SITE_SUBDIR= smfs/:0 \
bind8/src/8.4.7/:1
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile
index 57fc0571289e..525aca2aae33 100644
--- a/net-mgmt/echolot/Makefile
+++ b/net-mgmt/echolot/Makefile
@@ -10,9 +10,8 @@ PORTNAME= echolot
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= net-mgmt
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITES= http://echolot.sourceforge.net/download/
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://echolot.sourceforge.net/download/ \
+ SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
diff --git a/sysutils/bbapm/Makefile b/sysutils/bbapm/Makefile
index 8857f022f2b3..7e30ceeac06f 100644
--- a/sysutils/bbapm/Makefile
+++ b/sysutils/bbapm/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}
+PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/bbtools\/${PORTNAME}\/bbapm-0.0.1-freebsd-patch/}
PATCH_SITE_SUBDIR= bbtools
PATCHFILES= bbapm-0.0.1-freebsd-patch-2.diff
PATCH_DIST_STRIP= -p1
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile
index cce0d004ea7a..00bfc8b82bda 100644
--- a/textproc/py-wordnet/Makefile
+++ b/textproc/py-wordnet/Makefile
@@ -9,7 +9,7 @@ PORTNAME= wordnet
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= textproc python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:pywn \
+MASTER_SITES= SF/pywordnet/pywordnet/${PORTVERSION}:pywn \
ftp://ftp.cogsci.princeton.edu/pub/wordnet/${WN_VERSION}/:wn \
http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \
ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${WN_VERSION}/:wn
diff --git a/www/mod_access_referer/Makefile b/www/mod_access_referer/Makefile
index 55d4a20de8e4..0c0b28ed3ec3 100644
--- a/www/mod_access_referer/Makefile
+++ b/www/mod_access_referer/Makefile
@@ -12,8 +12,7 @@ CATEGORIES= www
MASTER_SITES= SF/accessreferer/accessreferer/${PORTVERSION}
DIST_SUBDIR= apache
-PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}
-PATCH_SITE_SUBDIR= accessreferer
+PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/accessreferer\/accessreferer\/1.0.2-third-part-patch/}
PATCHFILES= mod_access_referer_1.0.2_third_part_patch.txt
PATCH_DIST_STRIP= -l
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile
index d797e58ff83c..b35dddc46727 100644
--- a/x11-fonts/webfonts/Makefile
+++ b/x11-fonts/webfonts/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.30
PORTREVISION= 6
CATEGORIES= x11-fonts
MASTER_SITES= ${MASTER_SITE_NETBSD:S/%SUBDIR%/ms-ttf/}:group1 \
- ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/corefonts/}:group1 \
+ SF/corefonts/the%20fonts/final:group1 \
ftp://ftp.uni-koeln.de/pc/win32/msoft/:group1 \
ftp://ftp.vsu.ru/pub/tex/font-packs/mscore/:group1 \
ftp://ftp.sinn.ru/pub/win95/fonts/:group1 \
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 896a88c93a22..fee985884844 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/BLT/BLT%20${PORTVERSION} \
DISTNAME= BLT${PORTVERSION}
-PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} \
+PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/${PORTNAME}\/BLT\/BLT%20${PORTVERSION}/} \
ftp://ftp.csl.sony.co.jp/pub/kjc/ttt-libs/
PATCH_SITE_SUBDIR= ${PORTNAME}
PATCHFILES= blt2.4z-patch-2