svn commit: r503844 - head/comms/quisk

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 9 16:55:14 UTC 2019


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


More information about the svn-ports-all mailing list