diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2005-12-21 12:28:45 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2005-12-21 12:28:45 +0000 |
commit | b6d67775326f3286b4803fcf10ca8227787ae49a (patch) | |
tree | 85d9f1eee8f77e101044da37b8e0e7e361a5a7cc /textproc/ruby-diff | |
parent | 242f49414f01128e29c3964e74f2ceb87a5016c2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=151745
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 8c0c22b82f3b..e5e6374e5c82 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 9385ea90271b..25f0d498a5be 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/ |