Date: Wed, 10 Sep 2014 12:17:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367816 - in head: games/freeciv games/ggz-client-libs games/libggz net/morebalance Message-ID: <201409101217.s8ACHOEO021311@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 10 12:17:23 2014 New Revision: 367816 URL: http://svnweb.freebsd.org/changeset/ports/367816 QAT: https://qat.redports.org/buildarchive/r367816/ Log: - Drop .la files for games/libggz, no dependees require them - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/games/freeciv/Makefile head/games/ggz-client-libs/Makefile head/games/libggz/Makefile head/games/libggz/pkg-plist head/net/morebalance/Makefile Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Wed Sep 10 12:13:06 2014 (r367815) +++ head/games/freeciv/Makefile Wed Sep 10 12:17:23 2014 (r367816) @@ -3,6 +3,7 @@ PORTNAME= freeciv PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} Modified: head/games/ggz-client-libs/Makefile ============================================================================== --- head/games/ggz-client-libs/Makefile Wed Sep 10 12:13:06 2014 (r367815) +++ head/games/ggz-client-libs/Makefile Wed Sep 10 12:17:23 2014 (r367816) @@ -3,7 +3,7 @@ PORTNAME= ggz-client-libs PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= ports@FreeBSD.org Modified: head/games/libggz/Makefile ============================================================================== --- head/games/libggz/Makefile Wed Sep 10 12:13:06 2014 (r367815) +++ head/games/libggz/Makefile Wed Sep 10 12:17:23 2014 (r367816) @@ -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 Libr LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= libtool:oldver pathfix +USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_LDCONFIG= yes Modified: head/games/libggz/pkg-plist ============================================================================== --- head/games/libggz/pkg-plist Wed Sep 10 12:13:06 2014 (r367815) +++ head/games/libggz/pkg-plist Wed Sep 10 12:17:23 2014 (r367816) @@ -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 Modified: head/net/morebalance/Makefile ============================================================================== --- head/net/morebalance/Makefile Wed Sep 10 12:13:06 2014 (r367815) +++ head/net/morebalance/Makefile Wed Sep 10 12:17:23 2014 (r367816) @@ -3,7 +3,7 @@ PORTNAME= morebalance PORTVERSION= 0.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101217.s8ACHOEO021311>