diff options
author | gdt <gdt@pkgsrc.org> | 2014-12-14 16:09:28 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-12-14 16:09:28 +0000 |
commit | 60cb342e54dc77549b3f2d6c8d1b63e03757017b (patch) | |
tree | d3457aa2017d9b5e7e8394209f15118240918882 /graphics/gimp-ufraw/Makefile | |
parent | 1d933a3b7ada0508592a2ffef1f8551fac4215e0 (diff) | |
download | pkgsrc-60cb342e54dc77549b3f2d6c8d1b63e03757017b.tar.gz |
Update to 0.20.
patch-ufraw.h (extern C guards) was applied upstream.
Upstream NEWS:
24/09/2014 - UFRaw-0.20 released, based on DCRaw v 9.22.
Fuji X-Trans filters are finally supported.
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 563be979994..bc151dcf713 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.94 2014/06/07 12:11:23 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2014/12/14 16:09:28 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 +DISTNAME= ufraw-0.20 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} DIST_SUBDIR= 20130327 |