diff options
author | stas <stas@FreeBSD.org> | 2010-08-17 08:32:45 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-08-17 08:32:45 +0800 |
commit | bb2c51270be0db0ba4d4349da94c54bf5fff3dca (patch) | |
tree | f28cad5295bb7da9f234267734e954b917746e45 /graphics | |
parent | e5aca891ca38ed6f14154bbde7ad99607315ddee (diff) | |
download | freebsd-ports-gnome-bb2c51270be0db0ba4d4349da94c54bf5fff3dca.tar.gz freebsd-ports-gnome-bb2c51270be0db0ba4d4349da94c54bf5fff3dca.tar.zst freebsd-ports-gnome-bb2c51270be0db0ba4d4349da94c54bf5fff3dca.zip |
- Update to 0.17.
PR: ports/149249 (based on)
Submitted by: Xin LI <delphij@freebsd.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ufraw/Makefile | 11 | ||||
-rw-r--r-- | graphics/ufraw/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 5a56ff191da4..1148be488ea7 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -6,8 +6,8 @@ # PORTNAME= ufraw -PORTVERSION= 0.16 -PORTREVISION= 5 +PORTVERSION= 0.17 +PORTREVISION= 0 CATEGORIES= graphics gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -35,7 +35,6 @@ OPTIONS= CONTRAST "Enable contrast setting" on \ EXIV2 "EXIF support via exiv2 library" on \ FITS "Enable FITS output support" off \ GIMP "Install GIMP UFRaw plugin" on \ - HOTPIXEL "Enable hot pixels elimination" on \ LENSFUN "Build with LensFun library support" on .include <bsd.port.pre.mk> @@ -52,9 +51,8 @@ PLIST_SUB+= GIMP="" PC_FALSE+= gimp PLIST_SUB+= GIMP="@comment " .endif -.if !defined(WITHOUT_LENSFUN) +.if !defined(WITHOUT_LENSFUN) || exists(${LOCALBASE}/lib/lensfun.so.2) LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun -CONFIGURE_ARGS+= --with-lensfun .endif .if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so) LIB_DEPENDS+= cfitsio.0:${PORTSDIR}/astro/cfitsio @@ -62,9 +60,6 @@ LIB_DEPENDS+= cfitsio.0:${PORTSDIR}/astro/cfitsio .if !defined(WITHOUT_CONTRAST) CONFIGURE_ARGS+= --enable-contrast .endif -.if !defined(WITHOUT_HOTPIXEL) -CONFIGURE_ARGS+= --enable-hotpixels -.endif .if defined(WITH_DST) CONFIGURE_ARGS+= --enable-dst-correction .endif diff --git a/graphics/ufraw/distinfo b/graphics/ufraw/distinfo index d4a3d928164d..839b7f4871aa 100644 --- a/graphics/ufraw/distinfo +++ b/graphics/ufraw/distinfo @@ -1,3 +1,3 @@ -MD5 (ufraw-0.16.tar.gz) = 61e100e42f17e3a7fcfae64506eebd14 -SHA256 (ufraw-0.16.tar.gz) = 36f1fe6adb012b34fe0351221e1a0a2c2e08ef05e8eb05ebeab16ccf4ff3df19 -SIZE (ufraw-0.16.tar.gz) = 1075577 +MD5 (ufraw-0.17.tar.gz) = 5e2c2b4adaea1f6d03eac66e11747fc6 +SHA256 (ufraw-0.17.tar.gz) = f65a32d9bc1edbf5399e6d3e18617df4380f13d8d02d32fa2aaee4a404beb6a2 +SIZE (ufraw-0.17.tar.gz) = 1158114 |