diff options
author | dholland <dholland@pkgsrc.org> | 2010-07-12 03:07:19 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-07-12 03:07:19 +0000 |
commit | 3632bc66109b44f1affe7efaae2c8ae4546bdc20 (patch) | |
tree | 7f21e403d9d6df5fd0c6efbf1d53bcfb0f045454 | |
parent | ff5467add7ff681137b8f459ebe29bb62008e075 (diff) | |
download | pkgsrc-3632bc66109b44f1affe7efaae2c8ae4546bdc20.tar.gz |
Bump PKGREVISION for previous, because the depends changed, and it doesn't
necessarily follow that no binary packages could have been created just
because of a check_interpreter failure.
-rw-r--r-- | www/gallery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 96794a2d2af..77fafc4a47b 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/07/12 00:08:02 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/12 03:07:19 dholland Exp $ # DISTNAME= gallery-1.5.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gallery/} |