Date: Sun, 9 Jun 2019 16:55:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503844 - head/comms/quisk Message-ID: <201906091655.x59GtD8Z079707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jun 9 16:55:12 2019 New Revision: 503844 URL: https://svnweb.freebsd.org/changeset/ports/503844 Log: comms/quisk: Update 4.1.39 -> 4.1.40 It's not a python library, hence add USE_PYTHON=noflavors. Reported by: portscout Modified: head/comms/quisk/Makefile head/comms/quisk/distinfo Modified: head/comms/quisk/Makefile ============================================================================== --- head/comms/quisk/Makefile Sun Jun 9 16:53:08 2019 (r503843) +++ head/comms/quisk/Makefile Sun Jun 9 16:55:12 2019 (r503844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quisk -DISTVERSION= 4.1.39 +DISTVERSION= 4.1.40 CATEGORIES= comms hamradio MASTER_SITES= CHEESESHOP @@ -19,7 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libpulse.so:audio/pulseaudio USES= python:2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils noflavors autoplist USE_WX= 3.0+ WX_COMPS= python Modified: head/comms/quisk/distinfo ============================================================================== --- head/comms/quisk/distinfo Sun Jun 9 16:53:08 2019 (r503843) +++ head/comms/quisk/distinfo Sun Jun 9 16:55:12 2019 (r503844) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558585840 -SHA256 (quisk-4.1.39.tar.gz) = 6e6a780309bf3f97d8ff8f3179e35c6c60b06df6fea838d493626f7066716018 -SIZE (quisk-4.1.39.tar.gz) = 3033628 +TIMESTAMP = 1560098886 +SHA256 (quisk-4.1.40.tar.gz) = de9d0c7e0d4ee0c160c779c97aebd1bb4b2c4178eeec326f82016cfa6d34c3b3 +SIZE (quisk-4.1.40.tar.gz) = 3034312
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906091655.x59GtD8Z079707>