svn commit: r315255 - in head/games/euchre: . files
Martin Wilke
miwi at FreeBSD.org
Tue Mar 26 04:32:03 UTC 2013
Author: miwi
Date: Tue Mar 26 04:32:02 2013
New Revision: 315255
URL: http://svnweb.freebsd.org/changeset/ports/315255
Log:
- Update to 0.8
PR: 176553
Submitted by: ports fury
Deleted:
head/games/euchre/files/patch-cplusplus
head/games/euchre/files/patch-src::lib::Options.cpp
head/games/euchre/files/std-namespace.h
Modified:
head/games/euchre/Makefile (contents, props changed)
head/games/euchre/distinfo (contents, props changed)
Modified: head/games/euchre/Makefile
==============================================================================
--- head/games/euchre/Makefile Tue Mar 26 01:13:34 2013 (r315254)
+++ head/games/euchre/Makefile Tue Mar 26 04:32:02 2013 (r315255)
@@ -1,28 +1,27 @@
-# New ports collection Makefile for: euchre
-# Date created: 23 July 2002
-# Whom: Frank Laszlo <laszlof at freebsdmatrix.net>
-#
+# Created by: Frank Laszlo <laszlof at freebsdmatrix.net>
# $FreeBSD$
-#
PORTNAME= euchre
-PORTVERSION= 0.7
-PORTREVISION= 4
+PORTVERSION= 0.8
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Very popular card game with variable skill levels
-PLIST_FILES= bin/euchre
-USE_AUTOTOOLS= automake14 autoconf213
-USE_GNOME= gtk12
-CFLAGS+= -include "${FILESDIR}/std-namespace.h" -Werror
+LICENSE= GPLv2 # (or later)
+
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-silent-rules
MAKE_JOBS_SAFE= yes
+PLIST_FILES= bin/euchre
+
+DESKTOP_ENTRIES="Euchre" "" "" "${PORTNAME}" "" true
+
post-patch:
- ${REINPLACE_CMD} 's,char,const char,' \
- ${WRKSRC}/src/pixmaps/*.xpm \
- ${WRKSRC}/src/pixmaps/pixmaps.?pp
+ @${REINPLACE_CMD} -e \
+ '/^AM_/s|-Werror||' ${WRKSRC}/configure
.include <bsd.port.mk>
Modified: head/games/euchre/distinfo
==============================================================================
--- head/games/euchre/distinfo Tue Mar 26 01:13:34 2013 (r315254)
+++ head/games/euchre/distinfo Tue Mar 26 04:32:02 2013 (r315255)
@@ -1,2 +1,2 @@
-SHA256 (euchre-0.7.tar.gz) = 65f9324b21f0ca14e4ae42871b1fe56cad52b94aa49f9f4a1643f9377c1e23f4
-SIZE (euchre-0.7.tar.gz) = 181863
+SHA256 (euchre-0.8.tar.gz) = c339d29ea6837f344b98134ecdd7aa52fb958454bd4dd6145430b197752ed78b
+SIZE (euchre-0.8.tar.gz) = 213490
More information about the svn-ports-all
mailing list