diff options
author | taca <taca@pkgsrc.org> | 2011-02-21 16:01:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-02-21 16:01:10 +0000 |
commit | 6d80a966126ba119d6cff724a21d0dae4af9e997 (patch) | |
tree | cf0b486b4eb99aa96ba604e3bd9d4f4d57ad5f3d /security | |
parent | 8dfe7de909ab47ba6b24c3a4f0b6d1e602ee50f8 (diff) | |
download | pkgsrc-6d80a966126ba119d6cff724a21d0dae4af9e997.tar.gz |
Bump PKGREVISION due to ABI change of ruby18-base.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-password/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 7bb8780a31a..0d5cce1b516 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/09/10 07:46:31 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/02/21 16:01:19 taca Exp $ DISTNAME= ruby-password-0.5.3 PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.caliban.org/files/ruby/ diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 20429be7f8e..688eaa63b8d 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2010/09/10 07:49:07 taca Exp $ +# $NetBSD: Makefile,v 1.18 2011/02/21 16:01:19 taca Exp $ DISTNAME= ruby-tcpwrap-0.6 PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security ruby MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ |