Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 07:54:55 +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: r554814 - in head/audio/opustags: . files
Message-ID:  <202011100754.0AA7stiO038403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 10 07:54:55 2020
New Revision: 554814
URL: https://svnweb.freebsd.org/changeset/ports/554814

Log:
  audio/opustags: Update 1.3.0 -> 1.5.0
  
  Reported by:	portscout

Added:
  head/audio/opustags/files/patch-src_cli.cc   (contents, props changed)
Modified:
  head/audio/opustags/Makefile
  head/audio/opustags/distinfo
  head/audio/opustags/files/patch-src_opus.cc

Modified: head/audio/opustags/Makefile
==============================================================================
--- head/audio/opustags/Makefile	Tue Nov 10 07:46:33 2020	(r554813)
+++ head/audio/opustags/Makefile	Tue Nov 10 07:54:55 2020	(r554814)
@@ -1,11 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	opustags
-DISTVERSION=	1.3.0
+DISTVERSION=	1.5.0
 CATEGORIES=	audio
-
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch:-p1 # Fix the build failure on 11: Define _GNU_SOURCE for BSD compability https://github.com/fmang/opustags/pull/32
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	View and edit Ogg Opus comments

Modified: head/audio/opustags/distinfo
==============================================================================
--- head/audio/opustags/distinfo	Tue Nov 10 07:46:33 2020	(r554813)
+++ head/audio/opustags/distinfo	Tue Nov 10 07:54:55 2020	(r554814)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1601183955
-SHA256 (fmang-opustags-1.3.0_GH0.tar.gz) = b55290bdcd67e4da6f17bd30b4956d3efa363b88f25ee12e026e9cb05e2ec70d
-SIZE (fmang-opustags-1.3.0_GH0.tar.gz) = 28304
-SHA256 (0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch) = 2360b49655175b661a33fcbc90da643dbf9e281a41c9f92ef9785dff04d5bcf4
-SIZE (0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch) = 870
+TIMESTAMP = 1604994431
+SHA256 (fmang-opustags-1.5.0_GH0.tar.gz) = ec7479f61fb8fba6804f24675369be7f03d8e8cad348f068bd59416720199007
+SIZE (fmang-opustags-1.5.0_GH0.tar.gz) = 32061

Added: head/audio/opustags/files/patch-src_cli.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opustags/files/patch-src_cli.cc	Tue Nov 10 07:54:55 2020	(r554814)
@@ -0,0 +1,10 @@
+--- src/cli.cc.orig	2020-11-10 07:49:07 UTC
++++ src/cli.cc
+@@ -12,6 +12,7 @@
+ #include <errno.h>
+ #include <getopt.h>
+ #include <limits.h>
++#include <unistd.h>
+ #include <string.h>
+ #include <sys/stat.h>
+ 

Modified: head/audio/opustags/files/patch-src_opus.cc
==============================================================================
--- head/audio/opustags/files/patch-src_opus.cc	Tue Nov 10 07:46:33 2020	(r554813)
+++ head/audio/opustags/files/patch-src_opus.cc	Tue Nov 10 07:54:55 2020	(r554814)
@@ -1,6 +1,6 @@
---- src/opus.cc.orig	2020-08-12 14:10:18 UTC
+--- src/opus.cc.orig	2020-11-08 09:32:46 UTC
 +++ src/opus.cc
-@@ -24,6 +24,7 @@
+@@ -23,6 +23,7 @@
  
  #include <opustags.h>
  



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