diff options
author | matusita <matusita@FreeBSD.org> | 2005-12-21 12:28:45 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2005-12-21 12:28:45 +0000 |
commit | 2febc3ec3e82d206ceab817ba148bbc1fcf3da7c (patch) | |
tree | 58202fb489ce01673d0ad997afaf369a469feb4c /textproc/ruby-diff | |
parent | 109975716df56c1bc01b983aa7299079c2dfcfa8 (diff) | |
download | FreeBSD-ports-2febc3ec3e82d206ceab817ba148bbc1fcf3da7c.zip FreeBSD-ports-2febc3ec3e82d206ceab817ba148bbc1fcf3da7c.tar.gz |
Since the original distribution site is disappeared for a long time,
and entry is disappeared from RAA, delete WWW: line and RAA message.
Also tarball is copied to my distfiles directory.
No content changes (only MASTER_SITES is changed) so no bumps.
Noticed by: fenner's distfiles survey
Diffstat (limited to 'textproc/ruby-diff')
-rw-r--r-- | textproc/ruby-diff/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-diff/pkg-descr | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/textproc/ruby-diff/Makefile b/textproc/ruby-diff/Makefile index 8c0c22b..e5e6374 100644 --- a/textproc/ruby-diff/Makefile +++ b/textproc/ruby-diff/Makefile @@ -8,7 +8,8 @@ PORTNAME= diff PORTVERSION= 0.4 CATEGORIES= textproc ruby -MASTER_SITES= http://www.rubynet.org/mirrors/diff/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= matusita/ruby-diff PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/textproc/ruby-diff/pkg-descr b/textproc/ruby-diff/pkg-descr index 9385ea9..25f0d49 100644 --- a/textproc/ruby-diff/pkg-descr +++ b/textproc/ruby-diff/pkg-descr @@ -4,7 +4,3 @@ Algorithm::Diff. It can diff Arrays by each element or Strings by each character, or your own class if you implement the interface. The algorithm is complete, stable (TestUnit test available), but the interface may change before a 1.0 release. - - -- excerpt from RAA (Ruby Application Archive) - -WWW: http://www.rubynet.org/mirrors/diff/ |