summaryrefslogtreecommitdiffstats
path: root/security/ruby-tcpwrap
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-01-24 04:27:52 +0000
committerknu <knu@FreeBSD.org>2003-01-24 04:27:52 +0000
commit20c2928e65c65d22a095005d5a80f66db1bd1e03 (patch)
tree42b8f764d58e0ba62fba9a7792d7999cf047e802 /security/ruby-tcpwrap
parent849a0baf4243c6889f7940762432246949d0493e (diff)
downloadFreeBSD-ports-20c2928e65c65d22a095005d5a80f66db1bd1e03.zip
FreeBSD-ports-20c2928e65c65d22a095005d5a80f66db1bd1e03.tar.gz
Update to 0.4. Licence was changed frm GPL to BSDL.
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r--security/ruby-tcpwrap/Makefile3
-rw-r--r--security/ruby-tcpwrap/distinfo2
-rw-r--r--security/ruby-tcpwrap/files/patch-extconf.rb11
3 files changed, 2 insertions, 14 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile
index 94470f3..7a97cee 100644
--- a/security/ruby-tcpwrap/Makefile
+++ b/security/ruby-tcpwrap/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= tcpwrap
-PORTVERSION= 0.3
-PORTREVISION= 1
+PORTVERSION= 0.4
CATEGORIES= security ruby
MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
diff --git a/security/ruby-tcpwrap/distinfo b/security/ruby-tcpwrap/distinfo
index bac2dc8..f8c7278 100644
--- a/security/ruby-tcpwrap/distinfo
+++ b/security/ruby-tcpwrap/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-tcpwrap-0.3.tar.gz) = 6f6ec0bbfc627109753596164ef41892
+MD5 (ruby/ruby-tcpwrap-0.4.tar.gz) = 6b6bc4479fba77cb0d508d3614b5f57c
diff --git a/security/ruby-tcpwrap/files/patch-extconf.rb b/security/ruby-tcpwrap/files/patch-extconf.rb
deleted file mode 100644
index 75adce4..0000000
--- a/security/ruby-tcpwrap/files/patch-extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- extconf.rb.orig Thu Apr 19 11:17:19 2001
-+++ extconf.rb Fri Jan 24 03:42:50 2003
-@@ -9,7 +9,7 @@
- have_func("ident_id")
- end
- if have_header("tcpd.h") and
-- have_library("wrap", nil)
-+ have_library("wrap")
- have_func("hsterror")
- create_makefile("tcpwrap")
- end
OpenPOWER on IntegriCloud