svn commit: r360855 - head/multimedia/photofilmstrip

William Grzybowski wg at FreeBSD.org
Sun Jul 6 02:27:13 UTC 2014


Author: wg
Date: Sun Jul  6 02:27:12 2014
New Revision: 360855
URL: http://svnweb.freebsd.org/changeset/ports/360855
QAT: https://qat.redports.org/buildarchive/r360855/

Log:
  multimedia/photofilmstrip: use WX 3.0
  
  Approved by:	portmgr (bapt, blanket)

Modified:
  head/multimedia/photofilmstrip/Makefile

Modified: head/multimedia/photofilmstrip/Makefile
==============================================================================
--- head/multimedia/photofilmstrip/Makefile	Sun Jul  6 01:57:35 2014	(r360854)
+++ head/multimedia/photofilmstrip/Makefile	Sun Jul  6 02:27:12 2014	(r360855)
@@ -3,7 +3,7 @@
 
 PORTNAME=	photofilmstrip
 PORTVERSION=	1.5.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia python
 MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,9 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqli
 PORTSCOUT=	skipv:1.9.90,1.9.91	# Unstable Versions
 
 USE_PYTHON=	yes
-USE_WX=		2.8+
+USE_WX=		3.0+
 WX_COMPS=	python:lib
-WX_UNICODE=	yes
 ALL_TARGET=	compile
 
 PFSDIR=		${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}


More information about the svn-ports-all mailing list