Date: Wed, 01 Apr 2026 18:58:33 +0000 From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 146b0bd58887 - main - games/bluemoon: Update to 2.15 Message-ID: <69cd6ad9.2609a.1c5abd5b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=146b0bd5888702c43b8cb09f9ba599e5293db727 commit 146b0bd5888702c43b8cb09f9ba599e5293db727 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-04-01 18:04:28 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-04-01 18:58:17 +0000 games/bluemoon: Update to 2.15 - Upstream don't ship manual.6 anymore. Install manual.adoc as README - Remove DOCS option ChangeLog: https://gitlab.com/esr/bluemoon/-/blob/master/NEWS.adoc --- games/bluemoon/Makefile | 10 +++------- games/bluemoon/distinfo | 6 +++--- games/bluemoon/files/patch-bluemoon.adoc | 31 +++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 10 deletions(-) diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile index a7d5d06e4545..e28451ec0806 100644 --- a/games/bluemoon/Makefile +++ b/games/bluemoon/Makefile @@ -1,5 +1,5 @@ PORTNAME= bluemoon -DISTVERSION= 2.14 +DISTVERSION= 2.15 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bluemoon/ @@ -14,12 +14,9 @@ USES= ncurses:base PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ - share/man/man6/${PORTNAME}.6.gz \ + share/doc/${PORTNAME}/README \ share/pixmaps/${PORTNAME}.png -PORTDOCS= NEWS.adoc README -OPTIONS_DEFINE= DOCS - do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -DRELEASE=\"${DISTVERSION}\" -I${NCURSESBASE}/include -L${NCURSESLIB} -lncurses -o ${PORTNAME} ${PORTNAME}.c @@ -28,8 +25,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.adoc ${STAGEDIR}${DOCSDIR}/README .include <bsd.port.mk> diff --git a/games/bluemoon/distinfo b/games/bluemoon/distinfo index 77927a2eb0e2..6bae425f0741 100644 --- a/games/bluemoon/distinfo +++ b/games/bluemoon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770889123 -SHA256 (bluemoon-2.14.tar.gz) = 081b1d686ad73fc7db8ee70ceabdfabe37ff867c5a19247d87983935a887d141 -SIZE (bluemoon-2.14.tar.gz) = 12794 +TIMESTAMP = 1775065982 +SHA256 (bluemoon-2.15.tar.gz) = 78c0511a44e4968e9e300bace02d1d0b4f3c71cbd8ee681d947db56e578beda8 +SIZE (bluemoon-2.15.tar.gz) = 12453 diff --git a/games/bluemoon/files/patch-bluemoon.adoc b/games/bluemoon/files/patch-bluemoon.adoc new file mode 100644 index 000000000000..7f8ace913d0c --- /dev/null +++ b/games/bluemoon/files/patch-bluemoon.adoc @@ -0,0 +1,31 @@ +--- bluemoon.adoc.orig 2026-04-01 17:55:44 UTC ++++ bluemoon.adoc +@@ -1,13 +1,9 @@ +-= bluemoon(6) = +-:doctype: manpage +- + == NAME == + bluemoon - the Blue Moon solitaire + + == SYNOPSIS == + *bluemoon* + +-[[description]] + == DESCRIPTION == + + This 52-card solitaire starts with the entire deck shuffled and +@@ -28,14 +24,9 @@ poor. + poor. + + +-[[authors]] + == AUTHORS == + +-// spellcheck: add ncurses + Originally written by Tim Lister. Visual user interface and color + support by Eric S. Raymond <esr@snark.thyrsus.com>. The ncurses + version was written in November 1994. See http://www.catb.org/~esr/ + for updates, also other software and resources by ESR. +- +- +-// endhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cd6ad9.2609a.1c5abd5b>
