Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 22:03:01 +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: r360278 - head/games/adgali
Message-ID:  <201407022203.s62M318G019977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul  2 22:03:01 2014
New Revision: 360278
URL: http://svnweb.freebsd.org/changeset/ports/360278
QAT: https://qat.redports.org/buildarchive/r360278/

Log:
  - Switch to USES=libtool, drop .la files
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/games/adgali/Makefile
  head/games/adgali/pkg-plist

Modified: head/games/adgali/Makefile
==============================================================================
--- head/games/adgali/Makefile	Wed Jul  2 22:01:14 2014	(r360277)
+++ head/games/adgali/Makefile	Wed Jul  2 22:03:01 2014	(r360278)
@@ -3,7 +3,7 @@
 
 PORTNAME=	adgali
 PORTVERSION=	0.2.4
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games devel
 MASTER_SITES=	http://adgali.apiou.org/download/
 
@@ -20,9 +20,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 LIB_DEPENDS+=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 .endif
 
-USES=		gmake
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
+USES=		gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
 USE_SDL=	sdl
 USE_XORG=	xpm

Modified: head/games/adgali/pkg-plist
==============================================================================
--- head/games/adgali/pkg-plist	Wed Jul  2 22:01:14 2014	(r360277)
+++ head/games/adgali/pkg-plist	Wed Jul  2 22:03:01 2014	(r360278)
@@ -7,10 +7,9 @@ include/agl_gui.h
 include/agl_ios.h
 include/agl_object.h
 include/agl_video.h
-lib/libadgali-0.2.so
 lib/libadgali-0.2.so.0
+lib/libadgali-0.2.so.0.0.4
 lib/libadgali.a
-lib/libadgali.la
 lib/libadgali.so
 share/aclocal/adgali.m4
 %%PORTDOCS%%%%DOCSDIR%%/adgali025.png



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