From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 20:10:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BAC9752; Sun, 1 Jun 2014 20:10:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3F62A2C54; Sun, 1 Jun 2014 20:10:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51KAqNb053305; Sun, 1 Jun 2014 20:10:52 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51KApGS053301; Sun, 1 Jun 2014 20:10:51 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201406012010.s51KApGS053301@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Jun 2014 20:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356169 - in head/graphics/gimp-gmic-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 20:10:52 -0000 Author: rm Date: Sun Jun 1 20:10:51 2014 New Revision: 356169 URL: http://svnweb.freebsd.org/changeset/ports/356169 QAT: https://qat.redports.org/buildarchive/r356169/ Log: graphics/gimp-gmic-plugin: update to 1.5.9.0 Modified: head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-gmic-plugin/distinfo head/graphics/gimp-gmic-plugin/files/patch-Makefile Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sun Jun 1 20:08:54 2014 (r356168) +++ head/graphics/gimp-gmic-plugin/Makefile Sun Jun 1 20:10:51 2014 (r356169) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gmic -PORTVERSION= 1.5.8.3 -PORTREVISION= 1 +PORTVERSION= 1.5.9.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/older_versions/ \ SF/${PORTNAME}/ Modified: head/graphics/gimp-gmic-plugin/distinfo ============================================================================== --- head/graphics/gimp-gmic-plugin/distinfo Sun Jun 1 20:08:54 2014 (r356168) +++ head/graphics/gimp-gmic-plugin/distinfo Sun Jun 1 20:10:51 2014 (r356169) @@ -1,2 +1,2 @@ -SHA256 (gmic_1.5.8.3.tar.gz) = ed200f839c6b7cfa7df37a5b286d6dc106708a4466fe8d5e316b0a92681ad983 -SIZE (gmic_1.5.8.3.tar.gz) = 2341936 +SHA256 (gmic_1.5.9.0.tar.gz) = 134257ce2fe4d113c479194d99b132d18b73d618e8ac6ce3e36568a1fbaea7d6 +SIZE (gmic_1.5.9.0.tar.gz) = 2786931 Modified: head/graphics/gimp-gmic-plugin/files/patch-Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/files/patch-Makefile Sun Jun 1 20:08:54 2014 (r356168) +++ head/graphics/gimp-gmic-plugin/files/patch-Makefile Sun Jun 1 20:10:51 2014 (r356169) @@ -58,7 +58,7 @@ $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic +freebsd: -+ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic ++ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_cli_standard + custom: $(MAKE) "CFLAGS=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(CUST_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic