[62097] trunk/dports/graphics/libguichan

tommyd at macports.org tommyd at macports.org
Mon Dec 28 15:47:19 PST 2009


Revision: 62097
          http://trac.macports.org/changeset/62097
Author:   tommyd at macports.org
Date:     2009-12-28 15:47:18 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
* NMU update to 0.8.2

Modified Paths:
--------------
    trunk/dports/graphics/libguichan/Portfile

Added Paths:
-----------
    trunk/dports/graphics/libguichan/files/
    trunk/dports/graphics/libguichan/files/patch-src_allegro,opengl,sdl_Makefile.in.diff

Modified: trunk/dports/graphics/libguichan/Portfile
===================================================================
--- trunk/dports/graphics/libguichan/Portfile	2009-12-28 23:22:48 UTC (rev 62096)
+++ trunk/dports/graphics/libguichan/Portfile	2009-12-28 23:47:18 UTC (rev 62097)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            libguichan
-version         0.8.0
+version         0.8.2
 categories      graphics devel
 platforms       darwin
 maintainers     jmr openmaintainer
@@ -15,10 +15,12 @@
 homepage        http://guichan.sourceforge.net/
 master_sites    googlecode:guichan
 distname        guichan-${version}
-checksums       md5 29a03f05645b669fdc98ec2db5de13f5 \
-                sha1 5993e0a5e948b0f3e614025ff02f818bfe9c2198 \
-                rmd160 a8ab10d9c49542e018d688b9ee90ef2879f94a28
+checksums       md5     af535d7f387e774e3197cef8023ea105 \
+                sha1    50cac146154740d604c752c87dbba00a2793892b \
+                rmd160  42962ecbb9efd00448cdb7249e2f3d1cbe94f79f
 
+patchfiles	patch-src_allegro,opengl,sdl_Makefile.in.diff
+
 depends_lib     path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_image port:allegro port:mesa
 
 use_parallel_build yes

Added: trunk/dports/graphics/libguichan/files/patch-src_allegro,opengl,sdl_Makefile.in.diff
===================================================================
--- trunk/dports/graphics/libguichan/files/patch-src_allegro,opengl,sdl_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/graphics/libguichan/files/patch-src_allegro,opengl,sdl_Makefile.in.diff	2009-12-28 23:47:18 UTC (rev 62097)
@@ -0,0 +1,33 @@
+--- src/allegro/Makefile.in.orig	2009-12-29 00:35:28.000000000 +0100
++++ src/allegro/Makefile.in	2009-12-29 00:35:38.000000000 +0100
+@@ -231,7 +231,7 @@
+ top_srcdir = @top_srcdir@
+ lib_LTLIBRARIES = libguichan_allegro.la
+ INCLUDES = -I$(top_srcdir)/include
+-libguichan_allegro_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
++libguichan_allegro_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libguichan_allegro_la_SOURCES = \
+ 		allegro.cpp		\
+ 		allegrofont.cpp		\
+--- src/opengl/Makefile.in.orig	2009-12-29 00:34:56.000000000 +0100
++++ src/opengl/Makefile.in	2009-12-29 00:35:07.000000000 +0100
+@@ -233,7 +233,7 @@
+ top_srcdir = @top_srcdir@
+ lib_LTLIBRARIES = libguichan_opengl.la
+ INCLUDES = -I$(top_srcdir)/include
+-libguichan_opengl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
++libguichan_opengl_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
+ libguichan_opengl_la_SOURCES = \
+ 	opengl.cpp		\
+ 	openglimage.cpp		\
+--- src/sdl/Makefile.in.orig	2009-12-29 00:35:14.000000000 +0100
++++ src/sdl/Makefile.in	2009-12-29 00:35:22.000000000 +0100
+@@ -235,7 +235,7 @@
+ top_srcdir = @top_srcdir@
+ lib_LTLIBRARIES = libguichan_sdl.la
+ INCLUDES = -I$(top_srcdir)/include
+-libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
++libguichan_sdl_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libguichan_sdl_la_SOURCES = \
+ 	sdl.cpp			\
+ 	sdlgraphics.cpp		\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/6e55e7c0/attachment.html>


More information about the macports-changes mailing list