pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/ccgo Update to 0.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1aad6ae9e4e
branches:  trunk
changeset: 469809:d1aad6ae9e4e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Feb 29 12:42:22 2004 +0000

description:
Update to 0.3.4.

Changes in the package:
- Use subst.mk instead of a custom pre-configure.
- Depend on gnome2-dirs, gnugo and pkgconfig.
- Drop useless regexx dependency.

Changes since previous versions:
- ccgo 0.3.3 to 0.3.4
        * allow reviving marked-dead groups when scoring local games
        * fix compatibiliy with new IGS
        * fix ignored handicaps in importing SGF files
        * update State when getting own info
        * allow undo when playing with computer
- ccgo 0.3.2 to 0.3.3
        * support SGF files with handicap setup at root node
        * allow handicaps in matches with gnugo
        * minor enhancements
- ccgo 0.3.0 to 0.3.2
        * internationalization
        * remove dependancy on regexx
        * many fixes

diffstat:

 games/ccgo/Makefile |  25 +++++++++++++++----------
 games/ccgo/PLIST    |   3 ++-
 games/ccgo/distinfo |   6 +++---
 3 files changed, 20 insertions(+), 14 deletions(-)

diffs (77 lines):

diff -r efc92b2438ed -r d1aad6ae9e4e games/ccgo/Makefile
--- a/games/ccgo/Makefile       Sun Feb 29 12:05:56 2004 +0000
+++ b/games/ccgo/Makefile       Sun Feb 29 12:42:22 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/01/23 21:50:44 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/29 12:42:22 jmmv Exp $
 #
 
-DISTNAME=              ccgo-0.3.1
-PKGREVISION=           6
+DISTNAME=              ccgo-0.3.4
 CATEGORIES=            games
 MASTER_SITES=          http://ccdw.org/~cjj/prog/ccgo/
 
@@ -10,21 +9,27 @@
 HOMEPAGE=              http://ccdw.org/~cjj/prog/ccgo/
 COMMENT=               Go board with IGS and gnugo interface
 
+DEPENDS+=              gnome2-dirs>=1.2:../../misc/gnome2-dirs
+DEPENDS+=              gnugo>=3.4:../../games/gnugo
+
 BUILD_USES_MSGFMT=     YES
 
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
 
-post-patch:
-.for src in game_setup.cc settings.cc
-       ${CP} ${WRKSRC}/${src} ${WRKSRC}/${src}.old
-       ${SED} -e 's|/usr/games|${PREFIX}/bin|g' < ${WRKSRC}/${src}.old > ${WRKSRC}/${src}
-.endfor
+SUBST_CLASSES+=                ccgo
+SUBST_STAGE.ccgo=      pre-configure
+SUBST_FILES.ccgo=      game_setup.cc settings.cc
+SUBST_MESSAGE.ccgo=    "Fixing paths to gnugo."
+SUBST_SED.ccgo=                -e 's|/usr/games/gnugo|${PREFIX.gnugo}/bin/gnugo|g'
 
-.include "../../textproc/regexx/buildlink2.mk"
+EVAL_PREFIX+=          PREFIX.gnugo
+PREFIX.gnugo_DEFAULT=  ${LOCALBASE}
+
 .include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gconfmm/buildlink2.mk"
 .include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/gconfmm/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
 .include "../../x11/gtkmm/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r efc92b2438ed -r d1aad6ae9e4e games/ccgo/PLIST
--- a/games/ccgo/PLIST  Sun Feb 29 12:05:56 2004 +0000
+++ b/games/ccgo/PLIST  Sun Feb 29 12:42:22 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/16 03:56:27 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/29 12:42:22 jmmv Exp $
 bin/ccgo
 man/man6/ccgo.6
 share/gnome/apps/Games/ccgo.desktop
@@ -19,3 +19,4 @@
 share/pixmaps/ccgo/teaching_icon.png
 share/pixmaps/ccgo/white_stone.png
 @dirrm share/pixmaps/ccgo
+@comment in gnome-dirs: @dirrm share/gnome/apps/Games
diff -r efc92b2438ed -r d1aad6ae9e4e games/ccgo/distinfo
--- a/games/ccgo/distinfo       Sun Feb 29 12:05:56 2004 +0000
+++ b/games/ccgo/distinfo       Sun Feb 29 12:42:22 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/03/16 03:56:27 rh Exp $
+$NetBSD: distinfo,v 1.2 2004/02/29 12:42:22 jmmv Exp $
 
-SHA1 (ccgo-0.3.1.tar.gz) = 6e83e8d4af5b8f5406446c99b8d809aad467e4f7
-Size (ccgo-0.3.1.tar.gz) = 450845 bytes
+SHA1 (ccgo-0.3.4.tar.gz) = c23aac53c27d020b5e420fc5823a71316ae426d5
+Size (ccgo-0.3.4.tar.gz) = 480022 bytes
 SHA1 (patch-aa) = cb799ba2a360c73b7d62f29195eb780a4f0a1edf
 SHA1 (patch-ab) = 9e2113bc179a6597336c284f0bd915b5c446ecf6
 SHA1 (patch-ac) = 40bbc99e781bc7d46f2b54a1e47f55b9babc203e



Home | Main Index | Thread Index | Old Index