diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-01-05 15:33:39 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-01-05 15:33:39 +0000 |
commit | f4ee943fba3f5055f44156213bcbcfc411104ab2 (patch) | |
tree | c26d3bc8c201b3a788547da4030f134e03139ce6 /net | |
parent | f1bb915d615d261e8d29277f1deffe70572d215d (diff) |
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
Notes
Notes:
svn path=/head/; revision=560410
Diffstat (limited to 'net')
-rw-r--r-- | net/activemq/Makefile | 2 | ||||
-rw-r--r-- | net/apache-commons-net/Makefile | 2 | ||||
-rw-r--r-- | net/cloudquery/Makefile | 2 | ||||
-rw-r--r-- | net/enet/Makefile | 2 | ||||
-rw-r--r-- | net/libilbc/Makefile | 2 | ||||
-rw-r--r-- | net/libvncserver/Makefile | 2 | ||||
-rw-r--r-- | net/ns3/Makefile | 2 | ||||
-rw-r--r-- | net/radsecproxy/Makefile | 2 | ||||
-rw-r--r-- | net/x2goclient-cli/Makefile | 2 | ||||
-rw-r--r-- | net/x2goclient/Makefile | 2 | ||||
-rw-r--r-- | net/yaz/Makefile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/net/activemq/Makefile b/net/activemq/Makefile index 87d6c1beed71..90b869df6d10 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -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 diff --git a/net/apache-commons-net/Makefile b/net/apache-commons-net/Makefile index e3b4f9ebf326..f70da59d1a86 100644 --- a/net/apache-commons-net/Makefile +++ b/net/apache-commons-net/Makefile @@ -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 diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index 8018ab9a7282..8b4ffa14660e 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -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 diff --git a/net/enet/Makefile b/net/enet/Makefile index 2b21ba6bc5da..b9a78a1938d1 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -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 diff --git a/net/libilbc/Makefile b/net/libilbc/Makefile index cdb64ba2644d..e23111cbf9b6 100644 --- a/net/libilbc/Makefile +++ b/net/libilbc/Makefile @@ -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 diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 874623943adc..4643609e4328 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -11,7 +11,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ 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 diff --git a/net/ns3/Makefile b/net/ns3/Makefile index 6fdcb25514e3..27aa8a9f4f97 100644 --- a/net/ns3/Makefile +++ b/net/ns3/Makefile @@ -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 diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 033af8be9ee1..2b86d83c068b 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -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 diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index 72593ec21e8d..6530e06265df 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -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 diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index 93adf2b0da5c..ea052029b4ee 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -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 diff --git a/net/yaz/Makefile b/net/yaz/Makefile index d108c89282c4..b692a755a172 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -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 |