From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 08:12:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ED65CBB; Thu, 6 Mar 2014 08:12:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5CF9D7A; Thu, 6 Mar 2014 08:12:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s268C6G2076198; Thu, 6 Mar 2014 08:12:06 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s268C6gC076194; Thu, 6 Mar 2014 08:12:06 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201403060812.s268C6gC076194@svn.freebsd.org> From: Frederic Culot Date: Thu, 6 Mar 2014 08:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347170 - in head: audio/smasher editors/diakonos emulators/fceux ftp/bareftp 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.17 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: Thu, 06 Mar 2014 08:12:07 -0000 Author: culot Date: Thu Mar 6 08:12:05 2014 New Revision: 347170 URL: http://svnweb.freebsd.org/changeset/ports/347170 QAT: https://qat.redports.org/buildarchive/r347170/ Log: - Reset maintainership PR: ports/187285 Submitted by: Chris Petrik Modified: head/audio/smasher/Makefile head/editors/diakonos/Makefile head/emulators/fceux/Makefile head/ftp/bareftp/Makefile Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Thu Mar 6 08:01:57 2014 (r347169) +++ head/audio/smasher/Makefile Thu Mar 6 08:12:05 2014 (r347170) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-source -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cross platform audio loop slicer LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ Modified: head/editors/diakonos/Makefile ============================================================================== --- head/editors/diakonos/Makefile Thu Mar 6 08:01:57 2014 (r347169) +++ head/editors/diakonos/Makefile Thu Mar 6 08:12:05 2014 (r347170) @@ -6,7 +6,7 @@ PORTVERSION= 0.9.1 CATEGORIES= editors ruby MASTER_SITES= http://diakonos.pist0s.ca/archives/ \ http://distfiles.bsdjunk.com -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Linux editor for the masses LICENSE= MIT Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Thu Mar 6 08:01:57 2014 (r347169) +++ head/emulators/fceux/Makefile Thu Mar 6 08:12:05 2014 (r347170) @@ -8,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION:R}%20src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Portable NES/Famicom emulator based on Bero's original FCE USES= pkgconfig Modified: head/ftp/bareftp/Makefile ============================================================================== --- head/ftp/bareftp/Makefile Thu Mar 6 08:01:57 2014 (r347169) +++ head/ftp/bareftp/Makefile Thu Mar 6 08:12:05 2014 (r347170) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.10 CATEGORIES= ftp MASTER_SITES= http://www.bareftp.org/release/ -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Ftp client made in C sharp GNU_CONFIGURE= yes