Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 23:49:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420826 - head/graphics/gimp-resynthesizer
Message-ID:  <201608242349.u7ONn6Zj075642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 24 23:49:06 2016
New Revision: 420826
URL: https://svnweb.freebsd.org/changeset/ports/420826

Log:
  - Update to 2.0.1
  - Switch to USES=localbase

Modified:
  head/graphics/gimp-resynthesizer/Makefile
  head/graphics/gimp-resynthesizer/distinfo

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Wed Aug 24 22:33:25 2016	(r420825)
+++ head/graphics/gimp-resynthesizer/Makefile	Wed Aug 24 23:49:06 2016	(r420826)
@@ -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/gim
 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
 
 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>

Modified: head/graphics/gimp-resynthesizer/distinfo
==============================================================================
--- head/graphics/gimp-resynthesizer/distinfo	Wed Aug 24 22:33:25 2016	(r420825)
+++ head/graphics/gimp-resynthesizer/distinfo	Wed Aug 24 23:49:06 2016	(r420826)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608242349.u7ONn6Zj075642>