svn commit: r361407 - head/net/openslp

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 9 19:35:04 UTC 2014


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 at 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


More information about the svn-ports-all mailing list