Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 10:27:41 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475422 - head/audio/portaudio
Message-ID:  <201807271027.w6RARfro066781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Jul 27 10:27:40 2018
New Revision: 475422
URL: https://svnweb.freebsd.org/changeset/ports/475422

Log:
  audio/portaudio: Update to 19.6.0
  
  - Sanitize version a bit.  The version scheme is all over the place
    on other systems [1].  Upstream calls it 19.6.0 in the release notes so
    do the same in the port.
  
  [1] https://repology.org/metapackage/portaudio/versions
  
  Changes:	https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030
  ABI:		https://abi-laboratory.pro/tracker/timeline/portaudio/
  PR:		229851
  Submitted by:	ndowens.fbsd@yandex.com

Modified:
  head/audio/portaudio/Makefile
  head/audio/portaudio/distinfo

Modified: head/audio/portaudio/Makefile
==============================================================================
--- head/audio/portaudio/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
+++ head/audio/portaudio/Makefile	Fri Jul 27 10:27:40 2018	(r475422)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	portaudio
-DISTVERSION=	19_20140130
-PORTREVISION=	8
+PORTVERSION=	19.6.0
+PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.portaudio.com/archives/
-DISTNAME=	pa_stable_v${DISTVERSION}
+DISTNAME=	pa_stable_v190600_20161030
 
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Portable cross-platform Audio API

Modified: head/audio/portaudio/distinfo
==============================================================================
--- head/audio/portaudio/distinfo	Fri Jul 27 10:14:39 2018	(r475421)
+++ head/audio/portaudio/distinfo	Fri Jul 27 10:27:40 2018	(r475422)
@@ -1,2 +1,3 @@
-SHA256 (pa_stable_v19_20140130.tgz) = 8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57
-SIZE (pa_stable_v19_20140130.tgz) = 1504620
+TIMESTAMP = 1531882553
+SHA256 (pa_stable_v190600_20161030.tgz) = f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513
+SIZE (pa_stable_v190600_20161030.tgz) = 1450572



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