diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-06 03:34:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-06 03:34:00 +0800 |
commit | 0c450a285fd305c3c85aa44f362e9efed1f30035 (patch) | |
tree | bd5eca525c577e17cd1f45a338428450c50ee904 /graphics | |
parent | 74779d1f5525c258b4c08dfaa5c3c6b2c255c8f1 (diff) | |
download | freebsd-ports-gnome-0c450a285fd305c3c85aa44f362e9efed1f30035.tar.gz freebsd-ports-gnome-0c450a285fd305c3c85aa44f362e9efed1f30035.tar.zst freebsd-ports-gnome-0c450a285fd305c3c85aa44f362e9efed1f30035.zip |
- Update to 4.1.6
- While here, add LICENSE_FILE
PR: 210677
Submitted by: yuri@rawbw.com (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lightzone/Makefile | 6 | ||||
-rw-r--r-- | graphics/lightzone/distinfo | 5 | ||||
-rw-r--r-- | graphics/lightzone/files/patch-products_lightzone | 17 |
3 files changed, 6 insertions, 22 deletions
diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile index c5e8e671a647..7f7f53bdee35 100644 --- a/graphics/lightzone/Makefile +++ b/graphics/lightzone/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lightzone -DISTVERSION= 4.1.5 -PORTREVISION= 1 +PORTVERSION= 4.1.6 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} @@ -11,6 +10,7 @@ MAINTAINER= yuri@rawbw.com COMMENT= Professional-level digital darkroom and photo editor LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= jhindexer:java/javahelp \ git:devel/git \ @@ -39,7 +39,7 @@ INSTALLS_ICONS= yes LIBDIR= ${PREFIX}/lib/${PORTNAME} PLIST_SUB= LIBDIR="${LIBDIR}" -WRKSRC_SUBDIR= linux +WRKSRC_SUBDIR= linux post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|' -e 's|g++|${CXX}|' ${WRKSRC}/../lightcrafts/mk/platform.mk diff --git a/graphics/lightzone/distinfo b/graphics/lightzone/distinfo index a07ecf19559e..b05873030a7d 100644 --- a/graphics/lightzone/distinfo +++ b/graphics/lightzone/distinfo @@ -1,2 +1,3 @@ -SHA256 (lightzone/ktgw0316-LightZone-4.1.5_GH0.tar.gz) = 6f8203790070329c67eee89171349d48e332aaa3dfd8f87a55ccc4323bddc2d6 -SIZE (lightzone/ktgw0316-LightZone-4.1.5_GH0.tar.gz) = 24209725 +TIMESTAMP = 1467237053 +SHA256 (lightzone/ktgw0316-LightZone-4.1.6_GH0.tar.gz) = 729fad807d5ff06e341d6c677d542b26353934585fefb7d0b0bebc2669b6a1c6 +SIZE (lightzone/ktgw0316-LightZone-4.1.6_GH0.tar.gz) = 25255104 diff --git a/graphics/lightzone/files/patch-products_lightzone b/graphics/lightzone/files/patch-products_lightzone deleted file mode 100644 index 81cd6bc3474c..000000000000 --- a/graphics/lightzone/files/patch-products_lightzone +++ /dev/null @@ -1,17 +0,0 @@ ---- products/lightzone.orig 2016-01-10 14:20:56 UTC -+++ products/lightzone -@@ -28,13 +28,7 @@ else - pkgjavadir=${usrdir}/share/lightzone/lib - fi - --if [ -d ${usrdir}/libexec/lightzone ]; then -- pkglibexecdir=${usrdir}/libexec/lightzone --elif [ -d ${usrdir}/lib64/lightzone ]; then -- pkglibexecdir=${usrdir}/lib64/lightzone --else -- pkglibexecdir=${usrdir}/lib/lightzone --fi -+pkglibexecdir=${usrdir}/lib/lightzone - - classdir='/usr/share/java/javahelp/*:/usr/share/java/*:/usr/share/javahelp/lib/*:/usr/local/share/java/classes/*' - |