diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile index a7d5d06e4545..e28451ec0806 100644 --- a/games/bluemoon/Makefile +++ b/games/bluemoon/Makefile @@ -1,35 +1,31 @@ PORTNAME= bluemoon -DISTVERSION= 2.14 +DISTVERSION= 2.15 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bluemoon/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Blue Moon card solitaire WWW= http://www.catb.org/~esr/bluemoon/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING 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 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 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 . The ncurses + version was written in November 1994. See http://www.catb.org/~esr/ + for updates, also other software and resources by ESR. +- +- +-// end