diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-05 09:26:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-05 09:26:16 +0000 |
commit | 5aabb5e12fb3a7ac3134c57d3af18adaf855b986 (patch) | |
tree | 77a80b298445cb34123c1ab12b726242ea3435df /games | |
parent | 416dc1f730bdf7550b19a497f458a4e9ded8c407 (diff) | |
download | ports-5aabb5e12fb3a7ac3134c57d3af18adaf855b986.tar.gz ports-5aabb5e12fb3a7ac3134c57d3af18adaf855b986.zip |
Update to version 1.0.1
PR: ports/79474
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=132540
Diffstat (limited to 'games')
-rw-r--r-- | games/qgo/Makefile | 7 | ||||
-rw-r--r-- | games/qgo/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index b26987e3f71e..e594a6d9ef44 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,17 +7,14 @@ # PORTNAME= qgo -PORTVERSION= 1.0.0.2 +PORTVERSION= 1.0.1 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 @@ -31,7 +28,5 @@ post-patch: 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|src templates|src|g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e \ - 's|: install-includeHEADERS|:|g' ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff --git a/games/qgo/distinfo b/games/qgo/distinfo index 15ed85d6e054..cf72f4d6ca13 100644 --- a/games/qgo/distinfo +++ b/games/qgo/distinfo @@ -1,2 +1,2 @@ -MD5 (qgo-1.0.0-r2.tar.gz) = 3f6da3d12c450d893c50af80f92ec9a2 -SIZE (qgo-1.0.0-r2.tar.gz) = 1422224 +MD5 (qgo-1.0.1.tar.gz) = 6bc17460c17cc0e19af01c991bfbd128 +SIZE (qgo-1.0.1.tar.gz) = 1399181 |