Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 15:28:18 +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: r364019 - head/games/poker-eval
Message-ID:  <53dfa693.5ff0.1c2f6b89@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug  4 15:28:18 2014
New Revision: 364019
URL: http://svnweb.freebsd.org/changeset/ports/364019
QAT: https://qat.redports.org/buildarchive/r364019/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries
  - Pass maintainership to games@

Modified:
  head/games/poker-eval/Makefile
  head/games/poker-eval/pkg-plist

Modified: head/games/poker-eval/Makefile
==============================================================================
--- head/games/poker-eval/Makefile	Mon Aug  4 15:10:41 2014	(r364018)
+++ head/games/poker-eval/Makefile	Mon Aug  4 15:28:18 2014	(r364019)
@@ -3,19 +3,21 @@
 
 PORTNAME=	poker-eval
 PORTVERSION=	0.138
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.gna.org/pokersource/sources/
 DISTNAME=	${PORTNAME}-${PORTVERSION:E}.0
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	games@FreeBSD.org
 COMMENT=	C library to evaluate poker hands
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
+USES=		gmake libtool pkgconfig
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/games/poker-eval/pkg-plist
==============================================================================
--- head/games/poker-eval/pkg-plist	Mon Aug  4 15:10:41 2014	(r364018)
+++ head/games/poker-eval/pkg-plist	Mon Aug  4 15:28:18 2014	(r364019)
@@ -36,9 +36,9 @@ include/poker-eval/rules_joker.h
 include/poker-eval/rules_std.h
 include/poker-eval/rules_undef.h
 lib/libpoker-eval.a
-lib/libpoker-eval.la
 lib/libpoker-eval.so
 lib/libpoker-eval.so.1
+lib/libpoker-eval.so.1.0.0
 libdata/pkgconfig/poker-eval.pc
 @dirrm include/poker-eval/inlines
 @dirrm include/poker-eval



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dfa693.5ff0.1c2f6b89>