Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 21:09:05 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542056 - in head: devel/libosmo-abis devel/libosmocore devel/libsmpp34 net/netsed net/ns3 net/openggsn security/samhain
Message-ID:  <202007112109.06BL951U055435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jul 11 21:09:05 2020
New Revision: 542056
URL: https://svnweb.freebsd.org/changeset/ports/542056

Log:
  Drop MAINTAINER'ship per maintainer request
  
  PR:		247919, 247920, 247921, 247922, 247923, 247924, 247916
  Submitted by:	Nikola Kolev <koue@chaosophia.net>
  Event:		July 2020 Bugathon

Modified:
  head/devel/libosmo-abis/Makefile
  head/devel/libosmocore/Makefile
  head/devel/libsmpp34/Makefile
  head/net/netsed/Makefile
  head/net/ns3/Makefile
  head/net/openggsn/Makefile
  head/security/samhain/Makefile

Modified: head/devel/libosmo-abis/Makefile
==============================================================================
--- head/devel/libosmo-abis/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/devel/libosmo-abis/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -3,10 +3,9 @@
 PORTNAME=	libosmo-abis
 PORTVERSION=	0.7.0
 CATEGORIES=	devel
-MASTER_SITES=	http://git.osmocom.org/libosmo-abis/snapshot/ \
-		http://chaosophia.net/downloads/osmocom/${PORTNAME}/
+MASTER_SITES=	http://git.osmocom.org/libosmo-abis/snapshot/
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Shared code regarding the A-bis interface between BTS and BSC
 
 LICENSE=	AGPLv3

Modified: head/devel/libosmocore/Makefile
==============================================================================
--- head/devel/libosmocore/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/devel/libosmocore/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -3,10 +3,9 @@
 PORTNAME=	libosmocore
 PORTVERSION=	1.2.0
 CATEGORIES=	devel
-MASTER_SITES=	http://git.osmocom.org/libosmocore/snapshot/ \
-		http://chaosophia.net/downloads/osmocom/${PORTNAME}/
+MASTER_SITES=	http://git.osmocom.org/libosmocore/snapshot/
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Common library for all Osmocom projects
 
 LICENSE=	GPLv2

Modified: head/devel/libsmpp34/Makefile
==============================================================================
--- head/devel/libsmpp34/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/devel/libsmpp34/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -3,10 +3,9 @@
 PORTNAME=	libsmpp34
 PORTVERSION=	1.10
 CATEGORIES=	devel
-MASTER_SITES=	http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
-		http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
+MASTER_SITES=	http://chaosophia.net/downloads/osmocom/${PORTNAME}/
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provide an implementation of SMPP-3.4 protocol for PDUs handling
 
 LICENSE=	LGPL21

Modified: head/net/netsed/Makefile
==============================================================================
--- head/net/netsed/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/net/netsed/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -6,7 +6,7 @@ PORTVERSION=	1.3
 CATEGORIES=	net security
 MASTER_SITES=	http://silicone.homelinux.org/release/netsed/
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Alters the contents of network packets in real time
 
 USES=		gmake

Modified: head/net/ns3/Makefile
==============================================================================
--- head/net/ns3/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/net/ns3/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -6,7 +6,7 @@ CATEGORIES=	net
 MASTER_SITES=	https://www.nsnam.org/release/
 DISTNAME=	ns-allinone-${PORTVERSION}
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Network simulator for Internet systems
 
 LICENSE=	GPLv2

Modified: head/net/openggsn/Makefile
==============================================================================
--- head/net/openggsn/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/net/openggsn/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -3,10 +3,9 @@
 PORTNAME=	openggsn
 PORTVERSION=	0.94
 CATEGORIES=	net
-MASTER_SITES=	http://git.osmocom.org/${PORTNAME}/snapshot/ \
-		http://chaosophia.net/downloads/osmocom/${PORTNAME}/
+MASTER_SITES=	http://git.osmocom.org/${PORTNAME}/snapshot/
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Implementation of the Gateway GPRS Support Node element
 
 LICENSE=	GPLv2

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Sat Jul 11 21:02:11 2020	(r542055)
+++ head/security/samhain/Makefile	Sat Jul 11 21:09:05 2020	(r542056)
@@ -7,7 +7,7 @@ CATEGORIES=	security
 MASTER_SITES=	http://la-samhna.de/archive/
 DISTNAME=	samhain_signed-${PORTVERSION}
 
-MAINTAINER=	koue@chaosophia.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Samhain Intrusion Detection System
 
 LICENSE=	GPLv2



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