diff options
author | taca <taca@pkgsrc.org> | 2003-08-24 05:00:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-08-24 05:00:54 +0000 |
commit | 625823b882a89ab52507e4c2ef32ac588820c082 (patch) | |
tree | 975b73e9e49acd8eeb76f0f4d3fd506bf0ada451 /security | |
parent | 29b73272a7eacd64d0732bceefa8156a11c54119 (diff) | |
download | pkgsrc-625823b882a89ab52507e4c2ef32ac588820c082.tar.gz |
Update ruby-tcpwrap package to 0.6.
No documentation is given for changes.
- improved portability; proper checking for libwrap.
- add hosts_allow, hosts_deny and hosts_ctl methods.
It should fix macppc bulk build problem. This packge was broken since
ruby-tcpwrap-0.3's distfile's contet was changed.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 6 | ||||
-rw-r--r-- | security/ruby-tcpwrap/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index fb54beda769..e8311990942 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:14 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/24 05:00:54 taca Exp $ # FreeBSD: ports/security/ruby-tcpwrap/Makefile,v 1.6 2000/09/26 08:02:10 knu Exp -DISTNAME= ruby-tcpwrap-0.3 -PKGNAME= ${RUBY_PKGNAMEPREFIX}tcpwrap-0.3 +DISTNAME= ruby-tcpwrap-0.6 +PKGNAME= ${RUBY_PKGNAMEPREFIX}tcpwrap-0.6 WRKSRC= ${WRKDIR}/ruby-tcpwrap CATEGORIES= security MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ diff --git a/security/ruby-tcpwrap/distinfo b/security/ruby-tcpwrap/distinfo index c75de3fe779..f74be2a21ba 100644 --- a/security/ruby-tcpwrap/distinfo +++ b/security/ruby-tcpwrap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/07/01 13:44:18 taca Exp $ +$NetBSD: distinfo,v 1.2 2003/08/24 05:00:54 taca Exp $ -SHA1 (ruby/ruby-tcpwrap-0.3.tar.gz) = bd95178c15856090382d12ba87a909d4032e204d -Size (ruby/ruby-tcpwrap-0.3.tar.gz) = 3609 bytes +SHA1 (ruby/ruby-tcpwrap-0.6.tar.gz) = e66ce2b424db90d461686784d7b69003df76e6de +Size (ruby/ruby-tcpwrap-0.6.tar.gz) = 4504 bytes |