diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:17:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:17:23 +0000 |
commit | 9f2cd74f43fa31b41c2930d37f71bbfff67f4c8e (patch) | |
tree | 3984321dacbc248c4b4a29ee49ee8b78a9d317f7 /games | |
parent | Add two missing dependencies. (diff) |
- Drop .la files for games/libggz, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 1 | ||||
-rw-r--r-- | games/ggz-client-libs/Makefile | 2 | ||||
-rw-r--r-- | games/libggz/Makefile | 4 | ||||
-rw-r--r-- | games/libggz/pkg-plist | 4 |
4 files changed, 6 insertions, 5 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index bc204498361b..e33a81e93a8b 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -3,6 +3,7 @@ PORTNAME= freeciv PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index 25d8aa29d8d7..e6d6b6997b8c 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -3,7 +3,7 @@ PORTNAME= ggz-client-libs PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/libggz/Makefile b/games/libggz/Makefile index ac12e3fd5e10..ed9019252309 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -3,7 +3,7 @@ PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= The GGZ Gaming Zone - Base Library LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= libtool:oldver pathfix +USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_LDCONFIG= yes diff --git a/games/libggz/pkg-plist b/games/libggz/pkg-plist index b21e8a5f08a9..0134d9775aa6 100644 --- a/games/libggz/pkg-plist +++ b/games/libggz/pkg-plist @@ -2,7 +2,7 @@ include/ggz.h include/ggz_common.h include/ggz_dio.h lib/libggz.a -lib/libggz.la lib/libggz.so -lib/libggz.so.5 +lib/libggz.so.2 +lib/libggz.so.2.3.0 man/man3/ggz.h.3.gz |