From f6c06f8c9a952a1301e2e993006c2ae938b4993e Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Thu, 10 Sep 2020 19:17:38 +0000 Subject: Change the maintainer entry in rhurlin's ports After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26398 --- archivers/laszip/Makefile | 2 +- astro/astrometry/Makefile | 2 +- astro/py-ephem/Makefile | 2 +- databases/mdbtools/Makefile | 2 +- databases/postgis-jdbc/Makefile | 2 +- devel/liblas12/Makefile | 2 +- graphics/openjump/Makefile | 2 +- graphics/py-pyrsgis/Makefile | 2 +- graphics/py-visvis/Makefile | 2 +- graphics/qgis-ltr/Makefile | 2 +- graphics/qgis/Makefile | 2 +- math/ess/Makefile | 2 +- math/ggobi/Makefile | 2 +- math/nlopt/Makefile | 2 +- math/py-matplotlib-scalebar/Makefile | 2 +- math/saga/Makefile | 2 +- misc/wmweather+/Makefile | 2 +- science/mpb/Makefile | 2 +- sysutils/wmupmon/Makefile | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index 230079189b62..12efd615123c 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -5,7 +5,7 @@ PORTNAME= laszip PORTVERSION= 3.4.3 CATEGORIES= archivers -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Library for lossless LAS compression LICENSE= LGPL21 diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index ff9c890aa9c5..a00963870310 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -8,7 +8,7 @@ CATEGORIES= astro MASTER_SITES= http://astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Astronomic calibration service LICENSE= GPLv2 diff --git a/astro/py-ephem/Makefile b/astro/py-ephem/Makefile index e5a5cb4def11..c6d0c8364d85 100644 --- a/astro/py-ephem/Makefile +++ b/astro/py-ephem/Makefile @@ -7,7 +7,7 @@ CATEGORIES= astro math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Compute positions of the planets and stars LICENSE= LGPL3 diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index 4699081276f0..e96284a71f60 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -5,7 +5,7 @@ PORTNAME= mdbtools DISTVERSION= 0.8.2 CATEGORIES= databases -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) LICENSE= GPLv2 diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile index c2e280c95d7e..e32cbddccb3b 100644 --- a/databases/postgis-jdbc/Makefile +++ b/databases/postgis-jdbc/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases java geography MASTER_SITES= http://postgis.net/stuff/ EXTRACT_SUFX= .jar -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= PostGIS spatial data structures for JDBC LICENSE= GPLv2 LGPL21 diff --git a/devel/liblas12/Makefile b/devel/liblas12/Makefile index 6f9edf47062f..31505c357a34 100644 --- a/devel/liblas12/Makefile +++ b/devel/liblas12/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Library For Reading And Writing LAS-Format Data LICENSE= BSD3CLAUSE BSL MIT diff --git a/graphics/openjump/Makefile b/graphics/openjump/Makefile index 8bf89c2c1691..623249483156 100644 --- a/graphics/openjump/Makefile +++ b/graphics/openjump/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics java geography MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION} DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Open source GIS software written in Java LICENSE= BSD3CLAUSE CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 diff --git a/graphics/py-pyrsgis/Makefile b/graphics/py-pyrsgis/Makefile index 876f5a848863..76b378027508 100644 --- a/graphics/py-pyrsgis/Makefile +++ b/graphics/py-pyrsgis/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Processing satellite data directly from TAR files LICENSE= MIT diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile index d9e67ba47fc4..b2451eadd68e 100644 --- a/graphics/py-visvis/Makefile +++ b/graphics/py-visvis/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Object oriented approach to visualization of 1D to 4D data LICENSE= BSD3CLAUSE diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 114ac22dabf5..11366534b306 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -12,7 +12,7 @@ PATCHFILES= 33192f38bc7d.patch:-p1 \ 12203f0ce527.patch:-p1 \ 6e9d42d70099.patch:-p1 -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Free and Open Source Geographic Information System LICENSE= GPLv2 diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 190aabf482f9..3a1a853600a8 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -12,7 +12,7 @@ PATCHFILES= 33192f38bc7d.patch:-p1 \ 12203f0ce527.patch:-p1 \ 6e9d42d70099.patch:-p1 -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Free and Open Source Geographic Information System LICENSE= GPLv2 diff --git a/math/ess/Makefile b/math/ess/Makefile index d8feda381c81..eb87c460c4ff 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= R support for Emacsen LICENSE= GPLv2+ diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index 808b2ff681a7..81b5423cec70 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= http://www.ggobi.org/downloads/ -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Data visualization system LICENSE= EPL diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile index 44fd3ee8f995..e1c5eb173d89 100644 --- a/math/nlopt/Makefile +++ b/math/nlopt/Makefile @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 2.6.2 CATEGORIES= math -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Nonlinear optimization library LICENSE= LGPL21 MIT diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index 57ee7822c6e2..4d4d57daeae9 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -7,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Artist for matplotlib to display a scale bar LICENSE= MIT diff --git a/math/saga/Makefile b/math/saga/Makefile index a1c75db9c20d..24c965dce879 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 7.7.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= System for Automated Geoscientific Analyses LICENSE= GPLv2 LGPL21 diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 301fe34b1b95..fc58b7a17ee2 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Displays current conditions and forecasts with icons and text LICENSE= GPLv2+ diff --git a/science/mpb/Makefile b/science/mpb/Makefile index 21ab8f54ea56..ea9a392b9980 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 15 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= MIT Photonic-Bands LICENSE= GPLv2 diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index 140117b66d52..2689932ec4cb 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -8,7 +8,7 @@ CATEGORIES= sysutils windowmaker # URL link over http://freecode.com/projects/wmupmon MASTER_SITES= http://j-z-s.com/projects/downloads/ -MAINTAINER= rhurlin@gwdg.de +MAINTAINER= rhurlin@FreeBSD.org COMMENT= Uptime showing dockapp with a similar look to wmcpuload GNU_CONFIGURE= yes -- cgit v1.2.3