From owner-svn-ports-all@FreeBSD.ORG Sat Dec 20 20:09:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 507CADD9; Sat, 20 Dec 2014 20:09:08 +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 3CA782FF5; Sat, 20 Dec 2014 20:09:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKK98EA028545; Sat, 20 Dec 2014 20:09:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKK97ht028541; Sat, 20 Dec 2014 20:09:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412202009.sBKK97ht028541@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 20 Dec 2014 20:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375124 - head/math/yacas 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-1 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: Sat, 20 Dec 2014 20:09:08 -0000 Author: antoine Date: Sat Dec 20 20:09:06 2014 New Revision: 375124 URL: https://svnweb.freebsd.org/changeset/ports/375124 QAT: https://qat.redports.org/buildarchive/r375124/ Log: Convert to USES=libtool Modified: head/math/yacas/Makefile head/math/yacas/pkg-plist Modified: head/math/yacas/Makefile ============================================================================== --- head/math/yacas/Makefile Sat Dec 20 20:01:26 2014 (r375123) +++ head/math/yacas/Makefile Sat Dec 20 20:09:06 2014 (r375124) @@ -3,6 +3,7 @@ PORTNAME= yacas PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}/ @@ -15,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes +USES= libtool +INSTALL_TARGET= install-strip .include Modified: head/math/yacas/pkg-plist ============================================================================== --- head/math/yacas/pkg-plist Sat Dec 20 20:01:26 2014 (r375123) +++ head/math/yacas/pkg-plist Sat Dec 20 20:09:06 2014 (r375124) @@ -56,9 +56,9 @@ include/yacas/yacas_version.h include/yacas/yacasbase.h include/yacas/yacasprivate.h lib/libyacas.a -lib/libyacas.la lib/libyacas.so lib/libyacas.so.1 +lib/libyacas.so.1.0.0 %%DATADIR%%/documentation/hints %%DATADIR%%/manmake/book2TeX.sh %%DATADIR%%/manmake/book2TeX.ys