[92952] trunk/dports/gnome/oregano

ryandesign at macports.org ryandesign at macports.org
Fri May 11 11:43:45 PDT 2012


Revision: 92952
          https://trac.macports.org/changeset/92952
Author:   ryandesign at macports.org
Date:     2012-05-11 11:43:44 -0700 (Fri, 11 May 2012)
Log Message:
-----------
oregano: update to 0.72

Modified Paths:
--------------
    trunk/dports/gnome/oregano/Portfile
    trunk/dports/gnome/oregano/files/patch-glib-2.32.diff

Modified: trunk/dports/gnome/oregano/Portfile
===================================================================
--- trunk/dports/gnome/oregano/Portfile	2012-05-11 18:33:30 UTC (rev 92951)
+++ trunk/dports/gnome/oregano/Portfile	2012-05-11 18:43:44 UTC (rev 92952)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        marc-lorber oregano 0.71 v
+github.setup        marc-lorber oregano 0.72 v
 categories          gnome science
 maintainers         nomaintainer
 license             GPL-2+
@@ -14,8 +14,8 @@
 
 platforms           darwin
 
-checksums           rmd160  d75aada5eb17fdb3f263ed683941eb063e236660 \
-                    sha256  deb8b9901bc2747e7cb7f340cdb0aa7b28fe96f39b76437e76b48ba7e4b345cf
+checksums           rmd160  4ec7bcd08c20bf17e779d6d62da4919f618f75b2 \
+                    sha256  7a765fd92b04c9a01e4d74f7580f7b6fe006ae0f4c172869174e5c233ffe38ef
 
 depends_build       port:autoconf \
                     port:automake \
@@ -26,7 +26,7 @@
 
 depends_lib         port:libgnomeui \
                     port:libgnomecanvas \
-                    port:gtksourceview
+                    port:gtksourceview2
 
 patchfiles          patch-autogen.sh.diff \
                     patch-glib-2.32.diff

Modified: trunk/dports/gnome/oregano/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/oregano/files/patch-glib-2.32.diff	2012-05-11 18:33:30 UTC (rev 92951)
+++ trunk/dports/gnome/oregano/files/patch-glib-2.32.diff	2012-05-11 18:43:44 UTC (rev 92952)
@@ -1,51 +1,51 @@
---- src/Makefile.am.orig	2012-01-08 03:24:22.000000000 -0600
-+++ src/Makefile.am	2012-05-11 12:06:10.000000000 -0500
+--- src/Makefile.am.orig	2012-01-08 10:41:38.000000000 -0600
++++ src/Makefile.am	2012-05-11 13:36:44.000000000 -0500
 @@ -6,7 +6,7 @@
  	stock		\
  	pixmaps
  
--CFLAGS += -Wall -DG_DISABLE_DEPRECATED
-+CFLAGS += -Wall
+-AM_CFLAGS = -Wall -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE
++AM_CFLAGS = -Wall -DGSEAL_ENABLE
  
  oreganodir = $(datadir)/oregano
  
---- src/engines/Makefile.am.orig	2012-01-08 03:24:22.000000000 -0600
-+++ src/engines/Makefile.am	2012-05-11 12:06:14.000000000 -0500
+--- src/engines/Makefile.am.orig	2012-01-08 10:41:38.000000000 -0600
++++ src/engines/Makefile.am	2012-05-11 13:36:48.000000000 -0500
 @@ -1,6 +1,6 @@
  oreganodir = $(datadir)/oregano
  
--CFLAGS += -g -Wall -DG_DISABLE_DEPRECATED
-+CFLAGS += -g -Wall
+-AM_CFLAGS = -g -Wall -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE
++AM_CFLAGS = -g -Wall -DGSEAL_ENABLE
  
  INCLUDES = \
  	$(OREGANO_CFLAGS) -I$(top_srcdir)/src \
---- src/gplot/Makefile.am.orig	2012-01-08 03:24:22.000000000 -0600
-+++ src/gplot/Makefile.am	2012-05-11 12:06:12.000000000 -0500
+--- src/gplot/Makefile.am.orig	2012-01-08 10:41:38.000000000 -0600
++++ src/gplot/Makefile.am	2012-05-11 13:36:46.000000000 -0500
 @@ -1,6 +1,6 @@
  oreganodir = $(datadir)/oregano
  
--CFLAGS += -Wall -DG_DISABLE_DEPRECATED
-+CFLAGS += -Wall
+-AM_CFLAGS = -Wall -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE
++AM_CFLAGS = -Wall -DGSEAL_ENABLE
  
  INCLUDES = \
  	$(OREGANO_CFLAGS)
---- src/model/Makefile.am.orig	2012-01-08 03:24:22.000000000 -0600
-+++ src/model/Makefile.am	2012-05-11 12:06:08.000000000 -0500
+--- src/model/Makefile.am.orig	2012-01-08 10:41:38.000000000 -0600
++++ src/model/Makefile.am	2012-05-11 13:36:41.000000000 -0500
 @@ -1,6 +1,6 @@
  oreganodir = $(datadir)/oregano
  
--CFLAGS += -Wall -DG_DISABLE_DEPRECATED
-+CFLAGS += -Wall
+-AM_CFLAGS = -Wall -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE
++AM_CFLAGS = -Wall -DGSEAL_ENABLE
  
  INCLUDES =  						\
  	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 	\
---- src/sheet/Makefile.am.orig	2012-01-08 03:24:22.000000000 -0600
-+++ src/sheet/Makefile.am	2012-05-11 12:06:06.000000000 -0500
+--- src/sheet/Makefile.am.orig	2012-01-08 10:41:38.000000000 -0600
++++ src/sheet/Makefile.am	2012-05-11 13:36:38.000000000 -0500
 @@ -1,6 +1,6 @@
  oreganodir = $(datadir)/oregano
  
--CFLAGS += -Wall -DG_DISABLE_DEPRECATED
-+CFLAGS += -Wall
+-AM_CFLAGS = -Wall -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE
++AM_CFLAGS = -Wall -DGSEAL_ENABLE
  
  INCLUDES = \
  	$(OREGANO_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/model \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120511/31341389/attachment.html>


More information about the macports-changes mailing list