diff options
author | knu <knu@FreeBSD.org> | 2000-09-29 02:44:14 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-29 02:44:14 +0800 |
commit | 1362d1be91d798c2f9b8301f88c41b7b9d0c4377 (patch) | |
tree | 37f528a20922e2a614027ff3115b3a0df4ba116d /net/ruby-ldap | |
parent | 1a471e6bbb7c3b64608cef2750dc5107e48466db (diff) | |
download | freebsd-ports-gnome-1362d1be91d798c2f9b8301f88c41b7b9d0c4377.tar.gz freebsd-ports-gnome-1362d1be91d798c2f9b8301f88c41b7b9d0c4377.tar.zst freebsd-ports-gnome-1362d1be91d798c2f9b8301f88c41b7b9d0c4377.zip |
Update to 0.2.
Diffstat (limited to 'net/ruby-ldap')
-rw-r--r-- | net/ruby-ldap/Makefile | 6 | ||||
-rw-r--r-- | net/ruby-ldap/distinfo | 2 | ||||
-rw-r--r-- | net/ruby-ldap/pkg-plist | 1 |
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 |