From owner-svn-ports-head@FreeBSD.ORG Mon Aug 4 15:28:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 542D23C9 for ; Mon, 4 Aug 2014 15:28:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29A612F40 for ; Mon, 4 Aug 2014 15:28:19 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 5ff0 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 04 Aug 2014 15:28:18 +0000 From: Dmitry Marakasov Date: Mon, 4 Aug 2014 15:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364019 - head/games/poker-eval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53dfa693.5ff0.1c2f6b89@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 15:28:19 -0000 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