svn commit: r364019 - head/games/poker-eval

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 4 15:28:19 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	games at 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


More information about the svn-ports-head mailing list