aboutsummaryrefslogtreecommitdiff
path: root/graphics/ufraw
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-08-17 00:32:45 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-08-17 00:32:45 +0000
commit8b7dbfc3a7e5777780bf04ddf106aad532c620da (patch)
tree68f707f4c49b6acafc95efba69d4a4984f6e2231 /graphics/ufraw
parent324dff7a256d3893640188443a54c3e29eabd951 (diff)
downloadports-8b7dbfc3a7e5777780bf04ddf106aad532c620da.tar.gz
ports-8b7dbfc3a7e5777780bf04ddf106aad532c620da.zip
Notes
Diffstat (limited to 'graphics/ufraw')
-rw-r--r--graphics/ufraw/Makefile11
-rw-r--r--graphics/ufraw/distinfo6
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