svn commit: r371184 - head/games/openyahtzee

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Oct 19 15:18:30 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	danilo at 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


More information about the svn-ports-all mailing list