diff options
author | danilo <danilo@FreeBSD.org> | 2014-10-19 23:18:29 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-10-19 23:18:29 +0800 |
commit | 58fe626f83c5ff353f37cb423634ba960f8d77c5 (patch) | |
tree | 8f5109033bf0619826b9dc6713605985d74d8a7f /games | |
parent | 5301a7d0d9cb9250ed486682d31d31d5bb1add9f (diff) | |
download | freebsd-ports-gnome-58fe626f83c5ff353f37cb423634ba960f8d77c5.tar.gz freebsd-ports-gnome-58fe626f83c5ff353f37cb423634ba960f8d77c5.tar.zst freebsd-ports-gnome-58fe626f83c5ff353f37cb423634ba960f8d77c5.zip |
- Update from 1.9.1 to 1.9.2
- Add desktop icon
- Take maintainership
Diffstat (limited to 'games')
-rw-r--r-- | games/openyahtzee/Makefile | 11 | ||||
-rw-r--r-- | games/openyahtzee/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 18159829bae6..e5820b8b5f94 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= openyahtzee -PORTVERSION= 1.9.1 -PORTREVISION= 5 +PORTVERSION= 1.9.2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Full-featured classic dice game Yahtzee LICENSE= GPLv2 @@ -21,11 +20,13 @@ WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include -std=c++11 LDFLAGS+= -L${LOCALBASE}/lib +DESKTOP_ENTRIES="Open Yahtzee" "${COMMENT}" "${LOCALBASE}/share/pixmaps/openyahtzee.png" \ + "${PORTNAME}" "Game;" false + PLIST_FILES= bin/openyahtzee \ - share/applications/openyahtzee.desktop \ share/pixmaps/openyahtzee.png \ man/man6/openyahtzee.6.gz diff --git a/games/openyahtzee/distinfo b/games/openyahtzee/distinfo index 11ce4d691121..a49947972b62 100644 --- a/games/openyahtzee/distinfo +++ b/games/openyahtzee/distinfo @@ -1,2 +1,2 @@ -SHA256 (openyahtzee-1.9.1.tar.bz2) = aa553a248d30ba259abb8dee735d5728bfdbb8d4705805bc716453245f1cb0a0 -SIZE (openyahtzee-1.9.1.tar.bz2) = 159149 +SHA256 (openyahtzee-1.9.2.tar.bz2) = a56c2c16fc6ec3f4eba5a85afcf19467b364ec38f4374724673a0360fc3f83cd +SIZE (openyahtzee-1.9.2.tar.bz2) = 194053 |