Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 10:30:35 +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: r423645 - head/graphics/gimp-lqr-plugin
Message-ID:  <201610101030.u9AAUZEQ018225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 10 10:30:35 2016
New Revision: 423645
URL: https://svnweb.freebsd.org/changeset/ports/423645

Log:
  - Update to 0.7.2
  - Add LICENSE
  - Switch to USES=localbase

Modified:
  head/graphics/gimp-lqr-plugin/Makefile
  head/graphics/gimp-lqr-plugin/distinfo

Modified: head/graphics/gimp-lqr-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lqr-plugin/Makefile	Mon Oct 10 10:30:27 2016	(r423644)
+++ head/graphics/gimp-lqr-plugin/Makefile	Mon Oct 10 10:30:35 2016	(r423645)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gimp-lqr-plugin
-PORTVERSION=	0.7.1
-PORTREVISION=	5
+PORTVERSION=	0.7.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -11,19 +10,19 @@ MASTER_SITES=	http://liquidrescale.wdfil
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Liquid rescale GIMP plug-in
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app \
 		liblqr-1.so:graphics/liblqr-1
 
-USES=		tar:bzip2 gettext gmake pkgconfig
+USES=		tar:bzip2 gettext gmake localbase pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLIST_SUB=	PLUGIN_DIR=${PLUGIN_DIR}
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
 

Modified: head/graphics/gimp-lqr-plugin/distinfo
==============================================================================
--- head/graphics/gimp-lqr-plugin/distinfo	Mon Oct 10 10:30:27 2016	(r423644)
+++ head/graphics/gimp-lqr-plugin/distinfo	Mon Oct 10 10:30:35 2016	(r423645)
@@ -1,2 +1,3 @@
-SHA256 (gimp-lqr-plugin-0.7.1.tar.bz2) = 6298183e31d992e789592e754069ae8176af192fb5c78a36d12b77d6aa119e0e
-SIZE (gimp-lqr-plugin-0.7.1.tar.bz2) = 783423
+TIMESTAMP = 1476027432
+SHA256 (gimp-lqr-plugin-0.7.2.tar.bz2) = 169e11164e4fe4e93a0f06e545748bd77b206b7a471bdebf7dd3bc8a008e647a
+SIZE (gimp-lqr-plugin-0.7.2.tar.bz2) = 784455



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