From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 13:15:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15261448; Thu, 10 Jul 2014 13:15:23 +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 DCE2B29C3; Thu, 10 Jul 2014 13:15: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 s6ADFMbW084486; Thu, 10 Jul 2014 13:15:22 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6ADFM6J084481; Thu, 10 Jul 2014 13:15:22 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407101315.s6ADFM6J084481@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 10 Jul 2014 13:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361450 - in head: net-mgmt/collectd net-mgmt/collectd5 net/librouteros 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: Thu, 10 Jul 2014 13:15:23 -0000 Author: tijl Date: Thu Jul 10 13:15:21 2014 New Revision: 361450 URL: http://svnweb.freebsd.org/changeset/ports/361450 QAT: https://qat.redports.org/buildarchive/r361450/ Log: - Convert net/librouteros to USES=libtool and bump dependent ports - USES=tar:bzip2 - Add INSTALL_TARGET=install-strip Modified: head/net-mgmt/collectd/Makefile head/net-mgmt/collectd5/Makefile head/net/librouteros/Makefile head/net/librouteros/pkg-plist Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Thu Jul 10 13:05:53 2014 (r361449) +++ head/net-mgmt/collectd/Makefile Thu Jul 10 13:15:21 2014 (r361450) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Thu Jul 10 13:05:53 2014 (r361449) +++ head/net-mgmt/collectd5/Makefile Thu Jul 10 13:15:21 2014 (r361450) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 Modified: head/net/librouteros/Makefile ============================================================================== --- head/net/librouteros/Makefile Thu Jul 10 13:05:53 2014 (r361449) +++ head/net/librouteros/Makefile Thu Jul 10 13:15:21 2014 (r361450) @@ -3,7 +3,7 @@ PORTNAME= librouteros PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://verplant.org/librouteros/files/ @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USE_BZIP2= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool tar:bzip2 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib @@ -26,12 +27,8 @@ PORTDOCS= AUTHORS COPYING ChangeLog INST OPTIONS_DEFINE= DOCS -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/net/librouteros/pkg-plist ============================================================================== --- head/net/librouteros/pkg-plist Thu Jul 10 13:05:53 2014 (r361449) +++ head/net/librouteros/pkg-plist Thu Jul 10 13:15:21 2014 (r361450) @@ -1,9 +1,9 @@ bin/ros include/routeros_version.h include/routeros_api.h -lib/librouteros.so.2 -lib/librouteros.so -lib/librouteros.la lib/librouteros.a +lib/librouteros.so +lib/librouteros.so.0 +lib/librouteros.so.0.2.2 man/man1/ros.1.gz man/man3/librouteros.3.gz