svn commit: r375124 - head/math/yacas
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 20 20:09:08 UTC 2014
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 <bsd.port.options.mk>
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
More information about the svn-ports-all
mailing list