From owner-svn-ports-head@freebsd.org Wed Aug 19 07:48:02 2015 Return-Path: Delivered-To: svn-ports-head@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 78EB29BDD14; Wed, 19 Aug 2015 07:48:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 69DF57D6; Wed, 19 Aug 2015 07:48:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7J7m250003708; Wed, 19 Aug 2015 07:48:02 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7J7m2qK003707; Wed, 19 Aug 2015 07:48:02 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201508190748.t7J7m2qK003707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Wed, 19 Aug 2015 07:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394744 - head/sysutils/fusefs-mp3fs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 07:48:02 -0000 Author: erwin Date: Wed Aug 19 07:48:01 2015 New Revision: 394744 URL: https://svnweb.freebsd.org/changeset/ports/394744 Log: Reset maintainer : Host or domain name not found. Name service error for name=overrider.at type=AAAA: Host found but no data record of requested type Sponsored by: DK Hostmaster A/S Modified: head/sysutils/fusefs-mp3fs/Makefile Modified: head/sysutils/fusefs-mp3fs/Makefile ============================================================================== --- head/sysutils/fusefs-mp3fs/Makefile Wed Aug 19 07:47:06 2015 (r394743) +++ head/sysutils/fusefs-mp3fs/Makefile Wed Aug 19 07:48:01 2015 (r394744) @@ -9,7 +9,7 @@ CATEGORIES= sysutils audio MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= fusefs- -MAINTAINER= sterum@overrider.at +MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \