aboutsummaryrefslogtreecommitdiff
path: root/games/ski
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-05-22 18:25:56 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-05-22 18:25:56 +0000
commit52581998cf1bf9a8fbd2a589428107ceb1f4f7ed (patch)
tree08fb831caf1d95521a84a7d1424fa59e29a472d3 /games/ski
parentf8ed265db4cadb711e7083613fa1facab3fad343 (diff)
downloadports-52581998cf1bf9a8fbd2a589428107ceb1f4f7ed.tar.gz
ports-52581998cf1bf9a8fbd2a589428107ceb1f4f7ed.zip
- Update to 6., Announce message:
Fix a minor bug revealed by pychecker. - Use supplied icon - Remove Desktop entry file, use supplied desktop files
Notes
Notes: svn path=/head/; revision=354881
Diffstat (limited to 'games/ski')
-rw-r--r--games/ski/Makefile10
-rw-r--r--games/ski/distinfo6
-rw-r--r--games/ski/files/ski.desktop10
3 files changed, 5 insertions, 21 deletions
diff --git a/games/ski/Makefile b/games/ski/Makefile
index e3a047c6a856..a8e6084c5aac 100644
--- a/games/ski/Makefile
+++ b/games/ski/Makefile
@@ -2,12 +2,9 @@
# $FreeBSD$
PORTNAME= ski
-PORTVERSION= 6.7
+PORTVERSION= 6.8
CATEGORIES= games python
MASTER_SITES= http://catb.org/~esr/ski/
-DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
- ${PORTNAME}.png
-EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Skiing simulation with curses interface in python
@@ -23,7 +20,6 @@ PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/${PORTNAME}.png
PORTDOCS= README
-
OPTIONS_DEFINE= DOCS
post-patch:
@@ -32,8 +28,8 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
- ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/man/man6/
diff --git a/games/ski/distinfo b/games/ski/distinfo
index 00de68070b7c..130bde022646 100644
--- a/games/ski/distinfo
+++ b/games/ski/distinfo
@@ -1,4 +1,2 @@
-SHA256 (ski-6.7.tar.gz) = 7346f12fcb645e9fe3bd934c552af5e6a0ac149c84642a244d0ebd0405e6cf36
-SIZE (ski-6.7.tar.gz) = 12175
-SHA256 (ski.png) = 084423df9c6b37cad54bc4ac0eb0382dcb9f1efb8294e1f25bb49c7d0cc8aa33
-SIZE (ski.png) = 4314
+SHA256 (ski-6.8.tar.gz) = 776849dc61ffe834def7d22b9027a64491559a1700351d817313f187cee36c4d
+SIZE (ski-6.8.tar.gz) = 17119
diff --git a/games/ski/files/ski.desktop b/games/ski/files/ski.desktop
deleted file mode 100644
index c76605a4c9da..000000000000
--- a/games/ski/files/ski.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=Ski
-GenericName=Ski game
-Comment=Skiing simulation with curses interface in python
-Icon=ski
-Exec=ski
-Categories=Game;SportsGame;
-Terminal=true