Mon Jan 9 08:26:33 2023 UTC ()
net/openrsync: update to openrsync-0.20220508

This brings the package in sync with the latest upstream commit.

Patches dropped, since support for (Open)BSD - specific library
functions is now handled by a configure script.

Changes are many, but neither a changelog nor a release tag has been
provided ever since the package was imported.
Refer to the github commit log instead.

Taking maintainership.


(vins)
diff -r1.1 -r1.2 pkgsrc/net/openrsync/Makefile
diff -r1.3 -r1.4 pkgsrc/net/openrsync/distinfo
diff -r1.1 -r0 pkgsrc/net/openrsync/patches/patch-Makefile
diff -r1.1 -r0 pkgsrc/net/openrsync/patches/patch-extern.h
diff -r1.1 -r0 pkgsrc/net/openrsync/patches/patch-pledge.c
diff -r1.1 -r0 pkgsrc/net/openrsync/patches/patch-recallocarray.c
diff -r1.1 -r0 pkgsrc/net/openrsync/patches/patch-unveil.c

cvs diff -r1.1 -r1.2 pkgsrc/net/openrsync/Makefile (expand / switch to unified diff)

--- pkgsrc/net/openrsync/Makefile 2019/03/11 16:27:03 1.1
+++ pkgsrc/net/openrsync/Makefile 2023/01/09 08:26:32 1.2
@@ -1,19 +1,22 @@ @@ -1,19 +1,22 @@
1# $NetBSD: Makefile,v 1.1 2019/03/11 16:27:03 kamil Exp $ 1# $NetBSD: Makefile,v 1.2 2023/01/09 08:26:32 vins Exp $
2 2
3GITHUB_PROJECT= openrsync 3DISTNAME= openrsync-0.20220508
4GITHUB_TAG= f18392f58d1f0bc72917e3ac3a46be74c194688d 
5DISTNAME= openrsync-0.20190221 
6CATEGORIES= net 4CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_GITHUB:=kristapsdz/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=kristapsdz/}
 6GITHUB_TAG= f50d0f8204ea18306a0c29c6ae850292ea826995
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= vins@NetBSD.org
10HOMEPAGE= https://github.com/kristapsdz/openrsync 9HOMEPAGE= https://github.com/kristapsdz/openrsync
11COMMENT= BSD-licensed implementation of rsync 10COMMENT= BSD-licensed implementation of rsync
12LICENSE= isc 11LICENSE= isc
13 12
14WRKSRC= ${WRKDIR}/openrsync-${GITHUB_TAG} 13HAS_CONFIGURE= yes
15 14
16INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX} 15CONFIGURE_ENV+= CC=${CC:Q}
17INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} 16CONFIGURE_ENV+= INSTALL=${INSTALL:Q}
 17
 18CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q}
 19CONFIGURE_ARGS+= PREFIX=${PREFIX}
 20CONFIGURE_ARGS+= MANDIR=${PREFIX}/${PKGMANDIR}
18 21
19.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/net/openrsync/distinfo (expand / switch to unified diff)

--- pkgsrc/net/openrsync/distinfo 2021/10/26 11:06:12 1.3
+++ pkgsrc/net/openrsync/distinfo 2023/01/09 08:26:32 1.4
@@ -1,10 +1,5 @@ @@ -1,10 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 11:06:12 nia Exp $ 1$NetBSD: distinfo,v 1.4 2023/01/09 08:26:32 vins Exp $
2 2
3BLAKE2s (openrsync-0.20190221-f18392f58d1f0bc72917e3ac3a46be74c194688d.tar.gz) = dfc183ce7f3fe2f788f4f334c7dbacf1fce75a6b8b35d216901c043f6499f1d0 3BLAKE2s (openrsync-0.20220508-f50d0f8204ea18306a0c29c6ae850292ea826995.tar.gz) = 875e3490bc3a7e9a84cbf11b6364339d78d54bcc55cb318103460832400b447b
4SHA512 (openrsync-0.20190221-f18392f58d1f0bc72917e3ac3a46be74c194688d.tar.gz) = 4c4a5ddda02e577f812a9832b6afb63104f65f76446037ddb30bf40aa0a269e919e100c7a688b5717ed6a10aa0f7698114e5a77021df2d1deb44b87b9aa36a82 4SHA512 (openrsync-0.20220508-f50d0f8204ea18306a0c29c6ae850292ea826995.tar.gz) = f2fec287d57502e3b478652a7c91c38e295221f936eb089f8ecd9efd69e51e0b9896e6f9d5457195db8d4661faf461c34d2d1547373ba5ddae22a5f7135677e9
5Size (openrsync-0.20190221-f18392f58d1f0bc72917e3ac3a46be74c194688d.tar.gz) = 73171 bytes 5Size (openrsync-0.20220508-f50d0f8204ea18306a0c29c6ae850292ea826995.tar.gz) = 139218 bytes
6SHA1 (patch-Makefile) = ed03f7c75fb958ffa5cb7b046f1871a74711fce0 
7SHA1 (patch-extern.h) = c479848ab9741ad563b715c9f10786b22854766f 
8SHA1 (patch-pledge.c) = 940beb1c5f339221b0252f6fd228fcf848b51042 
9SHA1 (patch-recallocarray.c) = 4ba079d9d368680aff56fc0d4a04fcd6778a3aed 
10SHA1 (patch-unveil.c) = e40ec3d6cd9e2ff032a9704baaa7da9993351fd1 

File Deleted: pkgsrc/net/openrsync/patches/Attic/patch-Makefile

File Deleted: pkgsrc/net/openrsync/patches/Attic/patch-extern.h

File Deleted: pkgsrc/net/openrsync/patches/Attic/patch-pledge.c

File Deleted: pkgsrc/net/openrsync/patches/Attic/patch-recallocarray.c

File Deleted: pkgsrc/net/openrsync/patches/Attic/patch-unveil.c