Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 22:24:48 +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: r358058 - in head: devel/guichan games/diameter games/py-fife
Message-ID:  <201406162224.s5GMOmXS065384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 16 22:24:47 2014
New Revision: 358058
URL: http://svnweb.freebsd.org/changeset/ports/358058
QAT: https://qat.redports.org/buildarchive/r358058/

Log:
  - Switch devel/guichan to libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/devel/guichan/Makefile
  head/devel/guichan/pkg-plist
  head/games/diameter/Makefile
  head/games/py-fife/Makefile

Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile	Mon Jun 16 22:21:34 2014	(r358057)
+++ head/devel/guichan/Makefile	Mon Jun 16 22:24:47 2014	(r358058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guichan
 PORTVERSION=	0.8.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel games
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -12,10 +12,9 @@ COMMENT=	Small, efficient C++ GUI librar
 
 LICENSE=	BSD3CLAUSE
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake pathfix
+USES=		gmake pathfix libtool
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/devel/guichan/pkg-plist
==============================================================================
--- head/devel/guichan/pkg-plist	Mon Jun 16 22:21:34 2014	(r358057)
+++ head/devel/guichan/pkg-plist	Mon Jun 16 22:24:47 2014	(r358058)
@@ -68,23 +68,23 @@ include/guichan/widgets/window.hpp
 %%SDL%%include/guichan/sdl/sdlinput.hpp
 %%SDL%%include/guichan/sdl/sdlpixel.hpp
 lib/libguichan.a
-lib/libguichan.la
-lib/libguichan.so.2
 lib/libguichan.so
+lib/libguichan.so.1
+lib/libguichan.so.1.1.0
 libdata/pkgconfig/guichan-0.8.pc
 %%ALLEGRO%%lib/libguichan_allegro.a
-%%ALLEGRO%%lib/libguichan_allegro.la
 %%ALLEGRO%%lib/libguichan_allegro.so
-%%ALLEGRO%%lib/libguichan_allegro.so.2
+%%ALLEGRO%%lib/libguichan_allegro.so.1
+%%ALLEGRO%%lib/libguichan_allegro.so.1.1.0
 %%GL%%lib/libguichan_opengl.a
-%%GL%%lib/libguichan_opengl.la
 %%GL%%lib/libguichan_opengl.so
-%%GL%%lib/libguichan_opengl.so.2
+%%GL%%lib/libguichan_opengl.so.1
+%%GL%%lib/libguichan_opengl.so.1.1.0
 %%GL%%libdata/pkgconfig/guichan_opengl-0.8.pc
 %%SDL%%lib/libguichan_sdl.a
-%%SDL%%lib/libguichan_sdl.la
 %%SDL%%lib/libguichan_sdl.so
-%%SDL%%lib/libguichan_sdl.so.2
+%%SDL%%lib/libguichan_sdl.so.1
+%%SDL%%lib/libguichan_sdl.so.1.1.0
 %%SDL%%libdata/pkgconfig/guichan_sdl-0.8.pc
 %%ALLEGRO%%@dirrm include/guichan/allegro
 %%GL%%@dirrm include/guichan/opengl

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Mon Jun 16 22:21:34 2014	(r358057)
+++ head/games/diameter/Makefile	Mon Jun 16 22:24:47 2014	(r358058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	diameter
 PORTVERSION=	0.4.0.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	SF/game${PORTNAME}/game${PORTNAME}/${PORTNAME}-0.4.0
 

Modified: head/games/py-fife/Makefile
==============================================================================
--- head/games/py-fife/Makefile	Mon Jun 16 22:21:34 2014	(r358057)
+++ head/games/py-fife/Makefile	Mon Jun 16 22:24:47 2014	(r358058)
@@ -3,7 +3,7 @@
 
 PORTNAME=		fife
 PORTVERSION=		0.3.5
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		games
 MASTER_SITES=		http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \
 			http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406162224.s5GMOmXS065384>