diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-09-05 12:55:35 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-09-05 13:03:10 +0000 |
commit | c8b083107b47a8623561033d659b2f0f9ff98ed6 (patch) | |
tree | bd2d61ca51c9ade0dc21935b66a309a377a9b130 /net | |
parent | 934caa7c51e35af18e9f5afb221a17bc8fcc18ff (diff) |
Diffstat (limited to 'net')
-rw-r--r-- | net/l2tpd/Makefile | 2 | ||||
-rw-r--r-- | net/ortp/Makefile | 2 | ||||
-rw-r--r-- | net/radiusclient/Makefile | 2 | ||||
-rw-r--r-- | net/stund/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index aecf8e121301..3df829361176 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 10 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/L2TPd/${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the layer two tunneling protocol BROKEN_armv6= fails to link: undefined reference to check_control diff --git a/net/ortp/Makefile b/net/ortp/Makefile index bd3def72c389..9eaf6d4377e0 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ortp PORTVERSION= 5.1.32 CATEGORIES= net -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= zirias@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library LICENSE= GPLv3 diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 7a044d891caf..21daec95fe7c 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net MASTER_SITES= SF/radiusclient-ng.berlios DISTNAME= ${PORTNAME}-ng-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Client library and basic utilities for RADIUS AAA GNU_CONFIGURE= yes diff --git a/net/stund/Makefile b/net/stund/Makefile index 5fd300222109..b3b5938befeb 100644 --- a/net/stund/Makefile +++ b/net/stund/Makefile @@ -4,7 +4,7 @@ CATEGORIES= net MASTER_SITES= SF/stun/stun/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_Aug13 -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple STUN (RFC 3489) server and client USES= gmake tar:tgz |