Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 15:33:40 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560410 - in head: archivers/urbackup-client archivers/urbackup-server audio/ecasound deskutils/elementary-calendar deskutils/go-for-it emulators/nestopia games/automuteus games/etracer...
Message-ID:  <202101051533.105FXe5p038253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nc
Date: Tue Jan  5 15:33:39 2021
New Revision: 560410
URL: https://svnweb.freebsd.org/changeset/ports/560410

Log:
  Set MAINTAINER of my ports to my FreeBSD handle (nc@).
  
  Reviewed by:		0mp (mentor)
  Approved by:		0mp (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27966

Modified:
  head/archivers/urbackup-client/Makefile
  head/archivers/urbackup-server/Makefile
  head/audio/ecasound/Makefile
  head/deskutils/elementary-calendar/Makefile
  head/deskutils/go-for-it/Makefile
  head/emulators/nestopia/Makefile
  head/games/automuteus/Makefile
  head/games/etracer/Makefile
  head/graphics/py-box2d-py/Makefile
  head/mail/mpop/Makefile
  head/math/py-cmaes/Makefile
  head/math/py-optuna/Makefile
  head/misc/colwide/Makefile
  head/multimedia/gtk-youtube-viewer/Makefile
  head/multimedia/livego/Makefile
  head/net/activemq/Makefile
  head/net/apache-commons-net/Makefile
  head/net/cloudquery/Makefile
  head/net/enet/Makefile
  head/net/libilbc/Makefile
  head/net/libvncserver/Makefile
  head/net/ns3/Makefile
  head/net/radsecproxy/Makefile
  head/net/x2goclient-cli/Makefile
  head/net/x2goclient/Makefile
  head/net/yaz/Makefile
  head/security/ssb/Makefile
  head/security/xray-core/Makefile
  head/sysutils/currtime/Makefile
  head/sysutils/ttyd/Makefile

Modified: head/archivers/urbackup-client/Makefile
==============================================================================
--- head/archivers/urbackup-client/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/archivers/urbackup-client/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ DISTVERSION=	2.4.11.0
 CATEGORIES=	archivers
 MASTER_SITES=	https://hndl.urbackup.org/Client/${DISTVERSION:R}/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Client component of the UrBackup backup system
 
 LICENSE=	AGPLv3+

Modified: head/archivers/urbackup-server/Makefile
==============================================================================
--- head/archivers/urbackup-server/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/archivers/urbackup-server/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ DISTVERSION=	2.4.13
 CATEGORIES=	archivers
 MASTER_SITES=	https://hndl.urbackup.org/Server/${DISTVERSION}/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Server component of the UrBackup backup system
 
 LICENSE=	AGPLv3

Modified: head/audio/ecasound/Makefile
==============================================================================
--- head/audio/ecasound/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/audio/ecasound/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://ecasound.seul.org/download/ \
 		http://nosignal.fi/download/ \
 		http://ecawave.sourceforge.net/download/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Multitrack audio processing software
 
 LICENSE=	GPLv2 LGPL21

Modified: head/deskutils/elementary-calendar/Makefile
==============================================================================
--- head/deskutils/elementary-calendar/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/deskutils/elementary-calendar/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	elementary-calendar
 DISTVERSION=	5.1.1
 CATEGORIES=	deskutils
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Desktop calendar app designed for elementary OS
 
 LICENSE=	GPLv3+

Modified: head/deskutils/go-for-it/Makefile
==============================================================================
--- head/deskutils/go-for-it/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/deskutils/go-for-it/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	go-for-it
 DISTVERSION=	1.9.0
 CATEGORIES=	deskutils
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Stylish to-do list with built-in productivity timer
 
 LICENSE=	GPLv3+

Modified: head/emulators/nestopia/Makefile
==============================================================================
--- head/emulators/nestopia/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/emulators/nestopia/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	nestopia
 DISTVERSION=	1.50
 CATEGORIES=	emulators
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Portable NES/Famicom emulator
 
 LICENSE=	GPLv2

Modified: head/games/automuteus/Makefile
==============================================================================
--- head/games/automuteus/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/games/automuteus/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	automuteus
 DISTVERSION=	6.7.1
 CATEGORIES=	games
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Discord Bot to automute Among Us players at round transitions
 
 LICENSE=	MIT

Modified: head/games/etracer/Makefile
==============================================================================
--- head/games/etracer/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/games/etracer/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -7,7 +7,7 @@ CATEGORIES=	games
 MASTER_SITES=	SF/extremetuxracer/releases/${PORTVERSION}
 PKGNAMESUFFIX=	acer
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Extreme Tux Racer
 
 LICENSE=	GPLv2

Modified: head/graphics/py-box2d-py/Makefile
==============================================================================
--- head/graphics/py-box2d-py/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/graphics/py-box2d-py/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	2D physics library Box2D 2.3 for usage in Python
 
 LICENSE=	ZLIB

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/mail/mpop/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ DISTVERSION=	1.4.12
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Small and fast POP3 client
 
 LICENSE=	GPLv3+

Modified: head/math/py-cmaes/Makefile
==============================================================================
--- head/math/py-cmaes/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/math/py-cmaes/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ CATEGORIES=	math # machine-learning
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Lightweight CMA Evolution Strategy implementation for Python
 
 LICENSE=	MIT

Modified: head/math/py-optuna/Makefile
==============================================================================
--- head/math/py-optuna/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/math/py-optuna/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ CATEGORIES=	math # machine-learning
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Hyperparameter optimization framework
 
 LICENSE=	MIT

Modified: head/misc/colwide/Makefile
==============================================================================
--- head/misc/colwide/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/misc/colwide/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	colwide
 PORTVERSION=	0.01
 CATEGORIES=	misc perl5
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Utility which outputs a number of characters to the screen
 
 LICENSE=	BSD2CLAUSE

Modified: head/multimedia/gtk-youtube-viewer/Makefile
==============================================================================
--- head/multimedia/gtk-youtube-viewer/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/multimedia/gtk-youtube-viewer/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ PORTNAME=	gtk-youtube-viewer
 PORTVERSION=	3.8.1
 CATEGORIES=	multimedia perl5
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	GTK Search and play YouTube videos streaming in MPlayer
 
 LICENSE=	ART10 GPLv3

Modified: head/multimedia/livego/Makefile
==============================================================================
--- head/multimedia/livego/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/multimedia/livego/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	livego
 DISTVERSION=	0.0.14
 CATEGORIES=	multimedia
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Live video streaming server in golang
 
 LICENSE=	MIT

Modified: head/net/activemq/Makefile
==============================================================================
--- head/net/activemq/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/activemq/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -7,7 +7,7 @@ MASTER_SITES=	APACHE/${PORTNAME}/${PORTVERSION}
 DISTNAME=	apache-${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	-bin.tar.gz
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Messaging and Integration Patterns provider
 
 LICENSE=	APACHE20

Modified: head/net/apache-commons-net/Makefile
==============================================================================
--- head/net/apache-commons-net/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/apache-commons-net/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -8,7 +8,7 @@ MASTER_SITES=	APACHE_COMMONS_BINARIES
 PKGNAMEPREFIX=	apache-
 DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Collection of network protocol implementations for Java
 
 LICENSE=	APACHE20

Modified: head/net/cloudquery/Makefile
==============================================================================
--- head/net/cloudquery/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/cloudquery/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.8
 CATEGORIES=	net
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Transform cloud infrastructure into queryable SQL tables
 
 LICENSE=	MPL20

Modified: head/net/enet/Makefile
==============================================================================
--- head/net/enet/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/enet/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -7,7 +7,7 @@ PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	http://enet.bespin.org/download/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Simple and robust communication library based on UDP
 
 LICENSE=	MIT

Modified: head/net/libilbc/Makefile
==============================================================================
--- head/net/libilbc/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/libilbc/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ DISTVERSION=	3.0.4
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/TimothyGu/${PORTNAME}/releases/download/v${DISTVERSION}/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Internet Low Bit Rate codec (RFC3951)
 
 LICENSE=	BSD3CLAUSE

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/libvncserver/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -11,7 +11,7 @@ PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PRO
 PATCHFILES+=	132c1389390c.patch:-p1 # https://github.com/LibVNC/libvncserver/pull/453
 PATCHFILES+=	0becaf749e83.patch:-p1 # https://github.com/LibVNC/libvncserver/pull/453
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Provide an easy API to a custom vnc server
 
 LICENSE=	GPLv2

Modified: head/net/ns3/Makefile
==============================================================================
--- head/net/ns3/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/ns3/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ CATEGORIES=	net education
 MASTER_SITES=	https://www.nsnam.org/release/
 DISTNAME=	ns-allinone-${PORTVERSION}
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Network simulator for Internet systems
 
 LICENSE=	GPLv2

Modified: head/net/radsecproxy/Makefile
==============================================================================
--- head/net/radsecproxy/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/radsecproxy/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ DISTVERSION=	1.8.2
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Generic RADIUS proxy
 
 LICENSE=	BSD3CLAUSE

Modified: head/net/x2goclient-cli/Makefile
==============================================================================
--- head/net/x2goclient-cli/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/x2goclient-cli/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -8,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	The x2go perl client
 
 LICENSE=	GPLv2

Modified: head/net/x2goclient/Makefile
==============================================================================
--- head/net/x2goclient/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/x2goclient/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -6,7 +6,7 @@ PORTVERSION=	4.1.2.2
 CATEGORIES=	net
 MASTER_SITES=	http://code.x2go.org/releases/source/x2goclient/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Qt client for the X2Go system
 
 LICENSE=	GPLv2

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/net/yaz/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Z39.50/SR client and API library
 
 LICENSE=	BSD3CLAUSE

Modified: head/security/ssb/Makefile
==============================================================================
--- head/security/ssb/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/security/ssb/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.2
 CATEGORIES=	security
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	SSH Server Bruteforcer
 
 LICENSE=	APACHE20

Modified: head/security/xray-core/Makefile
==============================================================================
--- head/security/xray-core/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/security/xray-core/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0
 CATEGORIES=	security
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Set of network penetration tools
 
 LICENSE=	MPL20

Modified: head/sysutils/currtime/Makefile
==============================================================================
--- head/sysutils/currtime/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/sysutils/currtime/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -5,7 +5,7 @@ PORTVERSION=	0.2.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Enhanced command-line operated real time clock
 
 LICENSE=	BSD2CLAUSE

Modified: head/sysutils/ttyd/Makefile
==============================================================================
--- head/sysutils/ttyd/Makefile	Tue Jan  5 15:24:36 2021	(r560409)
+++ head/sysutils/ttyd/Makefile	Tue Jan  5 15:33:39 2021	(r560410)
@@ -4,7 +4,7 @@ PORTNAME=	ttyd
 DISTVERSION=	1.6.2
 CATEGORIES=	sysutils
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Program to share your terminal over the web
 
 LICENSE=	MIT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101051533.105FXe5p038253>