Created attachment 194552 [details] Proposed patch (since 448082 revision) The ardoise project was moved from GitHub to GitLab: https://gitlab.com/obnosim/ardoise But I didn't find v3.5 release distfiles there. The previously specified page for WWW: http://kde-look.org/content/show.php/Ardoise?content=165308 tries to redirect to https://store.kde.org site. I found some page on: https://store.kde.org/p/999771/ But no files to download (currently). The search found another site: https://www.gnome-look.org/content/show.php/Ardoise?content=165308 which has files to download, but dynamically generated links, which files also are not accessible directly from my current location. Therefore, I propose to add some mirrors and update WWW for pkg-descr file. -8<-- % curl -LI http://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/cursor-ardoise-theme/3.5/Ardoise_no_shadow_100.tar.gz HTTP/1.1 200 OK Date: Sun, 24 Jun 2018 08:53:33 GMT Server: Apache Last-Modified: Sat, 28 Nov 2015 14:04:00 GMT ETag: "1db82-5259a4799b400" Accept-Ranges: bytes Content-Length: 121730 Content-Type: application/x-gzip % curl -LI https://ftp.tw.freebsd.org/distfiles/cursor-ardoise-theme/3.5/Ardoise_no_shadow_100.tar.gz HTTP/1.1 200 OK Date: Sun, 24 Jun 2018 08:55:49 GMT Server: Apache Last-Modified: Sat, 28 Nov 2015 14:04:00 GMT ETag: "1db82-5259a4799b400" Accept-Ranges: bytes Content-Length: 121730 Content-Type: application/x-gzip -->8-
Created attachment 194553 [details] Modified x11-themes/cursor-ardoise-theme port (example) I also tried to create X cursors with using regenerate_all.sh and regenerate.sh scripts (from source files), which invokes inkscape (from graphics/inkscape) and xcursorgen (from x11/xcursorgen) programs, but results were different somehow (e.g. blurry X cursors), if compare X cursors from current distfiles. I attached archive with modified port, which I used to test this, for example.
Created attachment 194636 [details] Proposed patch (since 448082 revision) - Use available Makefile's variables for DIST_SUBDIR and MASTER_SITES. Also the attachment #194553 [details] was obsoleted, because it was uploaded for example only.
A commit references this bug: Author: swills Date: Thu Jun 28 21:06:00 UTC 2018 New revision: 473514 URL: https://svnweb.freebsd.org/changeset/ports/473514 Log: x11-themes/cursor-ardoise-theme: Add mirrors, update pkg-descr PR: 229268 Submitted by: lightside <lightside@gmx.com> (maintainer) Changes: head/x11-themes/cursor-ardoise-theme/Makefile head/x11-themes/cursor-ardoise-theme/pkg-descr
Committed, thanks!