summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-09-06 21:05:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-09-06 21:05:27 +0000
commitc5396a539582696e773d621e421e9dce64eb2064 (patch)
tree6488bf67be3161bf257a0d36a0caaa4961a86d16
parent- fix MASTER_SIITES (diff)
Use MASTER_SITE_SOURCEFORGE_JP.
Notes
Notes: svn path=/head/; revision=88651
-rw-r--r--www/p5-Sledge-Plugin-CacheContent/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-Download/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-Dumper/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-HTML2HDML/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-Log/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-NoCache/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-SaveUpload/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-ScratchPad/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile3
-rw-r--r--www/p5-Sledge-Plugin-XSLT/Makefile3
-rw-r--r--www/p5-Sledge-SessionManager-CookieStore/Makefile3
-rw-r--r--www/p5-Sledge-Template-Expr/Makefile3
-rw-r--r--www/p5-Sledge/Makefile3
13 files changed, 26 insertions, 13 deletions
diff --git a/www/p5-Sledge-Plugin-CacheContent/Makefile b/www/p5-Sledge-Plugin-CacheContent/Makefile
index dc529b82681b..b2bbff1048d2 100644
--- a/www/p5-Sledge-Plugin-CacheContent/Makefile
+++ b/www/p5-Sledge-Plugin-CacheContent/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-CacheContent
PORTVERSION= 0.03
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/3762/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/3762
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-Download/Makefile b/www/p5-Sledge-Plugin-Download/Makefile
index 89faf803777a..b7b382566682 100644
--- a/www/p5-Sledge-Plugin-Download/Makefile
+++ b/www/p5-Sledge-Plugin-Download/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-Download
PORTVERSION= 0.02
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2360/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2360
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-Dumper/Makefile b/www/p5-Sledge-Plugin-Dumper/Makefile
index 0c7a05399c60..5c3da5e3604d 100644
--- a/www/p5-Sledge-Plugin-Dumper/Makefile
+++ b/www/p5-Sledge-Plugin-Dumper/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-Dumper
PORTVERSION= 0.03
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2361/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2361
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-HTML2HDML/Makefile b/www/p5-Sledge-Plugin-HTML2HDML/Makefile
index 9412496d4381..eb5670e2ce13 100644
--- a/www/p5-Sledge-Plugin-HTML2HDML/Makefile
+++ b/www/p5-Sledge-Plugin-HTML2HDML/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-HTML2HDML
PORTVERSION= 0.01
CATEGORIES= www textproc perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2451/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2451
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-Log/Makefile b/www/p5-Sledge-Plugin-Log/Makefile
index e593297e98ab..a680e858e780 100644
--- a/www/p5-Sledge-Plugin-Log/Makefile
+++ b/www/p5-Sledge-Plugin-Log/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-Log
PORTVERSION= 0.02
CATEGORIES= www sysutils perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2362/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2362
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-NoCache/Makefile b/www/p5-Sledge-Plugin-NoCache/Makefile
index 2685405026e1..35473af9a5da 100644
--- a/www/p5-Sledge-Plugin-NoCache/Makefile
+++ b/www/p5-Sledge-Plugin-NoCache/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-NoCache
PORTVERSION= 0.02
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2363/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2363
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-SaveUpload/Makefile b/www/p5-Sledge-Plugin-SaveUpload/Makefile
index e5302805ba5f..740f2f470a16 100644
--- a/www/p5-Sledge-Plugin-SaveUpload/Makefile
+++ b/www/p5-Sledge-Plugin-SaveUpload/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-SaveUpload
PORTVERSION= 0.01
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2431/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2431
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-ScratchPad/Makefile b/www/p5-Sledge-Plugin-ScratchPad/Makefile
index 47605c9f2173..25be14493ce7 100644
--- a/www/p5-Sledge-Plugin-ScratchPad/Makefile
+++ b/www/p5-Sledge-Plugin-ScratchPad/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-ScratchPad
PORTVERSION= 0.01
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2364/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2364
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile b/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
index a034d3af20f7..8742d861e04d 100644
--- a/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
+++ b/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-SessionAutoCleanup
PORTVERSION= 0.02
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2365/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2365
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Plugin-XSLT/Makefile b/www/p5-Sledge-Plugin-XSLT/Makefile
index 6f7a9253803b..2c74f74ed548 100644
--- a/www/p5-Sledge-Plugin-XSLT/Makefile
+++ b/www/p5-Sledge-Plugin-XSLT/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Plugin-XSLT
PORTVERSION= 0.01
CATEGORIES= www textproc perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2457/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2457
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-SessionManager-CookieStore/Makefile b/www/p5-Sledge-SessionManager-CookieStore/Makefile
index 34f02066f647..355d6001a399 100644
--- a/www/p5-Sledge-SessionManager-CookieStore/Makefile
+++ b/www/p5-Sledge-SessionManager-CookieStore/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-SessionManager-CookieStore
PORTVERSION= 0.01
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2367/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2367
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge-Template-Expr/Makefile b/www/p5-Sledge-Template-Expr/Makefile
index 1bab83cdadff..88e5027ca5d7 100644
--- a/www/p5-Sledge-Template-Expr/Makefile
+++ b/www/p5-Sledge-Template-Expr/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge-Template-Expr
PORTVERSION= 0.03
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2369/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2369
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
diff --git a/www/p5-Sledge/Makefile b/www/p5-Sledge/Makefile
index e4243b7ef848..67cb9e2b3c0f 100644
--- a/www/p5-Sledge/Makefile
+++ b/www/p5-Sledge/Makefile
@@ -8,7 +8,8 @@
PORTNAME= Sledge
PORTVERSION= 1.10
CATEGORIES= www perl5
-MASTER_SITES= http://downloads.sourceforge.jp/sledge/2353/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR= sledge/2353
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org