diff options
-rw-r--r-- | textproc/ruby-csv/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-csv/pkg-descr | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/ruby-csv/Makefile b/textproc/ruby-csv/Makefile index fb1919372ec8..e3b606785564 100644 --- a/textproc/ruby-csv/Makefile +++ b/textproc/ruby-csv/Makefile @@ -8,7 +8,7 @@ PORTNAME= csv PORTVERSION= 1.2.2 CATEGORIES= textproc ruby -MASTER_SITES= http://rrr.jin.gr.jp/download/ +MASTER_SITES= http://dev.ctor.org/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} DIST_SUBDIR= ruby @@ -16,9 +16,6 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby library to parse or generate data in CSV format -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2006-12-30 - USE_RUBY= yes NO_BUILD= yes diff --git a/textproc/ruby-csv/pkg-descr b/textproc/ruby-csv/pkg-descr index 870c23bccb9e..12dba2e73d5a 100644 --- a/textproc/ruby-csv/pkg-descr +++ b/textproc/ruby-csv/pkg-descr @@ -1,4 +1,3 @@ Ruby library to parse or generate data in CSV format. -Author: NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> -WWW: http://rrr.jin.gr.jp/doc/csv/ +WWW: http://raa.ruby-lang.org/list.rhtml?name=csv |