diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /games | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) | |
download | ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/capitalism/Makefile | 1 | ||||
-rw-r--r-- | games/ezquake/Makefile | 4 | ||||
-rw-r--r-- | games/ldmud/Makefile | 1 | ||||
-rw-r--r-- | games/mudmagic/Makefile | 4 | ||||
-rw-r--r-- | games/spellathon/Makefile | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/games/capitalism/Makefile b/games/capitalism/Makefile index 8b9ad95fe49e..b4f44aa6a7bd 100644 --- a/games/capitalism/Makefile +++ b/games/capitalism/Makefile @@ -3,6 +3,7 @@ PORTNAME= capitalism PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.linux-ecke.de/Capitalism/packages/0.5/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 33cf4f134252..8b21fb32dc44 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -7,7 +7,7 @@ PORTNAME= ezquake PORTVERSION= 1.9 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}:ezquake \ @@ -23,7 +23,7 @@ COMMENT= Modern QuakeWorld client EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip \ 7z:${PORTSDIR}/archivers/p7zip LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - pcre.1:${PORTSDIR}/devel/pcre \ + pcre.3:${PORTSDIR}/devel/pcre \ png15:${PORTSDIR}/graphics/png USE_DOS2UNIX= *.[ch] Makefile* diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index d3bad27a09e0..5024ebd444c3 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -7,6 +7,7 @@ PORTNAME= ldmud PORTVERSION= 3.3.720 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games net MASTER_SITES= http://www.bearnip.com/ftp/mud/ \ diff --git a/games/mudmagic/Makefile b/games/mudmagic/Makefile index 48d9c7578f56..3e25760e676d 100644 --- a/games/mudmagic/Makefile +++ b/games/mudmagic/Makefile @@ -7,7 +7,7 @@ PORTNAME= mudmagic PORTVERSION= 1.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= http://www.mudmagic.com/mud-client/downloads/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A GTK+ based MUD client LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - pcre.1:${PORTSDIR}/devel/pcre \ + pcre.3:${PORTSDIR}/devel/pcre \ png15:${PORTSDIR}/graphics/png \ expat:${PORTSDIR}/textproc/expat2 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 6a6b2fbd8aef..057d3ce75cb4 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -3,6 +3,7 @@ PORTNAME= spellathon PORTVERSION= 6.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Spellathon%20${PORTVERSION} |