From owner-svn-ports-head@FreeBSD.ORG Sun Oct 19 15:18:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63988580; Sun, 19 Oct 2014 15:18:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35880FED; Sun, 19 Oct 2014 15:18:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9JFIU0F070828; Sun, 19 Oct 2014 15:18:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9JFIT3O070825; Sun, 19 Oct 2014 15:18:29 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410191518.s9JFIT3O070825@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 19 Oct 2014 15:18:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371184 - head/games/openyahtzee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 15:18:30 -0000 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