svn commit: r386314 - in head/games/armagetron: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 10:30:27 UTC 2015


Author: amdmi3
Date: Thu May 14 10:30:26 2015
New Revision: 386314
URL: https://svnweb.freebsd.org/changeset/ports/386314

Log:
  - Update to 0.2.8.3.3
  - Add LICENSE
  - Remove obsolete patch
  
  PR:		198218
  Submitted by:	hardy.schumacher at gmx.de
  Approved by:	maintainer timeout

Deleted:
  head/games/armagetron/files/
Modified:
  head/games/armagetron/Makefile
  head/games/armagetron/distinfo

Modified: head/games/armagetron/Makefile
==============================================================================
--- head/games/armagetron/Makefile	Thu May 14 10:21:49 2015	(r386313)
+++ head/games/armagetron/Makefile	Thu May 14 10:30:26 2015	(r386314)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	armagetron
-PORTVERSION=	0.2.8.3.2
-PORTREVISION=	5
+PORTVERSION=	0.2.8.3.3
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}ad/stable/${PORTVERSION}/
 DISTNAME=	armagetronad-${PORTVERSION}
@@ -12,6 +11,9 @@ EXTRACT_SUFX=	.src.tar.bz2
 MAINTAINER=	ianthetechie at gmail.com
 COMMENT=	Multiplayer networked Tron clone in 3D
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-etc --disable-initscripts

Modified: head/games/armagetron/distinfo
==============================================================================
--- head/games/armagetron/distinfo	Thu May 14 10:21:49 2015	(r386313)
+++ head/games/armagetron/distinfo	Thu May 14 10:30:26 2015	(r386314)
@@ -1,2 +1,2 @@
-SHA256 (armagetronad-0.2.8.3.2.src.tar.bz2) = f444e481de94e6c0e3933c709d46effd2adfe823f5ef44768adcc8003b8ba7c5
-SIZE (armagetronad-0.2.8.3.2.src.tar.bz2) = 1841407
+SHA256 (armagetronad-0.2.8.3.3.src.tar.bz2) = ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8
+SIZE (armagetronad-0.2.8.3.3.src.tar.bz2) = 1857868


More information about the svn-ports-all mailing list