svn commit: r355442 - head/net/librsync

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 26 20:17:04 UTC 2014


Author: amdmi3
Date: Mon May 26 20:17:03 2014
New Revision: 355442
URL: http://svnweb.freebsd.org/changeset/ports/355442
QAT: https://qat.redports.org/buildarchive/r355442/

Log:
  - Switch to USES=libtool, drop .la file
  - Strip library
  - Use new LIB_DEPENDS syntax

Modified:
  head/net/librsync/Makefile
  head/net/librsync/pkg-plist

Modified: head/net/librsync/Makefile
==============================================================================
--- head/net/librsync/Makefile	Mon May 26 19:57:28 2014	(r355441)
+++ head/net/librsync/Makefile	Mon May 26 20:17:03 2014	(r355442)
@@ -3,22 +3,22 @@
 
 PORTNAME=	librsync
 PORTVERSION=	0.9.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for delta compression of streams
 
-LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
-USE_AUTOTOOLS=	libtool
-USES=		gmake
+USES=		gmake libtool
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-shared --disable-trace
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/net/librsync/pkg-plist
==============================================================================
--- head/net/librsync/pkg-plist	Mon May 26 19:57:28 2014	(r355441)
+++ head/net/librsync/pkg-plist	Mon May 26 20:17:03 2014	(r355442)
@@ -2,8 +2,8 @@ bin/rdiff
 include/librsync.h
 include/librsync-config.h
 lib/librsync.a
-lib/librsync.la
 lib/librsync.so
 lib/librsync.so.1
+lib/librsync.so.1.0.2
 man/man1/rdiff.1.gz
 man/man3/librsync.3.gz


More information about the svn-ports-all mailing list