Created attachment 184524 [details] The Patch BTSync/BitTorrent Sync is now called Resilio Sync and the command name is rslsync. I've added DIST_SUBDIR to avoid filename clash in the distfiles directory.
Awesome, I have been meaning to do this! I'll try applying and testing your patch by this weekend. Did you forget to include rslsync.in, pkg-message, and pkg-desc? Also, I am thinking we should get rid of all the %%PORTNAME%% references. I thought it was a good idea when I first submitted this port, but I am thinking now it just makes things less human readable with no benefit. Thanks, Josh R
Created attachment 184558 [details] The Patch generated with --patch-compatible Hmm, I think I'm no longer good at svn. I've regenerated a diff with --patch-compatible.
Reporter is committer, assign accordingly, pending ports (port committer) approval if necessary
Created attachment 184843 [details] rslsync patch I made some changes to the migration you submitted. Including... * $WRKSRC/temp hack is no longer needed * create config before install so it will be included in packages * Remove instances of $PORTNAME that make things more difficult to read without adding any benefit * update pkg-desc
Kubilay or Mark, if you have a chance could you review and comment on the diff I submitted? I believe it should be ready for commit, but am open to feedback. Thanks, Josh
@Akinori can you review the patch I submitted? We need someone who can commit the changes to review/approve them.
Is there anything I could do in order to get this reviewed and committed?
A commit references this bug: Author: knu Date: Mon May 14 02:55:54 UTC 2018 New revision: 469847 URL: https://svnweb.freebsd.org/changeset/ports/469847 Log: Rename btsync to rslsync and update it to 2.5.12 PR: 220871 Submitted by: knu, joshruehlig@gmail.com (MAINTAINER) Changes: head/GIDs head/MOVED head/UIDs head/net-p2p/Makefile head/net-p2p/btsync/ head/net-p2p/rslsync/ head/net-p2p/rslsync/Makefile head/net-p2p/rslsync/distinfo head/net-p2p/rslsync/files/btsync.in head/net-p2p/rslsync/files/pkg-message.in head/net-p2p/rslsync/files/rslsync.in head/net-p2p/rslsync/pkg-descr head/net-p2p/rslsync/pkg-plist
Sorry for the long delay! I'm finally taking the time and get this committed. Thank you for your patience! By the way, would you mind if I added this utility target for ease of future updates? > maintainer-makesum: > for arch in ${ONLY_FOR_ARCHS}; do ${MAKE} DISTINFO_FILE=/dev/stdout ARCH=$$arch makesum; done | awk '$$1 != "TIMESTAMP" || NR == 1' > ${DISTINFO_FILE}
Thanks for committing this and updating it to the latest version! I haven't looked at this in a while, since I don't personally use Resilio Sync, but when I have the chance can look into implementing 'maintainer-makesum'. Or if someone who actually uses Resilio Sync wants to take over maintainership that could work too. =]
Something is wrong with the package building server; I keep getting pkg-fallout emails. Look like it is trying to fetch the wrong URL. It is duplicating the DISTNAME. => Attempting to fetch https://download-cdn.resilio.com/2.5.12/FreeBSD-x64/resilio-sync_freebsd_x64.tar.gz resilio-sync_freebsd_x64.tar.gz 0 B 0 Bps ===> Fetching all distfiles required by rslsync-2.5.12 for building
@Akinori MUSHA I think your "maintainer-makesum" works great and agree it should be added to the Makefile.
A commit references this bug: Author: osa Date: Mon Dec 28 10:14:49 UTC 2020 New revision: 559454 URL: https://svnweb.freebsd.org/changeset/ports/559454 Log: Fix PROPFIND fail with 500 on simlinks to non exist file/dir when nginx compiled with the third-party http_dav_ext module. Bump PORTREVISION. PR: 220871 Changes: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/files/extra-patch-ngx_http_dav_ext_module.c
A commit references this bug: Author: joneum Date: Tue Dec 29 22:33:42 UTC 2020 New revision: 559626 URL: https://svnweb.freebsd.org/changeset/ports/559626 Log: merge r559454 from www/nginx-devel: Fix PROPFIND fail with 500 on simlinks to non exist file/dir when nginx compiled with the third-party http_dav_ext module. PR: 220871 Sponsored by: Netzkommune GmbH Changes: head/www/nginx/Makefile head/www/nginx/Makefile.extmod head/www/nginx/files/extra-patch-ngx_http_dav_ext_module.c