Date: Sat, 16 Jan 2021 20:13:02 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561757 - head/audio/kid3-qt5 Message-ID: <202101162013.10GKD2kG016528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Jan 16 20:13:02 2021 New Revision: 561757 URL: https://svnweb.freebsd.org/changeset/ports/561757 Log: audio/kid3*: Switch to the smaller tar.xz distfile from the KDE mirrors. There is no change in the content between this and the tar.gz distfile from Sourceforge, so no need to rebuild. Update WWW which was redirecting. MFH: 2021Q1 Modified: head/audio/kid3-qt5/Makefile head/audio/kid3-qt5/distinfo head/audio/kid3-qt5/pkg-descr Modified: head/audio/kid3-qt5/Makefile ============================================================================== --- head/audio/kid3-qt5/Makefile Sat Jan 16 19:41:08 2021 (r561756) +++ head/audio/kid3-qt5/Makefile Sat Jan 16 20:13:02 2021 (r561757) @@ -4,7 +4,7 @@ PORTNAME= kid3 PORTVERSION= 3.8.4 PORTREVISION?= 0 CATEGORIES= audio kde -MASTER_SITES= SF +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${SLAVE} MAINTAINER= jhale@FreeBSD.org @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl -USES= cmake compiler:c++11-lang desktop-file-utils gnome pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils gnome \ + pkgconfig qt:5 tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes USE_QT= core dbus gui multimedia network xml widgets \ Modified: head/audio/kid3-qt5/distinfo ============================================================================== --- head/audio/kid3-qt5/distinfo Sat Jan 16 19:41:08 2021 (r561756) +++ head/audio/kid3-qt5/distinfo Sat Jan 16 20:13:02 2021 (r561757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602373492 -SHA256 (kid3-3.8.4.tar.gz) = 598b843aa32ed9530ebfa9a45424579e622714447f0d67cf36a62e693277bc07 -SIZE (kid3-3.8.4.tar.gz) = 3161673 +TIMESTAMP = 1610824626 +SHA256 (kid3-3.8.4.tar.xz) = 87d4d276e06b77a3dba8b4da2af6b5e8b380b1c1258831b56083541e00975997 +SIZE (kid3-3.8.4.tar.xz) = 1664192 Modified: head/audio/kid3-qt5/pkg-descr ============================================================================== --- head/audio/kid3-qt5/pkg-descr Sat Jan 16 19:41:08 2021 (r561756) +++ head/audio/kid3-qt5/pkg-descr Sat Jan 16 20:13:02 2021 (r561757) @@ -15,4 +15,4 @@ to type the same information repeatedly. * Edit synchronized lyrics and event timing codes, import/export LRC files * Automate tasks using QML/JavaScript, D-Bus or the command-line interface -WWW: https://kid3.sourceforge.io +WWW: https://kid3.kde.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101162013.10GKD2kG016528>