diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-24 04:27:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-24 04:27:52 +0000 |
commit | b30d70ee47dfad84a897f7a5c68c9ac92b80e7ff (patch) | |
tree | 884f28e788237ea8132865a463b056849214aca2 /security | |
parent | [1] Fix missing symbols in i810 driver (diff) |
Update to 0.4. Licence was changed frm GPL to BSDL.
Notes
Notes:
svn path=/head/; revision=73899
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 3 | ||||
-rw-r--r-- | security/ruby-tcpwrap/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-tcpwrap/files/patch-extconf.rb | 11 |
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 |