From owner-svn-ports-all@freebsd.org Fri Oct 26 16:03:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2876B10EA9C2; Fri, 26 Oct 2018 16:03:13 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CACF87C882; Fri, 26 Oct 2018 16:03:12 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AAA142331F; Fri, 26 Oct 2018 16:03:12 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9QG3Ccj036975; Fri, 26 Oct 2018 16:03:12 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9QG3C0Y036974; Fri, 26 Oct 2018 16:03:12 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201810261603.w9QG3C0Y036974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 26 Oct 2018 16:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483040 - head/audio/moodbar X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/moodbar X-SVN-Commit-Revision: 483040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 16:03:13 -0000 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@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 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