pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/openrsync



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Jan  9 08:26:33 UTC 2023

Modified Files:
        pkgsrc/net/openrsync: Makefile distinfo
Removed Files:
        pkgsrc/net/openrsync/patches: patch-Makefile patch-extern.h
            patch-pledge.c patch-recallocarray.c patch-unveil.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/openrsync/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/openrsync/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/openrsync/patches/patch-Makefile \
    pkgsrc/net/openrsync/patches/patch-extern.h \
    pkgsrc/net/openrsync/patches/patch-pledge.c \
    pkgsrc/net/openrsync/patches/patch-recallocarray.c \
    pkgsrc/net/openrsync/patches/patch-unveil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/openrsync/Makefile
diff -u pkgsrc/net/openrsync/Makefile:1.1 pkgsrc/net/openrsync/Makefile:1.2
--- pkgsrc/net/openrsync/Makefile:1.1   Mon Mar 11 16:27:03 2019
+++ pkgsrc/net/openrsync/Makefile       Mon Jan  9 08:26:32 2023
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.1 2019/03/11 16:27:03 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/09 08:26:32 vins Exp $
 
-GITHUB_PROJECT=        openrsync
-GITHUB_TAG=    f18392f58d1f0bc72917e3ac3a46be74c194688d
-DISTNAME=      openrsync-0.20190221
+DISTNAME=      openrsync-0.20220508
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kristapsdz/}
+GITHUB_TAG=    f50d0f8204ea18306a0c29c6ae850292ea826995
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    vins%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/kristapsdz/openrsync
 COMMENT=       BSD-licensed implementation of rsync
 LICENSE=       isc
 
-WRKSRC=                ${WRKDIR}/openrsync-${GITHUB_TAG}
+HAS_CONFIGURE= yes
 
-INSTALL_MAKE_FLAGS+=   PREFIX=${PREFIX}
-INSTALL_MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ENV+=        CC=${CC:Q}
+CONFIGURE_ENV+=        INSTALL=${INSTALL:Q}
+
+CONFIGURE_ARGS+=       LDFLAGS=${LDFLAGS:Q}
+CONFIGURE_ARGS+=       PREFIX=${PREFIX}
+CONFIGURE_ARGS+=       MANDIR=${PREFIX}/${PKGMANDIR}
 
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index