diff options
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 45746a223bb..a88394f070d 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,9 +1,15 @@ -# $NetBSD: Makefile,v 1.83 2013/03/26 12:22:42 gdt Exp $ +# $NetBSD: Makefile,v 1.84 2013/03/27 22:16:41 gdt Exp $ +# Note that upstream has replaced tarballs without changing the +# version number (e.g., 0.19.2 had two different tarballs). +# Therefore, it is suggested to wait a week after a release before +# updating pkgsrc. DISTNAME= ufraw-0.19.2 PKGNAME= gimp-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} +DIST_SUBDIR= 20130327 MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://ufraw.sourceforge.net/ |