diff options
author | martymac <martymac@FreeBSD.org> | 2013-04-17 15:08:08 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-04-17 15:08:08 +0800 |
commit | 0acc358d2e22e47a1e18248edc39aed4f87f64c4 (patch) | |
tree | 6093b03519e744661ba77ede90c4ce917c15916b /games | |
parent | 950dc86eb316b38f01a7cd2783237c3066360787 (diff) | |
download | freebsd-ports-gnome-0acc358d2e22e47a1e18248edc39aed4f87f64c4.tar.gz freebsd-ports-gnome-0acc358d2e22e47a1e18248edc39aed4f87f64c4.tar.zst freebsd-ports-gnome-0acc358d2e22e47a1e18248edc39aed4f87f64c4.zip |
- Update to 20120819
- Use new header format in Makefile
- Use NO_WRKSUBDIR instead of redefining WRKSRC manually
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/openjazz/Makefile | 13 | ||||
-rw-r--r-- | games/openjazz/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile index feea7dcd7236..1a193697ba2d 100644 --- a/games/openjazz/Makefile +++ b/games/openjazz/Makefile @@ -1,24 +1,19 @@ -# New ports collection makefile for: openjazz -# Date created: 01 Apr 2008 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> -# +# Created by: Ganael Laplanche <ganael.laplanche@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@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 diff --git a/games/openjazz/distinfo b/games/openjazz/distinfo index c97460a709f2..1c6b70cbcddc 100644 --- a/games/openjazz/distinfo +++ b/games/openjazz/distinfo @@ -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 |