svn commit: r483040 - head/audio/moodbar

Jason E. Hale jhale at FreeBSD.org
Fri Oct 26 16:03:13 UTC 2018


Author: jhale
Date: Fri Oct 26 16:03:12 2018
New Revision: 483040
URL: https://svnweb.freebsd.org/changeset/ports/483040

Log:
  audio/moodbar: Update to 1.1
  
  - Use release file instead of git archive
  - Add regression tests
  - Add USES=gnome to silence sanity check

Modified:
  head/audio/moodbar/Makefile
  head/audio/moodbar/distinfo

Modified: head/audio/moodbar/Makefile
==============================================================================
--- head/audio/moodbar/Makefile	Fri Oct 26 15:20:29 2018	(r483039)
+++ head/audio/moodbar/Makefile	Fri Oct 26 16:03:12 2018	(r483040)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	moodbar
-PORTVERSION=	1.0
-DISTVERSIONPREFIX=	v
+PORTVERSION=	1.1
 CATEGORIES=	audio
+MASTER_SITES=	https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	jhale at FreeBSD.org
 COMMENT=	Generates mood files from audio files
@@ -12,15 +12,14 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfftw3.so:math/fftw3
+TEST_DEPENDS=	${PYNUMPY}
 
-USES=		compiler:c++14-lang meson pkgconfig
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	exaile
-
+USES=		compiler:c++14-lang gnome meson pkgconfig python:3.5+,test \
+		shebangfix tar:xz
 USE_GNOME=	glib20
 USE_GSTREAMER1=	yes good ogg vorbis
 
 PLIST_FILES=	bin/moodbar
+SHEBANG_FILES=	test.py
 
 .include <bsd.port.mk>

Modified: head/audio/moodbar/distinfo
==============================================================================
--- head/audio/moodbar/distinfo	Fri Oct 26 15:20:29 2018	(r483039)
+++ head/audio/moodbar/distinfo	Fri Oct 26 16:03:12 2018	(r483040)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518781923
-SHA256 (exaile-moodbar-v1.0_GH0.tar.gz) = ca8eeb0ba41eb067dc5b8a1e3c257228839d489c059f17f6f617ba4055d11e4a
-SIZE (exaile-moodbar-v1.0_GH0.tar.gz) = 23778
+TIMESTAMP = 1540564542
+SHA256 (moodbar-1.1.tar.xz) = b329731259b6db20b969dccb616fd260fa56673571b02144d29cacb42546ea8c
+SIZE (moodbar-1.1.tar.xz) = 26012


More information about the svn-ports-all mailing list