pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/librsync
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 1 16:16:55 UTC 2016
Modified Files:
pkgsrc/net/librsync: Makefile PLIST distinfo
Log Message:
Updated librsync to 2.0.0.
Note: despite the major version bump, this release has few changes
and should be binary and API compatible with the previous version.
* Bump librsync version number to 2.0, to match the library
soname/dylib version. (Martin Pool, #48)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/librsync/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/librsync/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/librsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/librsync/Makefile
diff -u pkgsrc/net/librsync/Makefile:1.2 pkgsrc/net/librsync/Makefile:1.3
--- pkgsrc/net/librsync/Makefile:1.2 Sat Jul 9 06:38:43 2016
+++ pkgsrc/net/librsync/Makefile Thu Sep 1 16:16:55 2016
@@ -1,25 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/01 16:16:55 wiz Exp $
-DISTNAME= librsync-1.0.1
-PKGREVISION= 1
+DISTNAME= librsync-2.0.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=librsync/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://librsync.sourcefrog.net/
COMMENT= rsync-like rolling checksum library
-
-GITHUB_TAG= f32ed26d02b4d59aa0db215fb58c7a2536d19cb9
-
LICENSE= gnu-lgpl-v2.1
-USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake libtoolize perl
-
-GNU_CONFIGURE= yes
-
-pre-configure:
- cd ${WRKSRC} && ./autogen.sh
+USE_CMAKE= yes
+USE_TOOLS+= perl
+USE_LANGUAGES= c c++
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/librsync/PLIST
diff -u pkgsrc/net/librsync/PLIST:1.1 pkgsrc/net/librsync/PLIST:1.2
--- pkgsrc/net/librsync/PLIST:1.1 Sat Sep 12 22:54:01 2015
+++ pkgsrc/net/librsync/PLIST Thu Sep 1 16:16:55 2016
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2015/09/12 22:54:01 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/09/01 16:16:55 wiz Exp $
bin/rdiff
include/librsync-config.h
include/librsync.h
-lib/librsync.la
-man/man1/rdiff.1
-man/man3/librsync.3
+lib/librsync.so
+lib/librsync.so.2
+lib/librsync.so.2.0.0
Index: pkgsrc/net/librsync/distinfo
diff -u pkgsrc/net/librsync/distinfo:1.3 pkgsrc/net/librsync/distinfo:1.4
--- pkgsrc/net/librsync/distinfo:1.3 Wed Nov 4 00:35:09 2015
+++ pkgsrc/net/librsync/distinfo Thu Sep 1 16:16:55 2016
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:09 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/09/01 16:16:55 wiz Exp $
-SHA1 (librsync-1.0.1-f32ed26d02b4d59aa0db215fb58c7a2536d19cb9.tar.gz) = 72ba18f73df99ca77335d0952bad3e0ca8f53e34
-RMD160 (librsync-1.0.1-f32ed26d02b4d59aa0db215fb58c7a2536d19cb9.tar.gz) = d027e202518252fd64ec11a0a21122ded262718a
-SHA512 (librsync-1.0.1-f32ed26d02b4d59aa0db215fb58c7a2536d19cb9.tar.gz) =
ff07d4472f7aadbfa59161c946c36bffc51a2fd605c4b1e06ccc895e35d3ecd283bdd1044eb9340e3a0d3035fae3bdada1ba0c6c56b56c983ee55a950dc5de79
-Size (librsync-1.0.1-f32ed26d02b4d59aa0db215fb58c7a2536d19cb9.tar.gz) = 140956 bytes
-SHA1 (patch-Makefile.am) = 196443871ed3795e62267e0a5399010d1031a584
-SHA1 (patch-delta.c) = e0025f414fe4b5b32dea17be033f7e2c1978f3f1
+SHA1 (librsync-2.0.0.tar.gz) = c24a623bba5f9eae48bd3b6cb99ee43d2a40b8c6
+RMD160 (librsync-2.0.0.tar.gz) = f44284c0d33b9fb6a9b8c107169549cf2d121273
+SHA512 (librsync-2.0.0.tar.gz) = 1a88dcc3aa60949e058c57eb0df3e0086823c493de40fed927246f5aada6274db57202074456a0ce5d9aa8b81b41836b0d6221ded6a75d43829572584177e8c0
+Size (librsync-2.0.0.tar.gz) = 155049 bytes
Home |
Main Index |
Thread Index |
Old Index