mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.5.8
- Add LICENSE
This commit is contained in:
parent
eda72c9202
commit
acdd7a2810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489962
2 changed files with 11 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bumprace
|
PORTNAME= bumprace
|
||||||
PORTVERSION= 1.5.6
|
PORTVERSION= 1.5.8
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= https://bitbucket.org/karlb/bumprace/get/ \
|
MASTER_SITES= https://bitbucket.org/karlb/bumprace/get/ \
|
||||||
http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
|
http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
|
||||||
|
@ -12,9 +12,13 @@ DIST_SUBDIR= ${PORTNAME}
|
||||||
MAINTAINER= amdmi3@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
COMMENT= Simple arcade racing game
|
COMMENT= Simple arcade racing game
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/karlb-bumprace-047c7a593bcc
|
LICENSE= GPLv2+ CC-BY-2.0 CC-BY-3.0
|
||||||
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= gmake jpeg localbase tar:bz2
|
WRKSRC= ${WRKDIR}/karlb-bumprace-e73baa9e7465
|
||||||
|
|
||||||
|
USES= autoreconf gmake jpeg localbase tar:bz2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_SDL= sdl mixer image
|
USE_SDL= sdl mixer image
|
||||||
|
|
||||||
|
@ -37,6 +41,6 @@ post-install:
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/FAQ ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/FAQ ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1478894629
|
TIMESTAMP = 1547054067
|
||||||
SHA256 (bumprace/1.5.6.tar.bz2) = 7ec7924982196a0c19a801cb32843ff0b0c76084a9712b1a8ba38002bae3b665
|
SHA256 (bumprace/1.5.8.tar.bz2) = 9b709ad016ddbcfc8e987bf3cd6679d52133293cc1ddea9c6183900f97ca90fc
|
||||||
SIZE (bumprace/1.5.6.tar.bz2) = 1013191
|
SIZE (bumprace/1.5.8.tar.bz2) = 4355280
|
||||||
|
|
Loading…
Add table
Reference in a new issue