mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.5.7
- Fix LICENSE - Switch to upstream .desktop file
This commit is contained in:
parent
691349d4ed
commit
7f677f7c88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421916
3 changed files with 15 additions and 19 deletions
|
@ -2,39 +2,34 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vor
|
||||
PORTVERSION= 0.5.6
|
||||
PORTVERSION= 0.5.7
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://qualdan.com/vor/ \
|
||||
MASTER_SITES= https://jasonwoof.com/downloads/vor/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Dodge the rocks until you die
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USES= gmake pkgconfig tar:tgz
|
||||
USE_SDL= mixer image sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/applications/${PORTNAME}.desktop
|
||||
PORTDOCS= *
|
||||
PORTDATA= *
|
||||
|
||||
DESKTOP_ENTRIES="Variations on Rockdodger" \
|
||||
"Dodge the rocks until you die" \
|
||||
"${DATADIR}/icon.png" \
|
||||
"vor" \
|
||||
"Game;ArcadeGame;" \
|
||||
false
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (vor-0.5.6.tar.bz2) = 24fe49edfd59a6723000a0e8a62c5b631d6ae84e1e4eaaa890b64435d6fa2d95
|
||||
SIZE (vor-0.5.6.tar.bz2) = 258357
|
||||
TIMESTAMP = 1473637368
|
||||
SHA256 (vor-0.5.7.tgz) = f3411f747fa998d9ae13b5636ecb478a2bd9abc804030f8440c878bd2c6f8f09
|
||||
SIZE (vor-0.5.7.tgz) = 358032
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- file.c.orig 2009-12-10 00:28:59.000000000 +0300
|
||||
+++ file.c 2010-02-04 05:50:54.000000000 +0300
|
||||
@@ -101,7 +101,6 @@
|
||||
--- file.c.orig 2016-05-22 21:14:48 UTC
|
||||
+++ file.c
|
||||
@@ -113,7 +113,6 @@ find_data_dir(void)
|
||||
int i;
|
||||
char *data_options[3] = {
|
||||
getenv("VOR_DATA"),
|
||||
|
|
Loading…
Add table
Reference in a new issue