diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-10 16:50:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-10 16:50:08 +0000 |
commit | ef2acb2b007b1ebfc031bed71cc9de3f365e0364 (patch) | |
tree | 3114dc6f804526c88abdcd2c4a99441706610f92 | |
parent | 12a7191f7318a7e9f09b078b76d7ada392ce4cd2 (diff) | |
download | freebsd-ports-ef2acb2b007b1ebfc031bed71cc9de3f365e0364.zip |
Return currently unmaintained ports to sobomax@ who is still a src committer.
-rw-r--r-- | audio/flite/Makefile | 2 | ||||
-rw-r--r-- | databases/rrdmerge/Makefile | 2 | ||||
-rw-r--r-- | devel/debugedit/Makefile | 2 | ||||
-rw-r--r-- | graphics/perceptualdiff/Makefile | 2 | ||||
-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 | ||||
-rw-r--r-- | security/pvk/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 897a01366eb1..1173cc27e73a 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= Small run-time speech synthesis engine OPTIONS_DEFINE= DOCS diff --git a/databases/rrdmerge/Makefile b/databases/rrdmerge/Makefile index 3e82d1f2e252..0a724e343ac9 100644 --- a/databases/rrdmerge/Makefile +++ b/databases/rrdmerge/Makefile @@ -8,7 +8,7 @@ CATEGORIES= databases MASTER_SITES= http://download.sippysoft.com/thirdparty/ DISTNAME= ${PORTNAME}-${GITREVISION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= Utility to merge existing RRD data from backups into new RRD files LICENSE= GPLv3+ diff --git a/devel/debugedit/Makefile b/devel/debugedit/Makefile index 88dc7fcb56ef..5902459262b8 100644 --- a/devel/debugedit/Makefile +++ b/devel/debugedit/Makefile @@ -5,7 +5,7 @@ PORTNAME= debugedit PORTVERSION= 20170411.1 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= ELF file debug information extractor and editor LICENSE= GPLv2+ diff --git a/graphics/perceptualdiff/Makefile b/graphics/perceptualdiff/Makefile index 4efae52e7044..db20fea46e0b 100644 --- a/graphics/perceptualdiff/Makefile +++ b/graphics/perceptualdiff/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.1 DISTVERSIONPREFIX= v CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= Program that compares two images LICENSE= GPLv2 diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index b13a819a96ba..2daa9a333a89 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/L2TPd/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@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 5470832f011d..0a40009e5434 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0.2 CATEGORIES= net MASTER_SITES= https://www.linphone.org/releases/sources/ortp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library LICENSE= GPLv2+ diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index d566c75906f1..318cb82afb0c 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= SF/radiusclient-ng.berlios DISTNAME= ${PORTNAME}-ng-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@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 1ef2eff77109..a938283b87df 100644 --- a/net/stund/Makefile +++ b/net/stund/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= SF/stun/stun/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_Aug13 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= Simple STUN (RFC 3489) server and client USES= gmake tar:tgz diff --git a/security/pvk/Makefile b/security/pvk/Makefile index dfa21e298cb6..301fe418bca8 100644 --- a/security/pvk/Makefile +++ b/security/pvk/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.drh-consultancy.demon.co.uk/ DISTNAME= pvksrc EXTRACT_SUFX= .tgz.bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org COMMENT= Tool to convert a RSA key in PEM format into a PVK file and vice versa USES= ssl |