Date: Mon, 26 May 2014 20:17:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355442 - head/net/librsync Message-ID: <201405262017.s4QKH3e1046999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405262017.s4QKH3e1046999>