mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Update to 2.12, Announce message:
Add desktop file and a minor cleanup patch. - Remove Desktop entry file, use supplied desktop files - Remove obsolete patch
This commit is contained in:
parent
52581998cf
commit
df66a5cd17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354882
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bluemoon
|
||||
PORTVERSION= 2.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.12
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
|
||||
|
||||
@ -21,7 +20,6 @@ PLIST_FILES= bin/${PORTNAME} \
|
||||
share/pixmaps/${PORTNAME}.png
|
||||
|
||||
PORTDOCS= NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@ -30,9 +28,9 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bluemoon-2.11.tar.gz) = 19ce5b5f0220bd9906b6da0a25b8a61b7e2037283a0ed9804b45ed700fa55a14
|
||||
SIZE (bluemoon-2.11.tar.gz) = 12308
|
||||
SHA256 (bluemoon-2.12.tar.gz) = 52aec7ba74d0e811f46de44c30252877b612d780bc531e872357375b54083006
|
||||
SIZE (bluemoon-2.12.tar.gz) = 12586
|
||||
|
@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Blue Moon
|
||||
GenericName=Blue Moon game
|
||||
Comment=Blue Moon card solitaire
|
||||
Icon=bluemoon
|
||||
Exec=bluemoon
|
||||
Categories=Game;CardGame;
|
||||
Terminal=true
|
@ -1,11 +0,0 @@
|
||||
--- ./bluemoon.c.orig 2010-10-19 07:59:18.000000000 +0200
|
||||
+++ ./bluemoon.c 2013-12-21 14:10:23.000000000 +0100
|
||||
@@ -376,7 +376,7 @@
|
||||
refresh();
|
||||
}
|
||||
|
||||
-main(int argc, char *argv[])
|
||||
+int main(int argc, char *argv[])
|
||||
{
|
||||
(void) signal(SIGINT, die);
|
||||
initscr();
|
Loading…
x
Reference in New Issue
Block a user