Date: Thu, 21 Aug 2014 09:36:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365539 - head/devel/libassa Message-ID: <201408210936.s7L9aj1E064106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 21 09:36:45 2014 New Revision: 365539 URL: http://svnweb.freebsd.org/changeset/ports/365539 QAT: https://qat.redports.org/buildarchive/r365539/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libassa/Makefile head/devel/libassa/pkg-plist Modified: head/devel/libassa/Makefile ============================================================================== --- head/devel/libassa/Makefile Thu Aug 21 09:36:17 2014 (r365538) +++ head/devel/libassa/Makefile Thu Aug 21 09:36:45 2014 (r365539) @@ -3,7 +3,7 @@ PORTNAME= libassa PORTVERSION= 3.4.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.4.2 DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([[:digit:]])$/-\1/} @@ -12,7 +12,7 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= C++ networking library and application framework GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes PLIST_SUB= ASSA_VERSION=${PORTVERSION:R:R} Modified: head/devel/libassa/pkg-plist ============================================================================== --- head/devel/libassa/pkg-plist Thu Aug 21 09:36:17 2014 (r365538) +++ head/devel/libassa/pkg-plist Thu Aug 21 09:36:45 2014 (r365539) @@ -58,9 +58,9 @@ include/assa-%%ASSA_VERSION%%/assa/UnCon include/assa-%%ASSA_VERSION%%/assa/XDRHack.h include/assa-%%ASSA_VERSION%%/assa/xdrIOBuffer.h lib/libassa-%%ASSA_VERSION%%.a -lib/libassa-%%ASSA_VERSION%%.la lib/libassa-%%ASSA_VERSION%%.so -lib/libassa-%%ASSA_VERSION%%.so.4 +lib/libassa-%%ASSA_VERSION%%.so.0 +lib/libassa-%%ASSA_VERSION%%.so.0.4.2 libdata/pkgconfig/assa-%%ASSA_VERSION%%.pc man/man1/assa-genesis.1.gz @dirrm include/assa-%%ASSA_VERSION%%/assa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408210936.s7L9aj1E064106>