diff options
author | knu <knu@FreeBSD.org> | 2003-07-29 15:03:32 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-07-29 15:03:32 +0800 |
commit | 2743a9d534a56cb1f1e4a8de995ae4df516c119f (patch) | |
tree | 05485df09c4ba40469dfbee8705b82ea9377ae8b /devel/ruby-strongtyping | |
parent | 0dade42518a58085aa932b40deb7199ceccb1b8c (diff) | |
download | freebsd-ports-gnome-2743a9d534a56cb1f1e4a8de995ae4df516c119f.tar.gz freebsd-ports-gnome-2743a9d534a56cb1f1e4a8de995ae4df516c119f.tar.zst freebsd-ports-gnome-2743a9d534a56cb1f1e4a8de995ae4df516c119f.zip |
Update to 2.0.4.
Diffstat (limited to 'devel/ruby-strongtyping')
-rw-r--r-- | devel/ruby-strongtyping/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-strongtyping/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-strongtyping/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-strongtyping/Makefile b/devel/ruby-strongtyping/Makefile index 965395be5b54..d5a3e59df456 100644 --- a/devel/ruby-strongtyping/Makefile +++ b/devel/ruby-strongtyping/Makefile @@ -6,9 +6,9 @@ # PORTNAME= strongtyping -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= devel ruby -MASTER_SITES= http://www.nwlink.com/~rpav/ +MASTER_SITES= http://mephle.org/StrongTyping/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/devel/ruby-strongtyping/distinfo b/devel/ruby-strongtyping/distinfo index cb11908ff02a..a764a3efedd0 100644 --- a/devel/ruby-strongtyping/distinfo +++ b/devel/ruby-strongtyping/distinfo @@ -1 +1 @@ -MD5 (ruby/strongtyping-2.0.3.tar.gz) = 99459e2e122d7f0ca25d3db722b3a450 +MD5 (ruby/strongtyping-2.0.4.tar.gz) = d6bb53cc98f2fd53c5f39aa1470545b3 diff --git a/devel/ruby-strongtyping/pkg-descr b/devel/ruby-strongtyping/pkg-descr index be7ff0115317..5adae7c49bc3 100644 --- a/devel/ruby-strongtyping/pkg-descr +++ b/devel/ruby-strongtyping/pkg-descr @@ -4,4 +4,4 @@ them. In addition to merely checking a single set of types, it allows easy overloading based on a number of different templates. Author: Ryan Pavlik <rpav@users.sf.net> -WWW: http://www.nwlink.com/~rpav/StrongTyping.html +WWW: http://mephle.org/StrongTyping/ |