Date: Mon, 12 Sep 2016 09:01:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421916 - in head/games/vor: . files Message-ID: <201609120901.u8C91NaW074333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 12 09:01:23 2016 New Revision: 421916 URL: https://svnweb.freebsd.org/changeset/ports/421916 Log: - Update to 0.5.7 - Fix LICENSE - Switch to upstream .desktop file Modified: head/games/vor/Makefile head/games/vor/distinfo head/games/vor/files/patch-file.c Modified: head/games/vor/Makefile ============================================================================== --- head/games/vor/Makefile Mon Sep 12 09:01:20 2016 (r421915) +++ head/games/vor/Makefile Mon Sep 12 09:01:23 2016 (r421916) @@ -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> Modified: head/games/vor/distinfo ============================================================================== --- head/games/vor/distinfo Mon Sep 12 09:01:20 2016 (r421915) +++ head/games/vor/distinfo Mon Sep 12 09:01:23 2016 (r421916) @@ -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 Modified: head/games/vor/files/patch-file.c ============================================================================== --- head/games/vor/files/patch-file.c Mon Sep 12 09:01:20 2016 (r421915) +++ head/games/vor/files/patch-file.c Mon Sep 12 09:01:23 2016 (r421916) @@ -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"),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609120901.u8C91NaW074333>