Update to 0.4. Licence was changed frm GPL to BSDL.

This commit is contained in:
Akinori MUSHA 2003-01-24 04:27:52 +00:00
parent a0f7fe90a0
commit b30d70ee47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73899
3 changed files with 2 additions and 14 deletions

View file

@ -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}

View file

@ -1 +1 @@
MD5 (ruby/ruby-tcpwrap-0.3.tar.gz) = 6f6ec0bbfc627109753596164ef41892
MD5 (ruby/ruby-tcpwrap-0.4.tar.gz) = 6b6bc4479fba77cb0d508d3614b5f57c

View file

@ -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