aboutsummaryrefslogtreecommitdiff
path: root/net/librsync
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-26 20:17:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-26 20:17:03 +0000
commit8dc039df69aed61c7c54bca851d95b34c899a579 (patch)
treebc1a6e5c88fab90c7ab373eda365638ba3d76034 /net/librsync
parent807c41ecdac6e26f5801590cb6aae448baad9e29 (diff)
downloadports-8dc039df69aed61c7c54bca851d95b34c899a579.tar.gz
ports-8dc039df69aed61c7c54bca851d95b34c899a579.zip
- Switch to USES=libtool, drop .la file
- Strip library - Use new LIB_DEPENDS syntax
Notes
Notes: svn path=/head/; revision=355442
Diffstat (limited to 'net/librsync')
-rw-r--r--net/librsync/Makefile8
-rw-r--r--net/librsync/pkg-plist2
2 files changed, 5 insertions, 5 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 434e8a2ff40b..5b417482a439 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -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>
diff --git a/net/librsync/pkg-plist b/net/librsync/pkg-plist
index 630d42c6cbab..e1c8c7505d87 100644
--- a/net/librsync/pkg-plist
+++ b/net/librsync/pkg-plist
@@ -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