Index: head/games/openyahtzee/Makefile =================================================================== --- head/games/openyahtzee/Makefile (revision 371183) +++ head/games/openyahtzee/Makefile (revision 371184) @@ -1,32 +1,33 @@ # Created by: Andrew Pantyukhin # $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 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs USES= tar:bzip2 compiler:c++11-lang USE_WX= 2.8 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 .include Index: head/games/openyahtzee/distinfo =================================================================== --- head/games/openyahtzee/distinfo (revision 371183) +++ head/games/openyahtzee/distinfo (revision 371184) @@ -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