aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-tcpwrap
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-24 04:27:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-24 04:27:52 +0000
commitb30d70ee47dfad84a897f7a5c68c9ac92b80e7ff (patch)
tree884f28e788237ea8132865a463b056849214aca2 /security/ruby-tcpwrap
parenta0f7fe90a025ffba298357bc66e1bfc3b77e6dd3 (diff)
downloadports-b30d70ee47dfad84a897f7a5c68c9ac92b80e7ff.tar.gz
ports-b30d70ee47dfad84a897f7a5c68c9ac92b80e7ff.zip
Update to 0.4. Licence was changed frm GPL to BSDL.
Notes
Notes: svn path=/head/; revision=73899
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 94470f3346a3..7a97cee4b07f 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 bac2dc8e50ec..f8c72783408f 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 75adce408703..000000000000
--- 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