Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 15:34:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349015 - head/ftp/multiget
Message-ID:  <201403241534.s2OFYeqt056848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 15:34:40 2014
New Revision: 349015
URL: http://svnweb.freebsd.org/changeset/ports/349015
QAT: https://qat.redports.org/buildarchive/r349015/

Log:
  Only build with wx 2.8
  Use unicode version

Modified:
  head/ftp/multiget/Makefile

Modified: head/ftp/multiget/Makefile
==============================================================================
--- head/ftp/multiget/Makefile	Mon Mar 24 15:30:19 2014	(r349014)
+++ head/ftp/multiget/Makefile	Mon Mar 24 15:34:40 2014	(r349015)
@@ -3,7 +3,7 @@
 
 PORTNAME=	multiget
 PORTVERSION=	1.1.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	ftp www
 MASTER_SITES=	SF/${PORTNAME}/OldFiles
 
@@ -13,7 +13,8 @@ COMMENT=	HTTP/FTP downloader with a nice
 WRKSRC_SUBDIR=	src
 
 USES=		dos2unix
-USE_WX=		2.6+
+USE_WX=		2.8
+WX_UNICODE=	yes
 MAKEFILE=	makefile
 ALL_TARGET=	MultiGet
 



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