Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 16:23:45 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370451 - head/comms/wsjt
Message-ID:  <201410081623.s98GNjjr076565@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Oct  8 16:23:45 2014
New Revision: 370451
URL: https://svnweb.freebsd.org/changeset/ports/370451
QAT: https://qat.redports.org/buildarchive/r370451/

Log:
  comms/wsjt: switch from py-imaging to py-pillow
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Wed Oct  8 16:14:27 2014	(r370450)
+++ head/comms/wsjt/Makefile	Wed Oct  8 16:23:45 2014	(r370451)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wsjt
 VERSION=	9.1
-PORTREVISION=	5
+PORTREVISION=	6
 DISTVERSION=	${VERSION}.r${SVN_REV}
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_LOCAL}
@@ -13,7 +13,7 @@ MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Weak signal ham radio communication package
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
-		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
+		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
 LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float \
 		libsamplerate.so:${PORTSDIR}/audio/libsamplerate
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \



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