diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-31 17:09:36 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-31 17:09:36 +0000 |
commit | 36b9293fef91b617bc10b967aa38bec4e84b8576 (patch) | |
tree | fc4740a840f34c832ee23f891b41bacf31641c9d /graphics/gimp-gmic-plugin | |
parent | fa6e4fb386ecbad18ca3fddf4e73bea64a83bcb5 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-gmic-plugin')
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/distinfo | 4 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/files/patch-Makefile | 13 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/pkg-descr | 2 |
4 files changed, 10 insertions, 12 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index ed56d8be4397..160423be5ab7 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -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 diff --git a/graphics/gimp-gmic-plugin/distinfo b/graphics/gimp-gmic-plugin/distinfo index d91c36d3934d..60dfa896189c 100644 --- a/graphics/gimp-gmic-plugin/distinfo +++ b/graphics/gimp-gmic-plugin/distinfo @@ -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 diff --git a/graphics/gimp-gmic-plugin/files/patch-Makefile b/graphics/gimp-gmic-plugin/files/patch-Makefile index 42d6d8eae6b5..40d5a671958e 100644 --- a/graphics/gimp-gmic-plugin/files/patch-Makefile +++ b/graphics/gimp-gmic-plugin/files/patch-Makefile @@ -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 diff --git a/graphics/gimp-gmic-plugin/pkg-descr b/graphics/gimp-gmic-plugin/pkg-descr index 92bd5f48f831..a77449f99f08 100644 --- a/graphics/gimp-gmic-plugin/pkg-descr +++ b/graphics/gimp-gmic-plugin/pkg-descr @@ -9,4 +9,4 @@ G'MIC stands for GREYC's Magic Image Converter. This project aims to: 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 |