From 89094c9afdb86760963963475ee4c1daa84558ff Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 14 Sep 2001 06:11:35 +0000 Subject: upgrade to 0.9.5 drop maintainership --- net/librsync/Makefile | 8 +++++--- net/librsync/distinfo | 2 +- net/librsync/pkg-descr | 2 ++ net/librsync/pkg-plist | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) (limited to 'net/librsync') diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 6ab45d75243b..a6c6a85e9cab 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -7,12 +7,12 @@ # PORTNAME= librsync -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rproxy -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt .if !exists(/usr/bin/bzip2) @@ -25,10 +25,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CONFIGURE_ARGS= --enable-shared --disable-trace USE_GMAKE= yes - INSTALLS_SHLIB= yes MAN1= rdiff.1 MAN3= librsync.3 +pre-build: + @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} + .include diff --git a/net/librsync/distinfo b/net/librsync/distinfo index 792819212c8c..c3a000dc29d3 100644 --- a/net/librsync/distinfo +++ b/net/librsync/distinfo @@ -1 +1 @@ -MD5 (librsync-0.9.3.tar.gz) = 1030e87ad7fd29796423ad6c511e9520 +MD5 (librsync-0.9.5.tar.gz) = df1c35520e4b0bf9d6d7ac813ba86a14 diff --git a/net/librsync/pkg-descr b/net/librsync/pkg-descr index ba1256a93fd5..fc5fed29a4ed 100644 --- a/net/librsync/pkg-descr +++ b/net/librsync/pkg-descr @@ -4,3 +4,5 @@ programs, but specialized for transfer of arbitrary-length octet streams. Unlike most diff programs, librsync does not require access to both of the files on the same machine, but rather only a short ``signature'' of the old file and the complete contents of the new file. + +WWW: http://rproxy.samba.org/ diff --git a/net/librsync/pkg-plist b/net/librsync/pkg-plist index 4be1fc74746d..9ce7bd2185c4 100644 --- a/net/librsync/pkg-plist +++ b/net/librsync/pkg-plist @@ -1,5 +1,6 @@ bin/rdiff include/rsync.h lib/librsync.a +lib/librsync.la lib/librsync.so lib/librsync.so.1 -- cgit v1.2.3