aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2016-06-15 17:04:29 +0800
committertz <tz@FreeBSD.org>2016-06-15 17:04:29 +0800
commitf8b6e8244dbbe5fa19db2b080e96e3b391503306 (patch)
treef26161dbc88c3ff0c96ae9a81f71e7f7efc5fe74
parent9cdd7b9fe496e6b52755dd3c5936ac4f23fcddab (diff)
downloadfreebsd-ports-gnome-f8b6e8244dbbe5fa19db2b080e96e3b391503306.tar.gz
freebsd-ports-gnome-f8b6e8244dbbe5fa19db2b080e96e3b391503306.tar.zst
freebsd-ports-gnome-f8b6e8244dbbe5fa19db2b080e96e3b391503306.zip
Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net
PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor)
-rw-r--r--databases/opentsdb/Makefile2
-rw-r--r--deskutils/fbreader/Makefile2
-rw-r--r--devel/py-check-manifest/Makefile2
-rw-r--r--devel/py-logan/Makefile2
-rw-r--r--devel/py-memory_profiler/Makefile2
-rw-r--r--devel/py-pkgconfig/Makefile2
-rw-r--r--devel/py-snackwich/Makefile2
-rw-r--r--devel/py-tapi/Makefile2
-rw-r--r--devel/py-xmltodict/Makefile2
-rw-r--r--devel/py-yappi/Makefile2
-rw-r--r--devel/py-yunomi/Makefile2
-rw-r--r--editors/linux-sublime/Makefile2
-rw-r--r--graphics/py-pyganim/Makefile4
-rw-r--r--math/py-bottleneck/Makefile2
-rw-r--r--math/py-fastcluster/Makefile2
-rw-r--r--math/py-patsy/Makefile2
-rw-r--r--math/py-statsmodels/Makefile2
-rw-r--r--net-im/skype4/Makefile2
-rw-r--r--net/py-gspreadsheet/Makefile2
-rw-r--r--science/py-coards/Makefile2
-rw-r--r--science/py-h5py/Makefile2
-rw-r--r--science/py-pupynere/Makefile2
-rw-r--r--science/py-pyaixi/Makefile2
-rw-r--r--www/py-django-crispy-forms/Makefile2
-rw-r--r--www/py-django-debug-toolbar/Makefile2
-rw-r--r--www/py-django-picklefield/Makefile2
26 files changed, 27 insertions, 27 deletions
diff --git a/databases/opentsdb/Makefile b/databases/opentsdb/Makefile
index 4500c4772255..6591b8a4e652 100644
--- a/databases/opentsdb/Makefile
+++ b/databases/opentsdb/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= databases java
MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= OpenTSDB is the Scalable Timeseries Database
LICENSE= LGPL3
diff --git a/deskutils/fbreader/Makefile b/deskutils/fbreader/Makefile
index 3852fa420a9a..ff9e3aad530e 100644
--- a/deskutils/fbreader/Makefile
+++ b/deskutils/fbreader/Makefile
@@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -freebsdport
PORTREVISION= 2
CATEGORIES= deskutils
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Powerful e-book reader
LICENSE= GPLv2+
diff --git a/devel/py-check-manifest/Makefile b/devel/py-check-manifest/Makefile
index 0a62833ac926..3ea931c9da38 100644
--- a/devel/py-check-manifest/Makefile
+++ b/devel/py-check-manifest/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Check MANIFEST.in in a Python source package for completeness
LICENSE= MIT
diff --git a/devel/py-logan/Makefile b/devel/py-logan/Makefile
index f1c0439c2f02..9c8b1fc12ff7 100644
--- a/devel/py-logan/Makefile
+++ b/devel/py-logan/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Logan is a toolkit for running standalone Django applications
LICENSE= APACHE20
diff --git a/devel/py-memory_profiler/Makefile b/devel/py-memory_profiler/Makefile
index df2a540e3dca..846ca27f1b8b 100644
--- a/devel/py-memory_profiler/Makefile
+++ b/devel/py-memory_profiler/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Line-by-line and process memory consumption analysis
LICENSE= BSD2CLAUSE
diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile
index c1a2d8bb27cd..eec408503f05 100644
--- a/devel/py-pkgconfig/Makefile
+++ b/devel/py-pkgconfig/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Python module to interface with the pkg-config command line tool
LICENSE= MIT
diff --git a/devel/py-snackwich/Makefile b/devel/py-snackwich/Makefile
index 564590806003..de65a5979377 100644
--- a/devel/py-snackwich/Makefile
+++ b/devel/py-snackwich/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Configuration-based Console UI Framework
LICENSE= GPLv2
diff --git a/devel/py-tapi/Makefile b/devel/py-tapi/Makefile
index c42eda43bb61..c70b2a29dfa8 100644
--- a/devel/py-tapi/Makefile
+++ b/devel/py-tapi/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Tapi-${PORTVERSION}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Framework for testing APIs
LICENSE= MIT
diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile
index efd02d467497..49a10a5baa8a 100644
--- a/devel/py-xmltodict/Makefile
+++ b/devel/py-xmltodict/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= XML parser that returns python dictionaries
LICENSE= MIT
diff --git a/devel/py-yappi/Makefile b/devel/py-yappi/Makefile
index 12a91b9c7d19..3b08e681b130 100644
--- a/devel/py-yappi/Makefile
+++ b/devel/py-yappi/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Yet Another Python Profiler
LICENSE= MIT
diff --git a/devel/py-yunomi/Makefile b/devel/py-yunomi/Makefile
index 3e02178f8594..740ed28ce714 100644
--- a/devel/py-yunomi/Makefile
+++ b/devel/py-yunomi/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Metrics library with rate, distribution and timing information
LICENSE= MIT
diff --git a/editors/linux-sublime/Makefile b/editors/linux-sublime/Makefile
index dd11ad21af6a..37c92ce3ca55 100644
--- a/editors/linux-sublime/Makefile
+++ b/editors/linux-sublime/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/
DISTNAME= Sublime%20Text%202.0.2
PKGNAMEPREFIX= linux-
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose
USES= tar:bzip2
diff --git a/graphics/py-pyganim/Makefile b/graphics/py-pyganim/Makefile
index 1adb14b5c1c0..1fadc329d947 100644
--- a/graphics/py-pyganim/Makefile
+++ b/graphics/py-pyganim/Makefile
@@ -1,4 +1,4 @@
-# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
+# Created by: Johannes Jost Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pyganim
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyganim-${PORTVERSION}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Sprite animation module for Pygame
LICENSE= BSD2CLAUSE
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index 494ed7c992d4..437ba4d1ce4d 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Bottleneck-${PORTVERSION}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Collection of fast NumPy array functions written in Cython
LICENSE= BSD2CLAUSE
diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile
index df39085d61da..4f5e2d6071ea 100644
--- a/math/py-fastcluster/Makefile
+++ b/math/py-fastcluster/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Python functions for hierarchical clustering
LICENSE= BSD2CLAUSE
diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile
index bfe1d1ba8deb..c9ca82f3fe3a 100644
--- a/math/py-patsy/Makefile
+++ b/math/py-patsy/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Python package for statistical models and design matrices
LICENSE= BSD3CLAUSE PSFL
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 2f6332e8b07d..cc96207290e5 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Complement to SciPy for statistical computations
LICENSE= BSD3CLAUSE
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile
index 550ef9d91b96..dc13d044e935 100644
--- a/net-im/skype4/Makefile
+++ b/net-im/skype4/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= net-im
MASTER_SITES= http://download.skype.com/linux/
PKGNAMESUFFIX= 4
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= P2P VoIP software
RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:audio/linux-skype_oss_wrapper
diff --git a/net/py-gspreadsheet/Makefile b/net/py-gspreadsheet/Makefile
index a090faccd6c8..1e4566bd0685 100644
--- a/net/py-gspreadsheet/Makefile
+++ b/net/py-gspreadsheet/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader
LICENSE= APACHE20
diff --git a/science/py-coards/Makefile b/science/py-coards/Makefile
index 03f7961dd947..0fcd1ec9e20b 100644
--- a/science/py-coards/Makefile
+++ b/science/py-coards/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= COARDS compliant time parser
LICENSE= MIT
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index c99c7854f055..5ceddf0ed57e 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 2.6.0
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= General-purpose Python interface to the HDF5 library
LICENSE= BSD3CLAUSE
diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile
index 0efce7e7b373..b94e7f85b1c9 100644
--- a/science/py-pupynere/Makefile
+++ b/science/py-pupynere/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Python module for reading and writing NetCDF files
LICENSE= MIT
diff --git a/science/py-pyaixi/Makefile b/science/py-pyaixi/Makefile
index 2cd7fbdcfe97..1881fc886041 100644
--- a/science/py-pyaixi/Makefile
+++ b/science/py-pyaixi/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Implementation of the MC-AIXI-CTW AI algorithm
LICENSE= CCbySA
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile
index db76b360b7cc..4df493432c33 100644
--- a/www/py-django-crispy-forms/Makefile
+++ b/www/py-django-crispy-forms/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= The best way to have Django DRY forms
LICENSE= MIT
diff --git a/www/py-django-debug-toolbar/Makefile b/www/py-django-debug-toolbar/Makefile
index ca68a98e4b47..5220cd2b4a8a 100644
--- a/www/py-django-debug-toolbar/Makefile
+++ b/www/py-django-debug-toolbar/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Configurable set of panels to display debug information
LICENSE= BSD3CLAUSE
diff --git a/www/py-django-picklefield/Makefile b/www/py-django-picklefield/Makefile
index 64f30623a2fb..2e28b724b449 100644
--- a/www/py-django-picklefield/Makefile
+++ b/www/py-django-picklefield/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
DISTNAME= django-${PORTNAME}-${PORTVERSION}
-MAINTAINER= xmj@FreeBSD.org
+MAINTAINER= johannes@perceivon.net
COMMENT= Pickled object field for Django
LICENSE= MIT