[97044] trunk/dports/devel/cutter

hum at macports.org hum at macports.org
Sat Aug 25 05:50:13 PDT 2012


Revision: 97044
          https://trac.macports.org/changeset/97044
Author:   hum at macports.org
Date:     2012-08-25 05:50:09 -0700 (Sat, 25 Aug 2012)
Log Message:
-----------
cutter: update to 1.2.1; add a patchfile to build with GLIB_LIBS at sample/gtk+.

Modified Paths:
--------------
    trunk/dports/devel/cutter/Portfile

Added Paths:
-----------
    trunk/dports/devel/cutter/files/
    trunk/dports/devel/cutter/files/patch-sample-gtk+-Makefile.diff

Modified: trunk/dports/devel/cutter/Portfile
===================================================================
--- trunk/dports/devel/cutter/Portfile	2012-08-25 12:08:37 UTC (rev 97043)
+++ trunk/dports/devel/cutter/Portfile	2012-08-25 12:50:09 UTC (rev 97044)
@@ -4,11 +4,9 @@
 PortSystem          1.0
 
 name                cutter
-version             1.2.0
+version             1.2.1
 categories          devel
 maintainers         clear-code.com:kou hum
-platforms           darwin
-license             LGPL-3+
 
 description         A unit testing framefork for C and C++
 long_description    Cutter is a xUnit family Unit Testing Framework for C and C++. \
@@ -16,10 +14,15 @@
                     and so on.
 
 homepage            http://cutter.sourceforge.net/
+platforms           darwin
+license             LGPL-3+
+
 master_sites        sourceforge:project/cutter/cutter/${version}
-checksums           rmd160  b10bfada490dc12750fb21693d60a33356e50d1e \
-                    sha256  c84cce75a49a69b812aa7be54e57e68f56f9de016a1ca59c24357f3b0ecc4af9
+checksums           rmd160  ffb92575d476cec47fc53502c12d599a8d606465 \
+                    sha256  d60304fea956c211a9df35156d888186b0e5fe748bf306668ddd4b76ddb9f905
 
+patchfiles          patch-sample-gtk+-Makefile.diff
+
 depends_build       port:intltool \
                     port:pkgconfig
 

Added: trunk/dports/devel/cutter/files/patch-sample-gtk+-Makefile.diff
===================================================================
--- trunk/dports/devel/cutter/files/patch-sample-gtk+-Makefile.diff	                        (rev 0)
+++ trunk/dports/devel/cutter/files/patch-sample-gtk+-Makefile.diff	2012-08-25 12:50:09 UTC (rev 97044)
@@ -0,0 +1,24 @@
+--- sample/gtk+/Makefile.am.orig	2012-07-31 09:59:13.000000000 +0900
++++ sample/gtk+/Makefile.am	2012-08-25 21:32:38.000000000 +0900
+@@ -16,7 +16,8 @@
+ 
+ LIBS =						\
+ 	$(top_builddir)/cutter/libcutter.la	\
+-	$(GTK_LIBS)
++	$(GTK_LIBS)             \
++	$(GLIB_LIBS)
+ 
+ AM_LDFLAGS =			\
+ 	-rpath $(libdir)	\
+--- sample/gtk+/Makefile.in.orig	2012-08-14 12:43:39.000000000 +0900
++++ sample/gtk+/Makefile.in	2012-08-25 21:40:19.000000000 +0900
+@@ -199,7 +199,8 @@
+ LIBOBJS = @LIBOBJS@
+ LIBS = \
+ 	$(top_builddir)/cutter/libcutter.la	\
+-	$(GTK_LIBS)
++	$(GTK_LIBS) \
++	$(GLIB_LIBS)
+ 
+ LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
+ LIBSOUP_LIBS = @LIBSOUP_LIBS@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120825/2030ae62/attachment.html>


More information about the macports-changes mailing list