svn commit: r561759 - branches/2021Q1/audio/kid3-qt5

Jason E. Hale jhale at FreeBSD.org
Sat Jan 16 20:16:32 UTC 2021


Author: jhale
Date: Sat Jan 16 20:16:30 2021
New Revision: 561759
URL: https://svnweb.freebsd.org/changeset/ports/561759

Log:
  MFH: r561757
  
  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.

Modified:
  branches/2021Q1/audio/kid3-qt5/Makefile
  branches/2021Q1/audio/kid3-qt5/distinfo
  branches/2021Q1/audio/kid3-qt5/pkg-descr
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/audio/kid3-qt5/Makefile
==============================================================================
--- branches/2021Q1/audio/kid3-qt5/Makefile	Sat Jan 16 20:13:27 2021	(r561758)
+++ branches/2021Q1/audio/kid3-qt5/Makefile	Sat Jan 16 20:16:30 2021	(r561759)
@@ -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 at 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: branches/2021Q1/audio/kid3-qt5/distinfo
==============================================================================
--- branches/2021Q1/audio/kid3-qt5/distinfo	Sat Jan 16 20:13:27 2021	(r561758)
+++ branches/2021Q1/audio/kid3-qt5/distinfo	Sat Jan 16 20:16:30 2021	(r561759)
@@ -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: branches/2021Q1/audio/kid3-qt5/pkg-descr
==============================================================================
--- branches/2021Q1/audio/kid3-qt5/pkg-descr	Sat Jan 16 20:13:27 2021	(r561758)
+++ branches/2021Q1/audio/kid3-qt5/pkg-descr	Sat Jan 16 20:16:30 2021	(r561759)
@@ -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/


More information about the svn-ports-all mailing list