From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 23:01:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 613CB4AF; Sat, 5 Jul 2014 23:01:33 +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 4E7B92735; Sat, 5 Jul 2014 23:01:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65N1Xon025046; Sat, 5 Jul 2014 23:01:33 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65N1XCR025045; Sat, 5 Jul 2014 23:01:33 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407052301.s65N1XCR025045@svn.freebsd.org> From: William Grzybowski Date: Sat, 5 Jul 2014 23:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360833 - head/deskutils/cycle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 23:01:33 -0000 Author: wg Date: Sat Jul 5 23:01:32 2014 New Revision: 360833 URL: http://svnweb.freebsd.org/changeset/ports/360833 QAT: https://qat.redports.org/buildarchive/r360833/ Log: deskutils/cycle: use WX 3.0 Modified: head/deskutils/cycle/Makefile Modified: head/deskutils/cycle/Makefile ============================================================================== --- head/deskutils/cycle/Makefile Sat Jul 5 22:20:05 2014 (r360832) +++ head/deskutils/cycle/Makefile Sat Jul 5 23:01:32 2014 (r360833) @@ -3,7 +3,7 @@ PORTNAME= cycle PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils biology python MASTER_SITES= SF @@ -14,7 +14,7 @@ LICENSE= GPLv2 USES= tar:bzip2 USE_PYTHON_RUN= yes -USE_WX= 2.6+ +USE_WX= 3.0+ WX_COMPS= python NO_BUILD= yes