Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 19:35:04 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361407 - head/net/openslp
Message-ID:  <201407091935.s69JZ44v078166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091935.s69JZ44v078166>