The diff below updates audio/gsm to 1.0.15,
promptly released last night.

There is no change to the gsm code itself,
just a stale *.orig file was removed from the tarball.
That's a minor change, but imho important enough
- having a missplaced *.orig in the source
confuses 'make update-patches'.

While there, tweak the COMMENT - it's not "u-law to gsm",
toast(1) converts linear PCM.

The yesterday patch to pledge gsm is orthogonal to this
and can be applied after this, saving a REVISION bump.

        Jan

> > > Thanks for letting me know, I had no idea (neither about
> > > the file's existence nor of .orig's significance in OpenBSD)!
> > > Looks like that .orig file just got included by accident.
> > > I've removed the file and cut a new patchlevel without it.
> > 
> > > > Dear authors of GSM,
> > > > 
> > > > it seems that gsm-1.0.14.tar.gz contains
> > > > an erronerous inc/gsm.h.orig - I suppose
> > > > that it's a relict of patching the source
> > > > at some point, but the *.orig should probably
> > > > not be part of the tarball.
> > > > 
> > > > This confuses e.g. the OpenBSD ports system
> > > > where having an *.orig in the extractedd source
> > > > means the port maintainer has patched the file.


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/gsm/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile    10 Mar 2016 23:05:53 -0000      1.44
+++ Makefile    13 Sep 2016 05:51:50 -0000
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.44 2016/03/10 23:05:53 naddy Exp $
 
-COMMENT=       u-law to gsm encoding audio converter and library
+COMMENT=       gsm audio codec library and converter
 
-DISTNAME=      gsm-1.0.14
-WRKDIST=       ${WRKDIR}/gsm-1.0-pl14
+DISTNAME=      gsm-1.0.15
+WRKDIST=       ${WRKDIR}/gsm-1.0-pl15
 
 SHARED_LIBS=   gsm     1.0
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/gsm/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    16 Mar 2015 09:43:29 -0000      1.6
+++ distinfo    13 Sep 2016 05:51:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (gsm-1.0.14.tar.gz) = WBShajCzwCaHGzc5gS3EoqhCmTMRgsmH2hwhLJPpNSw=
-SIZE (gsm-1.0.14.tar.gz) = 62372
+SHA256 (gsm-1.0.15.tar.gz) = 5foXEFeJR/kulI6DEww8gnGcOAozQJm3NNBdNOdlXy8=
+SIZE (gsm-1.0.15.tar.gz) = 64902

Reply via email to