From owner-svn-ports-all@freebsd.org Wed Jun 29 20:29:28 2016 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 A0CA1B85DAF; Wed, 29 Jun 2016 20:29:28 +0000 (UTC) (envelope-from zeising@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 71D562CCB; Wed, 29 Jun 2016 20:29:28 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5TKTRaE079504; Wed, 29 Jun 2016 20:29:27 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5TKTR08079503; Wed, 29 Jun 2016 20:29:27 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201606292029.u5TKTR08079503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 29 Jun 2016 20:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417793 - head/audio/libid3tag 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.22 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: Wed, 29 Jun 2016 20:29:28 -0000 Author: zeising Date: Wed Jun 29 20:29:27 2016 New Revision: 417793 URL: https://svnweb.freebsd.org/changeset/ports/417793 Log: Grab Modified: head/audio/libid3tag/Makefile Modified: head/audio/libid3tag/Makefile ============================================================================== --- head/audio/libid3tag/Makefile Wed Jun 29 20:10:26 2016 (r417792) +++ head/audio/libid3tag/Makefile Wed Jun 29 20:29:27 2016 (r417793) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ ftp://ftp.mars.org/pub/mpeg/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= zeising@FreeBSD.org COMMENT= ID3 tags library (part of MAD project) LICENSE= GPLv2 GPLv3