diff options
author | gdt <gdt@pkgsrc.org> | 2013-03-27 22:16:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-03-27 22:16:41 +0000 |
commit | f1a739242b90ada03548a8ba7e76cc7d5cd77121 (patch) | |
tree | 8ba08fa61295ba0bd9171c08b9ce626113b2ef05 /graphics/gimp-ufraw/Makefile | |
parent | 1549d3feef0e22921723feef6c809604ac5ccbed (diff) | |
download | pkgsrc-f1a739242b90ada03548a8ba7e76cc7d5cd77121.tar.gz |
Add DIST_SUBDIR because upstream switched the tarball contents without
changing the version number.
Caution not to update pkgsrc for a week after an upstream release to
avoid this in the future.
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/ |