diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-12 01:52:01 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-12 01:52:01 +0800 |
commit | c878ced5b2297044e19cbd57f6c6619986d09737 (patch) | |
tree | 66ab8901d3f274a7225da45c39a04fe32556000c /games/qgo | |
parent | 9345e1b43bc21c8267f2034009b8a2b04a2133cd (diff) | |
download | freebsd-ports-gnome-c878ced5b2297044e19cbd57f6c6619986d09737.tar.gz freebsd-ports-gnome-c878ced5b2297044e19cbd57f6c6619986d09737.tar.zst freebsd-ports-gnome-c878ced5b2297044e19cbd57f6c6619986d09737.zip |
- Update to version 1.0.3.2
PR: 90193
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: clement (mentor)
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/Makefile | 5 | ||||
-rw-r--r-- | games/qgo/distinfo | 6 | ||||
-rw-r--r-- | games/qgo/pkg-plist | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index b73a4c333e15..8adb7ed0caae 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,14 +7,17 @@ # PORTNAME= qgo -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.3.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A Go board and SGF editor written with the Qt library +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} + USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/games/qgo/distinfo b/games/qgo/distinfo index 4dd7ba01ef83..9dd2ee9da460 100644 --- a/games/qgo/distinfo +++ b/games/qgo/distinfo @@ -1,3 +1,3 @@ -MD5 (qgo-1.0.3.tar.gz) = a82ce238c109a449a72fd963b0a1c606 -SHA256 (qgo-1.0.3.tar.gz) = 930dc533301bfd0b02fde05a69f64323ebee0869ca7dc0ff8439a98e46be19a6 -SIZE (qgo-1.0.3.tar.gz) = 2230353 +MD5 (qgo-1.0.3-r2.tar.gz) = 575deb5a2b4a34820c389b5cec361e28 +SHA256 (qgo-1.0.3-r2.tar.gz) = 8d9ae3e825857156fa131b796e51883976af80fb677214af2967c8658d158d7f +SIZE (qgo-1.0.3-r2.tar.gz) = 2208465 diff --git a/games/qgo/pkg-plist b/games/qgo/pkg-plist index 5a77aaca4c3b..a731d404f619 100644 --- a/games/qgo/pkg-plist +++ b/games/qgo/pkg-plist @@ -26,9 +26,11 @@ share/qGo/sounds/talk.wav share/qGo/sounds/tictoc.wav share/qGo/translations/qgo_cz.qm share/qGo/translations/qgo_de.qm +share/qGo/translations/qgo_dk.qm share/qGo/translations/qgo_fr.qm share/qGo/translations/qgo_it.qm share/qGo/translations/qgo_nl.qm +share/qGo/translations/qgo_pt.qm share/qGo/translations/qgo_zh.qm @dirrm share/qGo/translations @dirrm share/qGo/sounds |