From owner-svn-ports-head@freebsd.org Mon Oct 10 10:30:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8FCFC06E44; Mon, 10 Oct 2016 10:30:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9051390C; Mon, 10 Oct 2016 10:30:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAUZHt018247; Mon, 10 Oct 2016 10:30:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAUZEQ018225; Mon, 10 Oct 2016 10:30:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101030.u9AAUZEQ018225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 10:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423645 - head/graphics/gimp-lqr-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:30:36 -0000 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