diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-08 18:26:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-08 18:26:12 +0000 |
commit | b908d0710766c6858b4e6b0bf9237203424ac8f9 (patch) | |
tree | 0356c4b448c10c4fb8801b8e076f4826d82cdb9c /net/ruby-ldap | |
parent | 7efb2739f2dd143ea855e5a54a296969277a1fc0 (diff) |
Notes
Diffstat (limited to 'net/ruby-ldap')
-rw-r--r-- | net/ruby-ldap/Makefile | 5 | ||||
-rw-r--r-- | net/ruby-ldap/distinfo | 2 | ||||
-rw-r--r-- | net/ruby-ldap/pkg-descr | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile index 9dee3e88836d..dec903cf7b32 100644 --- a/net/ruby-ldap/Makefile +++ b/net/ruby-ldap/Makefile @@ -6,9 +6,10 @@ # PORTNAME= ldap -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.0 CATEGORIES= net ruby -MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/net/ruby-ldap/distinfo b/net/ruby-ldap/distinfo index 74d757f247ea..9aa6ff1a5f9d 100644 --- a/net/ruby-ldap/distinfo +++ b/net/ruby-ldap/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-ldap-0.7.2.tar.gz) = 53281b7273ab9eced692080738a9a7cf +MD5 (ruby/ruby-ldap-0.8.0.tar.gz) = b9caecee597865ccedc5bc88571d4cdd diff --git a/net/ruby-ldap/pkg-descr b/net/ruby-ldap/pkg-descr index 82fc4b2ebf30..8a25cf348b1f 100644 --- a/net/ruby-ldap/pkg-descr +++ b/net/ruby-ldap/pkg-descr @@ -3,5 +3,5 @@ based on RFC1823. Supported LDAP libraries are OpenLDAP, Michigan LDAP, and NetscapeSDK. -Author: Takaaki Tateishi <ttate@jaist.ac.jp> -WWW: http://ruby-ldap.sourceforge.net/ +Author: Takaaki Tateishi <ttate@users.sourceforge.net> +WWW: http://sourceforge.net/projects/ruby-ldap/ |