diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-01 13:27:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-01 13:27:08 +0000 |
commit | 547ff04a5686166f4ac6c64ceb26870d4b0722cf (patch) | |
tree | 1183390ebb633e8f71d8d263ad8c77e34e539be3 /games/ioquake3-devel | |
parent | e8d0d5cbbba0bfd92945a23f9df9ebf1f2151bb5 (diff) | |
download | ports-547ff04a5686166f4ac6c64ceb26870d4b0722cf.tar.gz ports-547ff04a5686166f4ac6c64ceb26870d4b0722cf.zip |
games/ioquake3
- Add DESKTOP_ENTRIES if the client is installed
- Get rid of MD5 distinfo
- Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys
games/ioquake3-devel
- Update to SVN snapshot 1803, contains a number of fixes including the PAE
patch by Nerius Landis
- Make the port capable of being a master port
games/openarena
- Update to the latest source release
- Add PAE fix
games/openarena-oax
- Update to the latest release
games/iourbanterror
- Abandon urbanterror provided source for ioquake3 source, because the project
has announced a switch to a closed source licensing model
- Enslave to games/ioquake3-devel
- Change versioning scheme to resemble official version numbers
- Bump portepoch
PR: ports/152637
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=265513
Diffstat (limited to 'games/ioquake3-devel')
-rw-r--r-- | games/ioquake3-devel/Makefile | 20 | ||||
-rw-r--r-- | games/ioquake3-devel/distinfo | 5 |
2 files changed, 12 insertions, 13 deletions
diff --git a/games/ioquake3-devel/Makefile b/games/ioquake3-devel/Makefile index acf84eb6fa90..baab2eb9be16 100644 --- a/games/ioquake3-devel/Makefile +++ b/games/ioquake3-devel/Makefile @@ -5,19 +5,19 @@ # $FreeBSD$ # -PORTNAME= ioquake3-devel -DISTVERSION= 1.36_SVN${SVNREVISION} -PORTREVISION= 0 -MASTER_SITES= ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \ +PORTNAME?= ioquake3-devel +DISTVERSION?= 1.36_SVN${SVNREVISION} +PORTREVISION?= 0 +MASTER_SITES?= ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \ http://deponie.yamagi.org/freebsd/distfiles/ioquake3/ -MAINTAINER= kamikaze@bsdforen.de -COMMENT= Development SVN snapshots of ioquake3 +MAINTAINER?= kamikaze@bsdforen.de +COMMENT?= Development SVN snapshots of ioquake3 -PLIST= ${.CURDIR}/../ioquake3/pkg-plist -PATCHDIR= ${WRKDIR}/freebsd-patchset/ +PLIST?= ${.CURDIR}/../ioquake3/pkg-plist +PATCHDIR?= ${WRKDIR}/freebsd-patchset/ -SVNREVISION= 1784 -BINSUFFIX= -devel +SVNREVISION?= 1803 +BINSUFFIX?= -devel .include "${.CURDIR}/../ioquake3/Makefile" diff --git a/games/ioquake3-devel/distinfo b/games/ioquake3-devel/distinfo index 7a81fff83e22..4cd4fe5cd6e1 100644 --- a/games/ioquake3-devel/distinfo +++ b/games/ioquake3-devel/distinfo @@ -1,3 +1,2 @@ -MD5 (ioquake3-devel-1.36_SVN1784.zip) = 519a106119b64bc388f1c91fd0f51b5b -SHA256 (ioquake3-devel-1.36_SVN1784.zip) = daf0c428fa119e393b2a595709e4655f61fa3d639419368475411f8e636ad905 -SIZE (ioquake3-devel-1.36_SVN1784.zip) = 4930534 +SHA256 (ioquake3-devel-1.36_SVN1803.zip) = 2d73b8f4818c7f82adc2f28308e7a6bdca7f3b5e9db0fbbfa5c34e2569a386da +SIZE (ioquake3-devel-1.36_SVN1803.zip) = 4930935 |