Date: Fri, 16 Dec 2022 20:18:12 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e74034684339 - main - games/blokish: cosmetic fixes Message-ID: <202212162018.2BGKICax099677@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=e740346843397465b3a7ac2c45806bde1f23b491 commit e740346843397465b3a7ac2c45806bde1f23b491 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-12-16 20:12:10 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-12-16 20:12:14 +0000 games/blokish: cosmetic fixes - Update WWW - Switch to WX 3.0 - Pet portlint --- games/blokish/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/blokish/Makefile b/games/blokish/Makefile index dfcb6928e1a9..833f3a9ec1f1 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -1,21 +1,21 @@ PORTNAME= blokish PORTVERSION= 0.9.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the strategy board game 'Blokus' -WWW= http://blokish.sourceforge.net/ +WWW= https://sourceforge.net/projects/blokish/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= compiler:c++11-lang gl gmake localbase tar:tgz +GNU_CONFIGURE= yes USE_GL= gl -USE_WX= 2.8 +USE_WX= 3.0 MAKEFILE= makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212162018.2BGKICax099677>