summaryrefslogtreecommitdiff
path: root/net/ruby-ldap
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-28 18:44:14 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-28 18:44:14 +0000
commit2a30b0b03b802bfe86930588b592e1f9e5e1dc48 (patch)
tree9ba77af6e6987d218a8ed1e508d21ab25dd66103 /net/ruby-ldap
parentRemove dnscache, and add djbdns, after package changed names. (diff)
Update to 0.2.
Notes
Notes: svn path=/head/; revision=33226
Diffstat (limited to 'net/ruby-ldap')
-rw-r--r--net/ruby-ldap/Makefile6
-rw-r--r--net/ruby-ldap/distinfo2
-rw-r--r--net/ruby-ldap/pkg-plist1
3 files changed, 4 insertions, 5 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile
index b48e4918befa..271fb3bb1771 100644
--- a/net/ruby-ldap/Makefile
+++ b/net/ruby-ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ldap
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= net ruby
MASTER_SITES= http://kt-www.jaist.ac.jp:8000/~ttate/ftp/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -22,8 +22,6 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
-
# Configure options:
# --with-ldap specify the ldap directory
# --with-ldap-incdir specify the directory which contains ldap.h and lber.h
@@ -37,7 +35,7 @@ INSTALL_TARGET= site-install
DOCS_EN= README README.html
EXAMPLES_EN= test1.rb test2.rb test3.rb test4.rb \
- test5.rb test6.rb
+ test5.rb test6.rb test7.rb
post-install:
.if !defined(NOPORTDOCS)
diff --git a/net/ruby-ldap/distinfo b/net/ruby-ldap/distinfo
index 0260509f0ded..a03cb65e8bd4 100644
--- a/net/ruby-ldap/distinfo
+++ b/net/ruby-ldap/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-ldap-0.1.tar.gz) = a3d7435e747fd952e3fc6a29fb3b0e5d
+MD5 (ruby/ruby-ldap-0.2.tar.gz) = ffb559d51a28e5211be03869978f9700
diff --git a/net/ruby-ldap/pkg-plist b/net/ruby-ldap/pkg-plist
index dc3b73041a2d..fcfcda349066 100644
--- a/net/ruby-ldap/pkg-plist
+++ b/net/ruby-ldap/pkg-plist
@@ -5,6 +5,7 @@
%%RUBY_EXAMPLESDIR%%/ldap/test4.rb
%%RUBY_EXAMPLESDIR%%/ldap/test5.rb
%%RUBY_EXAMPLESDIR%%/ldap/test6.rb
+%%RUBY_EXAMPLESDIR%%/ldap/test7.rb
@dirrm %%RUBY_EXAMPLESDIR%%/ldap
%%RUBY_DOCDIR%%/ldap/README
%%RUBY_DOCDIR%%/ldap/README.html