Hi ports --

Attached is a diff to update devel/guichan to 0.8.2
The two ports that depend on devel/guichan (games/manaplus & games/tmw) do not need a bump.
Works OK for me on amd64, mips64el, and powerpc.

As an added bonus, games/tmw complains with "devel/libidn not needed in LIB_DEPENDS?" I should note this was the case even *before* the devel/guichan update. Is it worth going in and fixing that too, since I'm here? I'm not willing to be MAINTAINER of games/tmw since a) I myself use games/manaplus and b) upstream has deprecated the mana (tmw) client, making manaplus the official client, as of 31 Jan 2013.

Looking for OKs for devel/guichan and comments about what to do with games/tmw.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/guichan/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    25 Sep 2012 22:05:22 -0000      1.7
+++ Makefile    2 Feb 2013 03:32:00 -0000
@@ -2,17 +2,16 @@
 
 COMMENT=       C++ GUI library designed for games
 
-DISTNAME=      guichan-0.8.1
-REVISION=      2
+DISTNAME=      guichan-0.8.2
 CATEGORIES=    devel games
 
 HOMEPAGE=      http://guichan.sourceforge.net/
 
 MAINTAINER=    Jonathan Armani <arm...@openbsd.org>
 
-SHARED_LIBS += guichan_opengl  0.0     # .1.0
-SHARED_LIBS += guichan_sdl     0.0     # .1.0
-SHARED_LIBS += guichan         0.0     # .1.0
+SHARED_LIBS += guichan_opengl  0.1     # .1.0
+SHARED_LIBS += guichan_sdl     0.1     # .1.0
+SHARED_LIBS += guichan         0.1     # .1.0
 
 # BSD-like
 PERMIT_PACKAGE_CDROM=  Yes
@@ -22,12 +21,9 @@ PERMIT_DISTFILES_FTP=        Yes
 
 MASTER_SITES=  http://guichan.googlecode.com/files/
 
-WANTLIB += SDL m sndio stdc++ usbhid 
-
-MODULES=       converters/libiconv
+WANTLIB += m stdc++
 
 BUILD_DEPENDS= devel/sdl-image
-LIB_DEPENDS=   devel/sdl
 
 USE_LIBTOOL=   Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/guichan/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    22 Aug 2008 11:38:25 -0000      1.1.1.1
+++ distinfo    2 Feb 2013 03:32:00 -0000
@@ -1,5 +1,2 @@
-MD5 (guichan-0.8.1.tar.gz) = +azhHMcNO6YLYjRxcjNKXw==
-RMD160 (guichan-0.8.1.tar.gz) = SoI44M84BXobjO2y59pipeiEnRg=
-SHA1 (guichan-0.8.1.tar.gz) = erRMOxsPBXe8XopEuRj2HLZhZMM=
-SHA256 (guichan-0.8.1.tar.gz) = akh1TxbstvTafEC//0afdbYhJ6zBCLf1E9m9hRkrd9Q=
-SIZE (guichan-0.8.1.tar.gz) = 556670
+SHA256 (guichan-0.8.2.tar.gz) = 7t8gbq5SAequAnsTMibQeTq5ooe/10xfgsdoHjaE7qs=
+SIZE (guichan-0.8.2.tar.gz) = 574662
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/guichan/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   22 Aug 2008 11:38:25 -0000      1.1.1.1
+++ pkg/PLIST   2 Feb 2013 03:32:00 -0000
@@ -74,3 +74,7 @@ lib/libguichan_opengl.a
 lib/libguichan_opengl.la
 lib/libguichan_sdl.a
 lib/libguichan_sdl.la
+lib/pkgconfig/
+lib/pkgconfig/guichan-0.8.pc
+lib/pkgconfig/guichan_opengl-0.8.pc
+lib/pkgconfig/guichan_sdl-0.8.pc

Reply via email to