diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-25 07:49:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-25 07:49:06 +0800 |
commit | 9e4804fe1c2907586070e0ac98211fb5187b6481 (patch) | |
tree | ddcee0da182cd01bc1799b4aedf150311122fbc2 /graphics/gimp-resynthesizer | |
parent | 1f02ec6c988976dbfe4e215e4668a669039d2846 (diff) | |
download | freebsd-ports-gnome-9e4804fe1c2907586070e0ac98211fb5187b6481.tar.gz freebsd-ports-gnome-9e4804fe1c2907586070e0ac98211fb5187b6481.tar.zst freebsd-ports-gnome-9e4804fe1c2907586070e0ac98211fb5187b6481.zip |
- Update to 2.0.1
- Switch to USES=localbase
Diffstat (limited to 'graphics/gimp-resynthesizer')
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 13 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/distinfo | 5 |
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 834b8c9bcbd6..88869a2672a7 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= resynthesizer -PORTVERSION= 2.0 -DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTVERSION= 2.0.1 CATEGORIES= graphics PKGNAMEPREFIX= gimp- @@ -12,6 +10,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gimp plug-in for texture synthesis LICENSE= GPLv2+ # though COPYING has GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp BUILD_DEPENDS= intltool-extract:textproc/intltool @@ -20,10 +19,8 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app USE_GITHUB= yes GH_ACCOUNT= bootchk -USES= autoreconf compiler:nestedfct gettext gmake pkgconfig +USES= autoreconf compiler:nestedfct gettext gmake localbase pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} @@ -34,10 +31,10 @@ THREADS_LIBS= `pkg-config --libs gthread-2.0` post-patch: @${REINPLACE_CMD} -e 's|^\(GIMP_LIBDIR=\).*|\1"$${prefix}/${PLUGIN_DIR:H}"|; \ - s|^\(gimpplugindir=\).*|\1"$$GIMP_LIBDIR"|' ${WRKSRC}/configure.in + s|^\(gimpplugindir=\).*|\1"$$GIMP_LIBDIR"|' ${WRKSRC}/configure.ac post-patch-THREADS-off: @${REINPLACE_CMD} -e '/^#define SYNTH_THREADED/ d' \ - ${WRKSRC}/src/buildSwitches.h + ${WRKSRC}/lib/buildSwitches.h .include <bsd.port.mk> diff --git a/graphics/gimp-resynthesizer/distinfo b/graphics/gimp-resynthesizer/distinfo index 90c08813fdf7..202bf17eff60 100644 --- a/graphics/gimp-resynthesizer/distinfo +++ b/graphics/gimp-resynthesizer/distinfo @@ -1,2 +1,3 @@ -SHA256 (bootchk-resynthesizer-v2.0_GH0.tar.gz) = c8a1b4a81d4cda0bb1e89f686c82c335d1817806bf87d56cb3a9b7e60c7152e7 -SIZE (bootchk-resynthesizer-v2.0_GH0.tar.gz) = 11167909 +TIMESTAMP = 1471333887 +SHA256 (bootchk-resynthesizer-2.0.1_GH0.tar.gz) = ef8d8137c43cba0a712cf1f9c6891e8606d4b8af9b218cea0efcaa7797aa0a87 +SIZE (bootchk-resynthesizer-2.0.1_GH0.tar.gz) = 11095457 |