diff options
author | gdt <gdt@pkgsrc.org> | 2013-03-09 15:29:24 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-03-09 15:29:24 +0000 |
commit | ba98b85103f9cba45fa77e094ccf5799cb0f9665 (patch) | |
tree | 9da075659c369e3d77e29979252209cc7137076a /graphics/gimp-ufraw/Makefile | |
parent | 09e56378e40eb767dacddca69bd112bb8d7555fd (diff) | |
download | pkgsrc-ba98b85103f9cba45fa77e094ccf5799cb0f9665.tar.gz |
Update to 0.19.1.
This is a bugfix release, with the only significant change being
changing compiler flags to work around what is probably a bug in gcc,
tending to show up on ubuntu/amd64.
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 3e1aedd2f7b..0927deba60c 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2013/03/01 12:51:49 gdt Exp $ +# $NetBSD: Makefile,v 1.82 2013/03/09 15:29:24 gdt Exp $ -DISTNAME= ufraw-0.19 +DISTNAME= ufraw-0.19.1 PKGNAME= gimp-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} |