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 | |
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.
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 8 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 8 |
2 files changed, 11 insertions, 5 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/ diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index 6e8ad6a1692..497e0ca1e68 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2013/03/26 12:22:42 gdt Exp $ +$NetBSD: distinfo,v 1.29 2013/03/27 22:16:41 gdt Exp $ -SHA1 (ufraw-0.19.2.tar.gz) = 6ff3a4a8b36f6060710aeee93a200a27ed9032d7 -RMD160 (ufraw-0.19.2.tar.gz) = c83f73e27e3fff93889e51e46b697468ac856800 -Size (ufraw-0.19.2.tar.gz) = 984672 bytes +SHA1 (20130327/ufraw-0.19.2.tar.gz) = 11a607e874eb16453a8f7964e4946a29d18b071d +RMD160 (20130327/ufraw-0.19.2.tar.gz) = 358b29124496acc6bff25c1a258cb5b8d64c6359 +Size (20130327/ufraw-0.19.2.tar.gz) = 980934 bytes |