diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-syck/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-amatch/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-htmltools/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-quixml/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-syntax/Makefile | 3 | ||||
-rw-r--r-- | textproc/syck/Makefile | 5 |
6 files changed, 12 insertions, 8 deletions
diff --git a/textproc/py-syck/Makefile b/textproc/py-syck/Makefile index a6b05a9af859..62a56ac32115 100644 --- a/textproc/py-syck/Makefile +++ b/textproc/py-syck/Makefile @@ -8,7 +8,8 @@ PORTNAME= syck PORTVERSION= 0.55 CATEGORIES= textproc devel -MASTER_SITES= http://rubyforge.org/frs/download.php/4492/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dd@FreeBSD.org diff --git a/textproc/ruby-amatch/Makefile b/textproc/ruby-amatch/Makefile index 99b317b88148..ae62d5ccc451 100644 --- a/textproc/ruby-amatch/Makefile +++ b/textproc/ruby-amatch/Makefile @@ -8,7 +8,8 @@ PORTNAME= amatch PORTVERSION= 0.2.2 CATEGORIES= textproc ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/7008/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby diff --git a/textproc/ruby-htmltools/Makefile b/textproc/ruby-htmltools/Makefile index 2aa776c8837f..b994dcaccf12 100644 --- a/textproc/ruby-htmltools/Makefile +++ b/textproc/ruby-htmltools/Makefile @@ -8,7 +8,8 @@ PORTNAME= htmltools PORTVERSION= 1.09 CATEGORIES= textproc ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/1340/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/textproc/ruby-quixml/Makefile b/textproc/ruby-quixml/Makefile index 36a553171646..245f3cf561b0 100644 --- a/textproc/ruby-quixml/Makefile +++ b/textproc/ruby-quixml/Makefile @@ -9,7 +9,8 @@ PORTNAME= quixml PORTVERSION= 0.2.1 PORTREVISION= 2 CATEGORIES= textproc ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/89/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/textproc/rubygem-syntax/Makefile b/textproc/rubygem-syntax/Makefile index fcc69aac6ba0..ff7dfcc35b87 100644 --- a/textproc/rubygem-syntax/Makefile +++ b/textproc/rubygem-syntax/Makefile @@ -7,7 +7,8 @@ PORTNAME= syntax PORTVERSION= 1.0.0 CATEGORIES= textproc rubygems -MASTER_SITES= http://rubyforge.org/frs/download.php/4953/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= rubygem- MAINTAINER= dinoex@FreeBSD.org diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index fb24114ce417..9ce2d8945013 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -8,13 +8,12 @@ PORTNAME= syck PORTVERSION= 0.55 CATEGORIES= textproc devel -MASTER_SITES= http://rubyforge.org/frs/download.php/4492/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dd@FreeBSD.org COMMENT= Syck is an extension for reading and writing YAML swiftly -BROKEN= fails to fetch - GNU_CONFIGURE= yes USE_BISON= yes CFLAGS+= -fPIC |