From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 19:35:04 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 AB9C6B91; Wed, 9 Jul 2014 19:35:04 +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 98A8F21A0; Wed, 9 Jul 2014 19:35:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69JZ4DB078170; Wed, 9 Jul 2014 19:35:04 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69JZ44v078166; Wed, 9 Jul 2014 19:35:04 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407091935.s69JZ44v078166@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 9 Jul 2014 19:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361407 - head/net/openslp 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: Wed, 09 Jul 2014 19:35:04 -0000 Author: tijl Date: Wed Jul 9 19:35:03 2014 New Revision: 361407 URL: http://svnweb.freebsd.org/changeset/ports/361407 QAT: https://qat.redports.org/buildarchive/r361407/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip Modified: head/net/openslp/Makefile head/net/openslp/pkg-plist Modified: head/net/openslp/Makefile ============================================================================== --- head/net/openslp/Makefile Wed Jul 9 19:31:58 2014 (r361406) +++ head/net/openslp/Makefile Wed Jul 9 19:35:03 2014 (r361407) @@ -3,15 +3,16 @@ PORTNAME= openslp PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/OpenSLP/${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= Open-source implementation of the Service Location Protocol -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ Modified: head/net/openslp/pkg-plist ============================================================================== --- head/net/openslp/pkg-plist Wed Jul 9 19:31:58 2014 (r361406) +++ head/net/openslp/pkg-plist Wed Jul 9 19:35:03 2014 (r361407) @@ -11,9 +11,9 @@ etc/openslp/slp.spi.default @dirrm etc/openslp include/slp.h lib/libslp.a -lib/libslp.la lib/libslp.so lib/libslp.so.1 +lib/libslp.so.1.0.1 sbin/slpd %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1766.txt %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2165.txt