Date: Sun, 1 Jun 2014 20:10:51 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> 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 Message-ID: <201406012010.s51KApGS053301@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406012010.s51KApGS053301>