mirror of https://git.FreeBSD.org/ports.git
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
This commit is contained in:
parent
7cce874dd5
commit
6f84266353
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue