svn commit: r370451 - head/comms/wsjt
William Grzybowski
wg at FreeBSD.org
Wed Oct 8 16:23:45 UTC 2014
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 at 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 \
More information about the svn-ports-all
mailing list