diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-01-31 14:39:13 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-01-31 14:43:10 +0000 |
| commit | 6f84266353e260461a11bedf838d2632097d256e (patch) | |
| tree | fa2da2ae625244dfbdecc842d5fa495cc295f110 | |
| parent | sysutils/graylog: update to 6.1.5, bump jvm (diff) | |
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
| -rw-r--r-- | games/vectoroids/Makefile | 13 | ||||
| -rw-r--r-- | 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 |
