From owner-svn-ports-head@freebsd.org Mon Sep 12 09:01:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E81CBD78D5; Mon, 12 Sep 2016 09:01:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E79AD97B; Mon, 12 Sep 2016 09:01:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8C91OsN074459; Mon, 12 Sep 2016 09:01:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8C91NaW074333; Mon, 12 Sep 2016 09:01:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609120901.u8C91NaW074333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 12 Sep 2016 09:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421916 - in head/games/vor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 09:01:25 -0000 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 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"),