Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 15:18:29 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371184 - head/games/openyahtzee
Message-ID:  <201410191518.s9JFIT3O070825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Oct 19 15:18:29 2014
New Revision: 371184
URL: https://svnweb.freebsd.org/changeset/ports/371184
QAT: https://qat.redports.org/buildarchive/r371184/

Log:
  - Update from 1.9.1 to 1.9.2
  - Add desktop icon
  - Take maintainership

Modified:
  head/games/openyahtzee/Makefile
  head/games/openyahtzee/distinfo

Modified: head/games/openyahtzee/Makefile
==============================================================================
--- head/games/openyahtzee/Makefile	Sun Oct 19 15:15:00 2014	(r371183)
+++ head/games/openyahtzee/Makefile	Sun Oct 19 15:18:29 2014	(r371184)
@@ -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
 

Modified: head/games/openyahtzee/distinfo
==============================================================================
--- head/games/openyahtzee/distinfo	Sun Oct 19 15:15:00 2014	(r371183)
+++ head/games/openyahtzee/distinfo	Sun Oct 19 15:18:29 2014	(r371184)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410191518.s9JFIT3O070825>