Don't know if this is the proper procedure and I don't mean to insult
the maintainer but the current port version has an irritating bug for
9x9 boards (i.e. it draws an extra line on the board) so I have created
a diff to update to the latest version that fixes this and adds other
features etc.

Anyway, here is the diff.
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/qgo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    31 Mar 2007 12:45:40 -0000      1.3
+++ Makefile    12 Sep 2007 12:27:03 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       "go client and fully featured sgf editor"
 
-DISTNAME=      qgo-1.5.2
-PKGNAME=       ${DISTNAME}p0
+DISTNAME=      qgo-1.5.4
 CATEGORIES=    games
 
 MAINTAINER=    Mathieu Sauve-Frankel <[EMAIL PROTECTED]>
@@ -13,7 +12,7 @@
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=       c m pthread stdc++ X11 Xext SM ICE jpeg
+WANTLIB=       c m pthread stdc++ X11 Xext SM ICE jpeg Xau Xdmcp
 
 MODULES=       x11/qt3
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/qgo/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    5 Apr 2007 15:38:11 -0000       1.3
+++ distinfo    12 Sep 2007 12:27:03 -0000
@@ -1,5 +1,5 @@
-MD5 (qgo-1.5.2.tar.gz) = qXZ/JXL8jYxWU3JrvOQC4A==
-RMD160 (qgo-1.5.2.tar.gz) = AH8p7bBKtWFLr2fTxMtJGUoYc4M=
-SHA1 (qgo-1.5.2.tar.gz) = wrI68yWzTmNGJhW9vQamiPIJXk0=
-SHA256 (qgo-1.5.2.tar.gz) = 2NLLF6jmp3U1foUMNf026X/YUpVkgQHq12QKRtUTXT8=
-SIZE (qgo-1.5.2.tar.gz) = 2331728
+MD5 (qgo-1.5.4.tar.gz) = qR6QMZTWdu6ZcDAK3O9wsQ==
+RMD160 (qgo-1.5.4.tar.gz) = guQiDCaBJHdLEJ0Hj6gsZVINQ5Q=
+SHA1 (qgo-1.5.4.tar.gz) = NqZlZ4CyXEUZT7MduQKIs7GZ+I8=
+SHA256 (qgo-1.5.4.tar.gz) = HF3XFx5NoTObDZXD8c/tilkubkuNwL9Eal0/wC5i0BQ=
+SIZE (qgo-1.5.4.tar.gz) = 2427901
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/qgo/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   3 Oct 2006 00:03:03 -0000       1.1.1.1
+++ pkg/PLIST   12 Sep 2007 12:27:03 -0000
@@ -1,5 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/03 00:03:03 msf Exp $
 bin/qgo
+man/cat3f/
+man/man3f/
 share/applnk/
 share/applnk/Games/
 share/applnk/Games/qgo.desktop
@@ -38,6 +40,9 @@
 share/qGo/translations/qgo_dk.qm
 share/qGo/translations/qgo_fr.qm
 share/qGo/translations/qgo_it.qm
+share/qGo/translations/qgo_la.qm
 share/qGo/translations/qgo_nl.qm
 share/qGo/translations/qgo_pt.qm
+share/qGo/translations/qgo_ru.qm
 share/qGo/translations/qgo_zh.qm
+share/qGo/translations/qgo_zh_cn.qm

Reply via email to