From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 14:50:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEEBE3AD; Tue, 8 Jul 2014 14:50:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC4CA2B8E; Tue, 8 Jul 2014 14:50:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68EoM6v015545; Tue, 8 Jul 2014 14:50:22 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68EoMAo015543; Tue, 8 Jul 2014 14:50:22 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407081450.s68EoMAo015543@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 8 Jul 2014 14:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361254 - in head/science/ghmm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 14:50:22 -0000 Author: tijl Date: Tue Jul 8 14:50:22 2014 New Revision: 361254 URL: http://svnweb.freebsd.org/changeset/ports/361254 QAT: https://qat.redports.org/buildarchive/r361254/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip Deleted: head/science/ghmm/files/ Modified: head/science/ghmm/Makefile head/science/ghmm/pkg-plist Modified: head/science/ghmm/Makefile ============================================================================== --- head/science/ghmm/Makefile Tue Jul 8 14:49:34 2014 (r361253) +++ head/science/ghmm/Makefile Tue Jul 8 14:50:22 2014 (r361254) @@ -3,14 +3,16 @@ PORTNAME= ghmm PORTVERSION= 0.7.0b +PORTREVISION= 1 CATEGORIES= science math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= General Hidden Markov Model Library in C -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0 Modified: head/science/ghmm/pkg-plist ============================================================================== --- head/science/ghmm/pkg-plist Tue Jul 8 14:49:34 2014 (r361253) +++ head/science/ghmm/pkg-plist Tue Jul 8 14:50:22 2014 (r361254) @@ -38,10 +38,10 @@ include/ghmm/rng.h include/ghmm/mes.h include/ghmm/randvar.h include/ghmm/internal.h -lib/libghmm.so.0 -lib/libghmm.so -lib/libghmm.la lib/libghmm.a +lib/libghmm.so +lib/libghmm.so.0 +lib/libghmm.so.0.0.7 %%DATADIR%%/PHI_001_20.dat @dirrmtry %%DATADIR%% @dirrmtry include/ghmm