diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-20 17:40:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-20 17:40:26 +0800 |
commit | 3efd4e00be3ed14d2f5eb1172e0a35fb1d61a676 (patch) | |
tree | cdc84ad2efed243b10f2749a2e947a122ec00928 /games/qgo | |
parent | 67e24bd986ed8131bf6b9dab2ad7c06935d0725c (diff) | |
download | freebsd-ports-gnome-3efd4e00be3ed14d2f5eb1172e0a35fb1d61a676.tar.gz freebsd-ports-gnome-3efd4e00be3ed14d2f5eb1172e0a35fb1d61a676.tar.zst freebsd-ports-gnome-3efd4e00be3ed14d2f5eb1172e0a35fb1d61a676.zip |
- Update to 1.5.4.3
PR: 139765
Submitted by: Ports Fury
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/Makefile | 9 | ||||
-rw-r--r-- | games/qgo/distinfo | 6 | ||||
-rw-r--r-- | games/qgo/pkg-plist | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 1f716e68e5c4..3d270b049037 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,10 +7,9 @@ # PORTNAME= qgo -PORTVERSION= 1.5.4.2 -PORTREVISION= 3 +PORTVERSION= 1.5.4.3 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/OldFiles +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org @@ -24,8 +23,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes post-patch: - @${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/NOOPT/s|^CXXFLAGS=|#CXXFLAGS=|g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/templates/*.desktop diff --git a/games/qgo/distinfo b/games/qgo/distinfo index 698bbccf57fe..27e0116dc77a 100644 --- a/games/qgo/distinfo +++ b/games/qgo/distinfo @@ -1,3 +1,3 @@ -MD5 (qgo-1.5.4-r2.tar.gz) = 5b83bd5ec234beabe48ca17eace3957e -SHA256 (qgo-1.5.4-r2.tar.gz) = 6deb7ead53d312eed8c3d8c062bb7c56be24eeccf0e4e0f2845b0c39e1e61ee9 -SIZE (qgo-1.5.4-r2.tar.gz) = 2393949 +MD5 (qgo-1.5.4-r3.tar.gz) = f8f9a6288b7854932bb2666a58631988 +SHA256 (qgo-1.5.4-r3.tar.gz) = ddfb66ada7027b844838895061f266bda03b327e8dfec2ee2782e14748bac104 +SIZE (qgo-1.5.4-r3.tar.gz) = 2490737 diff --git a/games/qgo/pkg-plist b/games/qgo/pkg-plist index 33cc03d8e6f3..06268c1709b4 100644 --- a/games/qgo/pkg-plist +++ b/games/qgo/pkg-plist @@ -31,6 +31,7 @@ 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_pl.qm share/qGo/translations/qgo_pt.qm share/qGo/translations/qgo_ru.qm share/qGo/translations/qgo_tr.qm |