svn commit: r366939 - head/devel/libsigc++20
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 1 19:35:36 UTC 2014
Author: tijl
Date: Mon Sep 1 19:35:35 2014
New Revision: 366939
URL: http://svnweb.freebsd.org/changeset/ports/366939
QAT: https://qat.redports.org/buildarchive/r366939/
Log:
Convert to USES=libtool and add INSTALL_TARGET=install-strip
Modified:
head/devel/libsigc++20/Makefile
head/devel/libsigc++20/pkg-plist
Modified: head/devel/libsigc++20/Makefile
==============================================================================
--- head/devel/libsigc++20/Makefile Mon Sep 1 19:34:02 2014 (r366938)
+++ head/devel/libsigc++20/Makefile Mon Sep 1 19:35:35 2014 (r366939)
@@ -4,6 +4,7 @@
PORTNAME= libsigc++
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
@@ -12,12 +13,11 @@ COMMENT= Callback Framework for C++
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= gmake libtool pathfix perl5 tar:xz
USE_PERL5= build
-LATEST_LINK= libsigc++20
USE_LDCONFIG= yes
-USES= gmake pathfix perl5 tar:xz
-GNU_CONFIGURE= yes
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
Modified: head/devel/libsigc++20/pkg-plist
==============================================================================
--- head/devel/libsigc++20/pkg-plist Mon Sep 1 19:34:02 2014 (r366938)
+++ head/devel/libsigc++20/pkg-plist Mon Sep 1 19:35:35 2014 (r366939)
@@ -39,10 +39,9 @@ include/sigc++-%%API_VERSION%%/sigc++/sl
include/sigc++-%%API_VERSION%%/sigc++/trackable.h
include/sigc++-%%API_VERSION%%/sigc++/type_traits.h
include/sigc++-%%API_VERSION%%/sigc++/visit_each.h
-lib/libsigc-%%VERSION%%.a
-lib/libsigc-%%VERSION%%.la
lib/libsigc-%%VERSION%%.so
lib/libsigc-%%VERSION%%.so.0
+lib/libsigc-%%VERSION%%.so.0.0.0
lib/sigc++-%%API_VERSION%%/include/sigc++config.h
libdata/pkgconfig/sigc++-%%API_VERSION%%.pc
%%PORTDOCS%%share/devhelp/books/libsigc++-%%API_VERSION%%/libsigc++-%%API_VERSION%%.devhelp2
More information about the svn-ports-all
mailing list