diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-10 15:26:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-10 15:26:19 +0000 |
commit | 720847bd73f768fc66b01dd9ef4fd74356de9871 (patch) | |
tree | 29793cd55431fda270632ac6f1860f453e06c5a0 /games/qgo | |
parent | 679032a2066f13b07f7d4b3f419c0225693ef2f8 (diff) | |
download | ports-720847bd73f768fc66b01dd9ef4fd74356de9871.tar.gz ports-720847bd73f768fc66b01dd9ef4fd74356de9871.zip |
Notes
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/Makefile | 3 | ||||
-rw-r--r-- | games/qgo/distinfo | 4 | ||||
-rw-r--r-- | games/qgo/files/patch-qgo::Makefile.in | 8 | ||||
-rw-r--r-- | games/qgo/pkg-plist | 1 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 21338a01af4b..e5a72e821ecd 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,8 +7,7 @@ # PORTNAME= qgo -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.1.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/qgo/distinfo b/games/qgo/distinfo index ce21212ebe84..b9c408396676 100644 --- a/games/qgo/distinfo +++ b/games/qgo/distinfo @@ -1,2 +1,2 @@ -MD5 (qgo-0.1.2.tar.gz) = d2177598411125c0412f126f87546364 -SIZE (qgo-0.1.2.tar.gz) = 1420369 +MD5 (qgo-0.1.3.tar.gz) = 718c3109e205c8e7d6312526cdb90f47 +SIZE (qgo-0.1.3.tar.gz) = 1684589 diff --git a/games/qgo/files/patch-qgo::Makefile.in b/games/qgo/files/patch-qgo::Makefile.in index dbfa7dcd9a66..96bb39521d26 100644 --- a/games/qgo/files/patch-qgo::Makefile.in +++ b/games/qgo/files/patch-qgo::Makefile.in @@ -1,5 +1,5 @@ ---- qgo/Makefile.in.orig Thu Dec 11 08:40:40 2003 -+++ qgo/Makefile.in Tue Dec 16 02:00:51 2003 +--- qgo/Makefile.in.orig Tue Feb 10 07:32:13 2004 ++++ qgo/Makefile.in Tue Feb 10 13:27:04 2004 @@ -235,7 +235,7 @@ KDE_OPTIONS = qtonly qgo_LDADD = ./src/libsrc.a $(LIB_QPE) $(LIB_QT) $(LIBSOCKET) @@ -7,7 +7,7 @@ -SUBDIRS = src templates +SUBDIRS = src - EXTRA_DIST = filenew.xpm filesave.xpm fileopen.xpm + EXTRA_DIST = filenew.xpm filesave.xpm fileopen.xpm ChangeLog @@ -266,6 +266,11 @@ #>+ 1 @@ -18,6 +18,6 @@ +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ - DIST_COMMON = Makefile.am Makefile.in + DIST_COMMON = ChangeLog Makefile.am Makefile.in diff --git a/games/qgo/pkg-plist b/games/qgo/pkg-plist index d1989896a78c..1b4ddbf97f85 100644 --- a/games/qgo/pkg-plist +++ b/games/qgo/pkg-plist @@ -14,6 +14,7 @@ share/qGo/sounds/tictoc.wav share/qGo/translations/qgo_de.qm share/qGo/translations/qgo_fr.qm share/qGo/translations/qgo_it.qm +share/qGo/translations/qgo_nl.qm @dirrm share/qGo/translations @dirrm share/qGo/sounds @dirrm share/qGo/pics |