svn commit: r315937 - head/games/openjazz

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Apr 17 07:08:09 UTC 2013


Author: martymac
Date: Wed Apr 17 07:08:08 2013
New Revision: 315937
URL: http://svnweb.freebsd.org/changeset/ports/315937

Log:
  - Update to 20120819
  - Use new header format in Makefile
  - Use NO_WRKSUBDIR instead of redefining WRKSRC manually
  
  Feature safe:	yes

Modified:
  head/games/openjazz/Makefile
  head/games/openjazz/distinfo   (contents, props changed)

Modified: head/games/openjazz/Makefile
==============================================================================
--- head/games/openjazz/Makefile	Wed Apr 17 07:02:55 2013	(r315936)
+++ head/games/openjazz/Makefile	Wed Apr 17 07:08:08 2013	(r315937)
@@ -1,24 +1,19 @@
-# New ports collection makefile for: openjazz
-# Date created:					01 Apr 2008
-# Whom:							Ganael Laplanche <ganael.laplanche at martymac.org>
-#
+# Created by: Ganael Laplanche <ganael.laplanche at martymac.org>
 # $FreeBSD$
-#
 
 PORTNAME=	openjazz
-PORTVERSION=	20120730
+PORTVERSION=	20120819
 CATEGORIES=	games
 MASTER_SITES=	http://alister.eu/jazz/oj/ \
 		LOCAL/martymac
-DISTNAME=	OpenJazz-src-300712
+DISTNAME=	OpenJazz-src-190812
 
 MAINTAINER=	martymac at FreeBSD.org
 COMMENT=	Free re-implementation of the Jazz Jackrabbit(tm) game engine
 
 LICENSE=	GPLv2
 
-WRKSRC=	${WRKDIR}
-
+NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 USE_GMAKE=	yes
 ALL_TARGET=	OpenJazz

Modified: head/games/openjazz/distinfo
==============================================================================
--- head/games/openjazz/distinfo	Wed Apr 17 07:02:55 2013	(r315936)
+++ head/games/openjazz/distinfo	Wed Apr 17 07:08:08 2013	(r315937)
@@ -1,2 +1,2 @@
-SHA256 (OpenJazz-src-300712.zip) = a3536a668996264b2a44b0a80d1e1e6aa6ecc4c421a4ba99e2008f8c3c540fda
-SIZE (OpenJazz-src-300712.zip) = 215184
+SHA256 (OpenJazz-src-190812.zip) = b8e628c663085ea8eb4ea86b12606ada1f0c005a3bba03aedca41570ec9a9b2a
+SIZE (OpenJazz-src-190812.zip) = 224532


More information about the svn-ports-head mailing list