CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2022/05/22 18:24:58

Modified files:
        net/rsync      : Makefile distinfo 
        net/rsync/patches: patch-support_rrsync 
        net/rsync/pkg  : PLIST 
Added files:
        net/rsync/patches: patch-rsync_1_md patch-rsyncd_conf_5_md 
Removed files:
        net/rsync/patches: patch-compat_c patch-configure_sh 
                           patch-receiver_c patch-rsync_1 
                           patch-rsyncd_conf_5 

Log message:
update net/rsync 3.2.4

NEWS: https://download.samba.org/pub/rsync/NEWS#3.2.4

originally from tj@ with tweaks by me:
- --with-nobody-user=_rsync
- remove compat.c (fixed)
- remove configure.sh (use --with-nobody-user=_rsync instead)
- remove receiver.c (upstreamed)
- rrsync patch: churn and moves from perl to python3
- --with-rrsync and brings in python as BUILD_DEPENDS (not RUN_DEPENDS)
and textproc/py-commonmark, needed to run
${WRKSRC}/md-convert. md-convert converts rsync.1.md --> rsync.1, so
remove patches for man pages and patch markdown files instead.
- When patching markdown files, mainly keep these two changes:
/usr/bin --> ${PREFIX}/bin and nobody --> _rsync.
- remove rsyncd.conf.5 from ${SUBST_CMD}
- --enable-md5-asm only on amd64, as configure check fails on other
platforms (from naddy@ to retain
checking whether to enable MD5 ASM optimizations... yes (x86_64))

feedback from tj@ espie@ sthen@ naddy@
ok sthen@

Reply via email to