Date: Tue, 24 Aug 2021 16:54:23 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4940a47f15cf - main - audio/mpz: update the port to version 1.0.15. Message-ID: <202108241654.17OGsNGV000433@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=4940a47f15cfe47af36bc1dcb58a30235095375a commit 4940a47f15cfe47af36bc1dcb58a30235095375a Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-08-24 16:53:22 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-08-24 16:53:25 +0000 audio/mpz: update the port to version 1.0.15. --- audio/mpz/Makefile | 2 +- audio/mpz/distinfo | 6 +++--- audio/mpz/files/patch-app_app.pro | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/audio/mpz/Makefile b/audio/mpz/Makefile index 5b08b78b4046..34e0b29399a4 100644 --- a/audio/mpz/Makefile +++ b/audio/mpz/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= mpz -PORTVERSION= 1.0.14 +PORTVERSION= 1.0.15 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org diff --git a/audio/mpz/distinfo b/audio/mpz/distinfo index 1e7113efc109..ea74fec25bf9 100644 --- a/audio/mpz/distinfo +++ b/audio/mpz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629091983 -SHA256 (olegantonyan-mpz-1.0.14_GH0.tar.gz) = d1d3e824439b5701feec30547cf7ab584b1f1ba28053d497973ff949500fdf19 -SIZE (olegantonyan-mpz-1.0.14_GH0.tar.gz) = 3060334 +TIMESTAMP = 1629794791 +SHA256 (olegantonyan-mpz-1.0.15_GH0.tar.gz) = c0178eb21fd178da08f6c55c0d4d8aaf4dfcd36623f68c6cf7364ecc9b418268 +SIZE (olegantonyan-mpz-1.0.15_GH0.tar.gz) = 2693147 diff --git a/audio/mpz/files/patch-app_app.pro b/audio/mpz/files/patch-app_app.pro index 476bbeeb52d5..6126b7c2c38e 100644 --- a/audio/mpz/files/patch-app_app.pro +++ b/audio/mpz/files/patch-app_app.pro @@ -1,24 +1,24 @@ ---- app/app.pro.orig 2021-08-16 05:33:03 UTC +--- app/app.pro.orig 2021-08-24 08:46:31 UTC +++ app/app.pro -@@ -154,14 +154,14 @@ FORMS += \ +@@ -154,15 +154,12 @@ FORMS += \ # Libraries INCLUDEPATH += \ - ../libs/taglib/taglib-1.12/taglib \ - ../libs/taglib/taglib-1.12/taglib/toolkit \ +- ../libs/yaml-cpp/yaml-cpp-0.7.0/include \ + ${LOCALBASE}/include/taglib \ -+ ${LOCALBASE}/include/taglib/toolkit \ - ../libs/yaml-cpp/yaml-cpp-0.6.3/include \ ../libs/qtwaitingspinner \ ../libs/qhotkey/QHotkey-1.4.2 LIBS += \ - -L../libs/taglib -ltaglib \ -+ -L${LOCALBASE}/lib -ltag \ - -L../libs/yaml-cpp -lyaml-cpp \ +- -L../libs/yaml-cpp -lyaml-cpp \ ++ -L${LOCALBASE}/lib -ltag -lyaml-cpp \ -L../libs/qtwaitingspinner -lqtwaitingspinner \ -L../libs/qhotkey -lqhotkey -@@ -185,5 +185,5 @@ RESOURCES += \ + +@@ -185,5 +182,5 @@ RESOURCES += \ ../resources.qrc # make install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241654.17OGsNGV000433>