diff options
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/ |