git: 6f84266353e2 - main - games/vectoroids: Update to 1.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Jan 2025 15:23:42 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f84266353e260461a11bedf838d2632097d256e commit 6f84266353e260461a11bedf838d2632097d256e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2025-01-31 14:39:13 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-01-31 14:43:10 +0000 games/vectoroids: Update to 1.1.2 - Switch to DISTVERSION - Update MASTER_SITES - Switch from absolute to relative symlink (pet QA check) - Take mainatinership ChangeLog: https://tuxpaint.org/ftp/unix/x/vectoroids/CHANGES.txt --- games/vectoroids/Makefile | 13 ++++++------- games/vectoroids/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile index 0a5234bed9f3..c27d361025af 100644 --- a/games/vectoroids/Makefile +++ b/games/vectoroids/Makefile @@ -1,18 +1,17 @@ PORTNAME= vectoroids -PORTVERSION= 1.1.0 -PORTREVISION= 18 +DISTVERSION= 1.1.2 CATEGORIES= games -MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/ +MASTER_SITES= https://tuxpaint.org/ftp/unix/x/${PORTNAME}/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Vector-based rock-shooting game similar to Asteroids WWW= http://www.newbreedsoftware.com/vectoroids/ LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING.txt +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake sdl -USE_SDL= image mixer sdl +USE_SDL= image2 mixer2 sdl2 PORTDOCS= CHANGES.txt README.txt OPTIONS_DEFINE= DOCS @@ -28,7 +27,7 @@ do-install: .for d in images music sounds @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor - ${LN} -sf ${DATADIR}/images/icon.png \ + ${LN} -s ../${PORTNAME}/images/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ diff --git a/games/vectoroids/distinfo b/games/vectoroids/distinfo index b23031625762..8a318d84c5ca 100644 --- a/games/vectoroids/distinfo +++ b/games/vectoroids/distinfo @@ -1,2 +1,3 @@ -SHA256 (vectoroids-1.1.0.tar.gz) = 8d14dd281767e994108abd77c8e67d5a17718d0ad1e34d37e026911d14697b2e -SIZE (vectoroids-1.1.0.tar.gz) = 299293 +TIMESTAMP = 1738329973 +SHA256 (vectoroids-1.1.2.tar.gz) = 68b578aeb36e2ca3836060fed1404041e40a28236514e5f683909c8e39025b24 +SIZE (vectoroids-1.1.2.tar.gz) = 979655