Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 17:09:36 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309765 - in head/graphics/gimp-gmic-plugin: . files
Message-ID:  <201212311709.qBVH9bOV069574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec 31 17:09:36 2012
New Revision: 309765
URL: http://svnweb.freebsd.org/changeset/ports/309765

Log:
  - update to 1.5.2.4

Modified:
  head/graphics/gimp-gmic-plugin/Makefile
  head/graphics/gimp-gmic-plugin/distinfo
  head/graphics/gimp-gmic-plugin/files/patch-Makefile
  head/graphics/gimp-gmic-plugin/pkg-descr

Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile	Mon Dec 31 17:09:12 2012	(r309764)
+++ head/graphics/gimp-gmic-plugin/Makefile	Mon Dec 31 17:09:36 2012	(r309765)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmic
-PORTVERSION=	1.5.1.5
-PORTREVISION=	1
+PORTVERSION=	1.5.2.4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME} \
 		SF/${PORTNAME}/old

Modified: head/graphics/gimp-gmic-plugin/distinfo
==============================================================================
--- head/graphics/gimp-gmic-plugin/distinfo	Mon Dec 31 17:09:12 2012	(r309764)
+++ head/graphics/gimp-gmic-plugin/distinfo	Mon Dec 31 17:09:36 2012	(r309765)
@@ -1,2 +1,2 @@
-SHA256 (gmic_1.5.1.5.tar.gz) = 00a914640819ac553b68a0caae822e7bf5e9ae28b15ffeb04b3bb096c08a2e61
-SIZE (gmic_1.5.1.5.tar.gz) = 1945107
+SHA256 (gmic_1.5.2.4.tar.gz) = 489f81653e3a7a00b5fa10d7d59c35de6a24de3ec24b57b4f6e4498743057c49
+SIZE (gmic_1.5.2.4.tar.gz) = 2203118

Modified: head/graphics/gimp-gmic-plugin/files/patch-Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/files/patch-Makefile	Mon Dec 31 17:09:12 2012	(r309764)
+++ head/graphics/gimp-gmic-plugin/files/patch-Makefile	Mon Dec 31 17:09:36 2012	(r309765)
@@ -1,5 +1,5 @@
---- ./Makefile.orig	2012-06-08 13:20:14.000000000 +0400
-+++ ./Makefile	2012-06-17 12:57:52.000000000 +0400
+--- ./Makefile.orig	2012-12-03 20:57:53.000000000 +0400
++++ ./Makefile	2012-12-31 13:25:31.000000000 +0400
 @@ -56,7 +56,7 @@
  USR = /opt/local
  else
@@ -9,7 +9,7 @@
  endif
  ifeq ($(OS),MINGW32_NT-5.1)
  EXE = .exe
-@@ -118,7 +118,7 @@
+@@ -106,7 +106,7 @@
  # This requires the presence of the X11 extension include and library files.
  # (package 'libx11-dev' on Debian).
  XSHM_CFLAGS = -Dcimg_use_xshm
@@ -18,7 +18,7 @@
  
  # Flags to enable image display, using GDI32.
  # This requires the presence of the GDI32 include and library files.
-@@ -273,6 +273,14 @@
+@@ -270,6 +270,13 @@
  	$(MAKE) lib
  	$(MAKE) zart
  else
@@ -27,13 +27,12 @@
 +	@echo "** FreeBSD configuration"
 +	@echo "**"
 +	$(MAKE) freebsd
-+	$(MAKE) bashcompletion
 +	$(MAKE) gimp
 +else
  ifeq ($(OS),Darwin)
  	@echo "**"
  	@echo "** MacOSX configuration"
-@@ -290,9 +298,10 @@
+@@ -285,9 +292,10 @@
  	$(MAKE) gimp
  endif
  endif
@@ -45,7 +44,7 @@
  
  lib:
  	$(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
-@@ -314,6 +323,9 @@
+@@ -315,6 +323,9 @@
  linux:
  	$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
  

Modified: head/graphics/gimp-gmic-plugin/pkg-descr
==============================================================================
--- head/graphics/gimp-gmic-plugin/pkg-descr	Mon Dec 31 17:09:12 2012	(r309764)
+++ head/graphics/gimp-gmic-plugin/pkg-descr	Mon Dec 31 17:09:36 2012	(r309765)
@@ -9,4 +9,4 @@ G'MIC stands for GREYC's Magic Image Con
     o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image
       retouching software GIMP.
 
-WWW:	http://gmic.sourceforge.net
+WWW: http://gmic.sourceforge.net



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