Date: Sun, 12 Mar 2017 20:37:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436026 - head/comms/wspr Message-ID: <201703122037.v2CKbTpS044931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Mar 12 20:37:29 2017 New Revision: 436026 URL: https://svnweb.freebsd.org/changeset/ports/436026 Log: Remove dependency on obsolete python 3.3 Modified: head/comms/wspr/Makefile Modified: head/comms/wspr/Makefile ============================================================================== --- head/comms/wspr/Makefile Sun Mar 12 20:25:29 2017 (r436025) +++ head/comms/wspr/Makefile Sun Mar 12 20:37:29 2017 (r436026) @@ -2,7 +2,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wspr-r${SVN_REV} @@ -22,7 +22,7 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib \ libportaudio.so:audio/portaudio MAKE_JOBS_UNSAFE= yes -USES= autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2 +USES= autoreconf dos2unix fortran gmake libtool python:3.3+ tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gfortran=${FC} \ --with-f2py=f2py-${PYTHON_VER} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703122037.v2CKbTpS044931>