From owner-svn-ports-all@freebsd.org Mon Mar 13 10:53:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80165C323FC; Mon, 13 Mar 2017 10:53:54 +0000 (UTC) (envelope-from tobik@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 mx1.freebsd.org (Postfix) with ESMTPS id 4019A1304; Mon, 13 Mar 2017 10:53:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2DArro3099322; Mon, 13 Mar 2017 10:53:53 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DArrQu099320; Mon, 13 Mar 2017 10:53:53 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703131053.v2DArrQu099320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 13 Mar 2017 10:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436066 - head/audio/tagutil X-SVN-Group: ports-head 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.23 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: Mon, 13 Mar 2017 10:53:54 -0000 Author: tobik Date: Mon Mar 13 10:53:52 2017 New Revision: 436066 URL: https://svnweb.freebsd.org/changeset/ports/436066 Log: Update to 3.0.3 PR: 217303 Approved by: lme (mentor), alex@kaworu.ch (maintainer timeout, 2 weeks) Differential Revision: https://reviews.freebsd.org/D9950 Modified: head/audio/tagutil/Makefile head/audio/tagutil/distinfo head/audio/tagutil/pkg-descr Modified: head/audio/tagutil/Makefile ============================================================================== --- head/audio/tagutil/Makefile Mon Mar 13 10:52:26 2017 (r436065) +++ head/audio/tagutil/Makefile Mon Mar 13 10:53:52 2017 (r436066) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= tagutil -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= audio MAINTAINER= alex@kaworu.ch @@ -21,6 +20,7 @@ PLIST_FILES= bin/tagutil \ man/man1/tagutil.1.gz CMAKE_ARGS= -DMAN_PATH=${PREFIX}/man +CMAKE_SOURCE_PATH= ${WRKSRC}/src OPTIONS_DEFINE= JSON OPTIONS_MULTI= MEDIA @@ -29,13 +29,15 @@ OPTIONS_DEFAULT= FLAC OGG TAGLIB TAGLIB_DESC= Multiple file format but limited tags support JSON_DESC= JSON output format support -JSON_LIB_DEPENDS+= libjansson.so:devel/jansson -JSON_CMAKE_OFF+= -DWITHOUT_JSON=yes -FLAC_LIB_DEPENDS+= libFLAC.so:audio/flac -FLAC_CMAKE_OFF+= -DWITHOUT_FLAC=yes -OGG_LIB_DEPENDS+= libvorbisfile.so:audio/libvorbis -OGG_CMAKE_OFF+= -DWITHOUT_OGGVORBIS=yes -TAGLIB_LIB_DEPENDS+= libtag_c.so:audio/taglib -TAGLIB_CMAKE_OFF+= -DWITHOUT_TAGLIB=yes +JSON_LIB_DEPENDS= libjansson.so:devel/jansson +JSON_CMAKE_OFF= -DWITHOUT_JSON=yes +FLAC_LIB_DEPENDS= libFLAC.so:audio/flac +FLAC_CMAKE_OFF= -DWITHOUT_FLAC=yes +OGG_LIB_DEPENDS=\ + libvorbisfile.so:audio/libvorbis \ + libogg.so:audio/libogg +OGG_CMAKE_OFF= -DWITHOUT_OGGVORBIS=yes +TAGLIB_LIB_DEPENDS= libtag_c.so:audio/taglib +TAGLIB_CMAKE_OFF= -DWITHOUT_TAGLIB=yes .include Modified: head/audio/tagutil/distinfo ============================================================================== --- head/audio/tagutil/distinfo Mon Mar 13 10:52:26 2017 (r436065) +++ head/audio/tagutil/distinfo Mon Mar 13 10:53:52 2017 (r436066) @@ -1,2 +1,3 @@ -SHA256 (kAworu-tagutil-v3.0.1_GH0.tar.gz) = a31501bd93c1e31aaf11b53f044076a1773cc7fccfef1156a8719a8d8dd17c0b -SIZE (kAworu-tagutil-v3.0.1_GH0.tar.gz) = 53306 +TIMESTAMP = 1487797890 +SHA256 (kAworu-tagutil-v3.0.3_GH0.tar.gz) = 36b549a2e15ef53b17e2fd0384a60995962baadb46d67e6b65b98cca3d4c3c6c +SIZE (kAworu-tagutil-v3.0.3_GH0.tar.gz) = 72613 Modified: head/audio/tagutil/pkg-descr ============================================================================== --- head/audio/tagutil/pkg-descr Mon Mar 13 10:52:26 2017 (r436065) +++ head/audio/tagutil/pkg-descr Mon Mar 13 10:53:52 2017 (r436066) @@ -1,5 +1,5 @@ -Tagutil is a CLI tool to edit music file's tag. It aim to provide both an -easy-to-script interface and ease of use interactively and fully support Vorbis -Comments (unlimited set of tags). +Tagutil is a CLI tool to display and modify tags stored in music +files. It aims to provide both an easy-to-script and an interactive +interface. It fully supports Vorbis Comments (unlimited set of tags). WWW: https://github.com/kAworu/tagutil