diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-10 18:30:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-10 18:30:35 +0800 |
commit | c3aa04091f144c7ca66dd3d552dc7a27c60e8dc1 (patch) | |
tree | 9a1fb69827d4a11d18b12d0ee69a3a304935ff9c /graphics/gimp-lqr-plugin | |
parent | 01f8393a1234b3cc5273cf8823b218e1254997ed (diff) | |
download | freebsd-ports-gnome-c3aa04091f144c7ca66dd3d552dc7a27c60e8dc1.tar.gz freebsd-ports-gnome-c3aa04091f144c7ca66dd3d552dc7a27c60e8dc1.tar.zst freebsd-ports-gnome-c3aa04091f144c7ca66dd3d552dc7a27c60e8dc1.zip |
- Update to 0.7.2
- Add LICENSE
- Switch to USES=localbase
Diffstat (limited to 'graphics/gimp-lqr-plugin')
-rw-r--r-- | graphics/gimp-lqr-plugin/Makefile | 11 | ||||
-rw-r--r-- | graphics/gimp-lqr-plugin/distinfo | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index a8717cd5e752..5a8db999cc58 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -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.wdfiles.com/local--files/en:download-page-sou 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 diff --git a/graphics/gimp-lqr-plugin/distinfo b/graphics/gimp-lqr-plugin/distinfo index e7af4cd070b6..2ec118f51f96 100644 --- a/graphics/gimp-lqr-plugin/distinfo +++ b/graphics/gimp-lqr-plugin/distinfo @@ -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 |