Date: Sun, 30 Oct 2022 10:25:57 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11a84b2a670e - main - x11-themes/cursor-crystal-theme: remove broken symlinks Message-ID: <202210301025.29UAPvrI087024@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=11a84b2a670e6147b250bbc8819a005427494f84 commit 11a84b2a670e6147b250bbc8819a005427494f84 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-10-28 11:17:40 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-10-30 10:22:07 +0000 x11-themes/cursor-crystal-theme: remove broken symlinks Upstream installs some broken symlinks. PR: 267369 Reported by: rozhuk.im@gmail.com Reviewed by: Tested by: --- x11-themes/cursor-crystal-theme/Makefile | 3 ++- x11-themes/cursor-crystal-theme/pkg-plist | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile index 6cf83a167ade..bb6041e75d25 100644 --- a/x11-themes/cursor-crystal-theme/Makefile +++ b/x11-themes/cursor-crystal-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= cursor-crystal-theme DISTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-themes MASTER_SITES= http://www.notmart.org/files/ \ http://pinguin.stttelkom.ac.id/gentoo/distfiles/ @@ -27,6 +27,7 @@ post-patch: ${WRKSRC}/green_src/Makefile \ ${WRKSRC}/left-handed_templates/Makefile \ ${WRKSRC}/white_src/Makefile + @${REINPLACE_CMD} -e '/cross/d' ${WRKSRC}/left-handed_templates/Makefile pre-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS}) diff --git a/x11-themes/cursor-crystal-theme/pkg-plist b/x11-themes/cursor-crystal-theme/pkg-plist index f7094d9848cc..b00f04691721 100644 --- a/x11-themes/cursor-crystal-theme/pkg-plist +++ b/x11-themes/cursor-crystal-theme/pkg-plist @@ -108,7 +108,6 @@ share/icons/crystalblueleft/cursors/left_ptr_watch share/icons/crystalblueleft/cursors/link share/icons/crystalblueleft/cursors/move share/icons/crystalblueleft/cursors/pencil -share/icons/crystalblueleft/cursors/plus share/icons/crystalblueleft/cursors/question_arrow share/icons/crystalblueleft/cursors/right_ptr share/icons/crystalblueleft/cursors/sb_right_arrow @@ -228,7 +227,6 @@ share/icons/crystalgrayleft/cursors/left_ptr_watch share/icons/crystalgrayleft/cursors/link share/icons/crystalgrayleft/cursors/move share/icons/crystalgrayleft/cursors/pencil -share/icons/crystalgrayleft/cursors/plus share/icons/crystalgrayleft/cursors/question_arrow share/icons/crystalgrayleft/cursors/right_ptr share/icons/crystalgrayleft/cursors/sb_right_arrow @@ -348,7 +346,6 @@ share/icons/crystalgreenleft/cursors/left_ptr_watch share/icons/crystalgreenleft/cursors/link share/icons/crystalgreenleft/cursors/move share/icons/crystalgreenleft/cursors/pencil -share/icons/crystalgreenleft/cursors/plus share/icons/crystalgreenleft/cursors/question_arrow share/icons/crystalgreenleft/cursors/right_ptr share/icons/crystalgreenleft/cursors/sb_right_arrow @@ -468,7 +465,6 @@ share/icons/crystalwhiteleft/cursors/left_ptr_watch share/icons/crystalwhiteleft/cursors/link share/icons/crystalwhiteleft/cursors/move share/icons/crystalwhiteleft/cursors/pencil -share/icons/crystalwhiteleft/cursors/plus share/icons/crystalwhiteleft/cursors/question_arrow share/icons/crystalwhiteleft/cursors/right_ptr share/icons/crystalwhiteleft/cursors/sb_right_arrow
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210301025.29UAPvrI087024>