svn commit: r348953 - head/net-p2p/solidcoin

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 12:25:24 UTC 2014


Author: bapt
Date: Mon Mar 24 12:25:23 2014
New Revision: 348953
URL: http://svnweb.freebsd.org/changeset/ports/348953
QAT: https://qat.redports.org/buildarchive/r348953/

Log:
  Switch to wx 3.0

Modified:
  head/net-p2p/solidcoin/Makefile

Modified: head/net-p2p/solidcoin/Makefile
==============================================================================
--- head/net-p2p/solidcoin/Makefile	Mon Mar 24 12:21:34 2014	(r348952)
+++ head/net-p2p/solidcoin/Makefile	Mon Mar 24 12:25:23 2014	(r348953)
@@ -3,7 +3,7 @@
 
 PORTNAME=	solidcoin
 PORTVERSION=	2.041
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	http://downloads.solidcoin.info/ \
 		http://dl.dropbox.com/u/47582909/
@@ -40,7 +40,7 @@ NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MWXGTK}
-USE_WX=		2.9
+USE_WX=		3.0
 WX_UNICODE=	yes
 PLIST_FILES+=	share/pixmaps/solidcoin48.xpm
 DESKTOP_ENTRIES="SolidCoin" "" "${PREFIX}/share/pixmaps/solidcoin48.xpm" \


More information about the svn-ports-head mailing list