aboutsummaryrefslogtreecommitdiff
path: root/graphics/libraw
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-22 12:42:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-22 12:42:48 +0000
commit9c6fb737848db5d6423ffcbc2aae3913d1ec1910 (patch)
tree60108249cc7e6031b30a836aa5f0cdb87817e6e7 /graphics/libraw
parenteba4f3e9a4695150e7c6e0764f35825108b12c3f (diff)
downloadports-9c6fb737848db5d6423ffcbc2aae3913d1ec1910.tar.gz
ports-9c6fb737848db5d6423ffcbc2aae3913d1ec1910.zip
- Update graphics/libraw to 0.17.0
- While here, minor port cleanup, switch to options helpers - Bump PORTREVISIONs of consumers as soversion has changed PR: 204553 Submitted by: graham@menhennitt.com.au
Notes
Notes: svn path=/head/; revision=402228
Diffstat (limited to 'graphics/libraw')
-rw-r--r--graphics/libraw/Makefile20
-rw-r--r--graphics/libraw/distinfo12
-rw-r--r--graphics/libraw/pkg-plist8
3 files changed, 18 insertions, 22 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index 3660663ae51d..b3cb33a73214 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libraw
-PORTVERSION= 0.16.2
-PORTREVISION= 1
+PORTVERSION= 0.17.0
CATEGORIES= graphics
MASTER_SITES= http://www.libraw.org/data/
DISTNAME= LibRaw-${PORTVERSION}
@@ -22,6 +21,9 @@ CONFIGURE_ARGS= --disable-examples --disable-jasper
CFLAGS+= -fPIC
INSTALL_TARGET= install-strip
+PORTDOCS= *
+PORTEXAMPLES= *
+
OPTIONS_DEFINE= DEMOSAIC_PACK_GPL2 DEMOSAIC_PACK_GPL3 DOCS EXAMPLES LCMS2 \
OPTIMIZED_CFLAGS OPENMP
OPTIONS_DEFAULT= LCMS2
@@ -60,23 +62,17 @@ LICENSE= GPLv3
LICENSE_COMB= single
.endif
-PORTDOCS= *
-PORTEXAMPLES= *
+post-patch:
+ @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/configure
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && \
${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/samples && \
${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/graphics/libraw/distinfo b/graphics/libraw/distinfo
index b5452df62c94..5369355a612c 100644
--- a/graphics/libraw/distinfo
+++ b/graphics/libraw/distinfo
@@ -1,6 +1,6 @@
-SHA256 (LibRaw-0.16.2.tar.gz) = 6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187
-SIZE (LibRaw-0.16.2.tar.gz) = 1476575
-SHA256 (LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz) = 2218f08d59866e7852938356c197b96a6f47d0b9221a261280e010540477e77b
-SIZE (LibRaw-demosaic-pack-GPL2-0.16.2.tar.gz) = 32652
-SHA256 (LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz) = 749b5baa3a4f1f5c4ea4169b9293b02b0d2a0714aa01729327f23f82621c9735
-SIZE (LibRaw-demosaic-pack-GPL3-0.16.2.tar.gz) = 39457
+SHA256 (LibRaw-0.17.0.tar.gz) = e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310
+SIZE (LibRaw-0.17.0.tar.gz) = 1468635
+SHA256 (LibRaw-demosaic-pack-GPL2-0.17.0.tar.gz) = 3c5982772f55f0b70c3c7604bc73e8b55f1de7b040e8f144cb220ee88e8bc346
+SIZE (LibRaw-demosaic-pack-GPL2-0.17.0.tar.gz) = 31281
+SHA256 (LibRaw-demosaic-pack-GPL3-0.17.0.tar.gz) = deca57ed524ab4f9915060360d74c5748e6fe8065fd60ca5e969fe9f578a8a0a
+SIZE (LibRaw-demosaic-pack-GPL3-0.17.0.tar.gz) = 39153
diff --git a/graphics/libraw/pkg-plist b/graphics/libraw/pkg-plist
index 7da3e84ad987..8483b7f230c5 100644
--- a/graphics/libraw/pkg-plist
+++ b/graphics/libraw/pkg-plist
@@ -7,11 +7,11 @@ include/libraw/libraw_types.h
include/libraw/libraw_version.h
lib/libraw.a
lib/libraw.so
-lib/libraw.so.10
-lib/libraw.so.10.0.0
+lib/libraw.so.15
+lib/libraw.so.15.0.0
lib/libraw_r.a
lib/libraw_r.so
-lib/libraw_r.so.10
-lib/libraw_r.so.10.0.0
+lib/libraw_r.so.15
+lib/libraw_r.so.15.0.0
libdata/pkgconfig/libraw.pc
libdata/pkgconfig/libraw_r.pc