From owner-svn-ports-head@freebsd.org Fri Dec 11 08:43:46 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 63F609D7120; Fri, 11 Dec 2015 08:43:46 +0000 (UTC) (envelope-from miwi@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 213BF1957; Fri, 11 Dec 2015 08:43:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBB8hj8q080220; Fri, 11 Dec 2015 08:43:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBB8hijG080211; Fri, 11 Dec 2015 08:43:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512110843.tBB8hijG080211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 08:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403505 - in head: deskutils/xcalendar devel/libpasori japanese/edyvalue japanese/suicavalue net/p5-Net-Wake net/stone sysutils/du2ps x11-fonts/bdfresize 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: Fri, 11 Dec 2015 08:43:46 -0000 Author: miwi Date: Fri Dec 11 08:43:44 2015 New Revision: 403505 URL: https://svnweb.freebsd.org/changeset/ports/403505 Log: - Reset maintainer PR: 205175 Submitted by: ysarumaru@gmail.com Approved by: mat (mentor) Differential Revision: D4491 Modified: head/deskutils/xcalendar/Makefile head/devel/libpasori/Makefile head/japanese/edyvalue/Makefile head/japanese/suicavalue/Makefile head/net/p5-Net-Wake/Makefile head/net/stone/Makefile head/sysutils/du2ps/Makefile head/x11-fonts/bdfresize/Makefile Modified: head/deskutils/xcalendar/Makefile ============================================================================== --- head/deskutils/xcalendar/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/deskutils/xcalendar/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -8,7 +8,7 @@ CATEGORIES= deskutils MASTER_SITES= PORTS_JP DISTNAME= ${PORTNAME}-4.0+i18n -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Calendar with a notebook for X11 (internationalized version) WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/libpasori/Makefile ============================================================================== --- head/devel/libpasori/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/devel/libpasori/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= SOURCEFORGE_JP/${PORTNAME}/20457 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi) USES= tar:bzip2 uidfix Modified: head/japanese/edyvalue/Makefile ============================================================================== --- head/japanese/edyvalue/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/japanese/edyvalue/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .c EXTRACT_ONLY= -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to print a statement of Edy card LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori Modified: head/japanese/suicavalue/Makefile ============================================================================== --- head/japanese/suicavalue/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/japanese/suicavalue/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -10,7 +10,7 @@ EXTRACT_SUFX= .c DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to print a statement of Suica LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori Modified: head/net/p5-Net-Wake/Makefile ============================================================================== --- head/net/p5-Net-Wake/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/net/p5-Net-Wake/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Send Wake On Lan (WOL) packets to power on computers USES= perl5 Modified: head/net/stone/Makefile ============================================================================== --- head/net/stone/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/net/stone/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -6,7 +6,7 @@ PORTVERSION= 2.3e CATEGORIES= net ipv6 MASTER_SITES= http://www.gcd.org/sengoku/stone/ -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Stone is a TCP/IP packet repeater in the application layer LICENSE= GPLv2 Modified: head/sysutils/du2ps/Makefile ============================================================================== --- head/sysutils/du2ps/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/sysutils/du2ps/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= http://line.to/mac/soft/du2ps/ EXTRACT_SUFX= .tgz -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Filter for converting output of du to PostScript file # Nkf is required for just converting character code of japanese manual Modified: head/x11-fonts/bdfresize/Makefile ============================================================================== --- head/x11-fonts/bdfresize/Makefile Fri Dec 11 08:40:34 2015 (r403504) +++ head/x11-fonts/bdfresize/Makefile Fri Dec 11 08:43:44 2015 (r403505) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ -MAINTAINER= sarumaru@jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for resizing BDF format font GNU_CONFIGURE= yes