diff options
author | taca <taca@pkgsrc.org> | 2012-03-22 14:25:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-22 14:25:25 +0000 |
commit | 6895b0face0f486bb23d80568e9985fbb860bf0c (patch) | |
tree | 21b7e7b3ecfaa9d30383b3f83ee4ccb7700c32d2 /misc | |
parent | ec8ba662ba90410fe857422c0f92fe118d3ebd4e (diff) | |
download | pkgsrc-6895b0face0f486bb23d80568e9985fbb860bf0c.tar.gz |
Bump PKGREVISION reflecting the default Ruby's version change.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ec2-ami-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ec2-ami-tools/Makefile b/misc/ec2-ami-tools/Makefile index f8704108155..cc4324b1318 100644 --- a/misc/ec2-ami-tools/Makefile +++ b/misc/ec2-ami-tools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2011/09/16 02:26:44 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/22 14:25:25 taca Exp $ # PKGNAME= ec2-ami-tools-1.3.57676 DISTNAME= ec2-ami-tools-1.3-57676 -PKGREVISION= 1 +PKGREVISION= 2 .include "../../misc/ec2-api-tools/Makefile.common" |