Index: head/textproc/ruby-diff/Makefile =================================================================== --- head/textproc/ruby-diff/Makefile (revision 151744) +++ head/textproc/ruby-diff/Makefile (revision 151745) @@ -1,22 +1,23 @@ # New ports collection makefile for: ruby-diff # Date created: 13 June 2003 # Whom: Makoto Matsushita # # $FreeBSD$ # 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 MAINTAINER= matusita@FreeBSD.org COMMENT= Ruby implementation of Perl's Algorithm::Diff USE_RUBY= YES USE_RUBY_SETUP= YES RUBY_SETUP= install.rb .include Property changes on: head/textproc/ruby-diff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/ruby-diff/pkg-descr =================================================================== --- head/textproc/ruby-diff/pkg-descr (revision 151744) +++ head/textproc/ruby-diff/pkg-descr (revision 151745) @@ -1,10 +1,6 @@ The diff algorithm computes the differences between two arrays of elements, like the unix program "diff". diff.rb is a Ruby conversion of the Perl's 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/ Property changes on: head/textproc/ruby-diff/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property