aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2017-08-04 07:40:28 +0800
committeracm <acm@FreeBSD.org>2017-08-04 07:40:28 +0800
commit006cbd62ccedc437fd632c62ab25ca02621a51ef (patch)
treee8fc0c42d014772acdec02566c05ff266a452981 /graphics
parent1330f002d44c410b8c0295facd4bbdbf35280fce (diff)
downloadfreebsd-ports-gnome-006cbd62ccedc437fd632c62ab25ca02621a51ef.tar.gz
freebsd-ports-gnome-006cbd62ccedc437fd632c62ab25ca02621a51ef.tar.zst
freebsd-ports-gnome-006cbd62ccedc437fd632c62ab25ca02621a51ef.zip
- Pass maintainership to me. marino@ is not part of FreeBSD committers
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fpc-cairo/Makefile1
-rw-r--r--graphics/fpc-graph/Makefile1
-rw-r--r--graphics/fpc-hermes/Makefile1
-rw-r--r--graphics/fpc-imagemagick/Makefile1
-rw-r--r--graphics/fpc-libgd/Makefile1
-rw-r--r--graphics/fpc-libpng/Makefile1
-rw-r--r--graphics/fpc-ncurses/Makefile1
-rw-r--r--graphics/fpc-opengl/Makefile1
-rw-r--r--graphics/fpc-pasjpeg/Makefile1
-rw-r--r--graphics/fpc-proj4/Makefile1
-rw-r--r--graphics/fpc-rsvg/Makefile1
-rw-r--r--graphics/fpc-svgalib/Makefile1
12 files changed, 0 insertions, 12 deletions
diff --git a/graphics/fpc-cairo/Makefile b/graphics/fpc-cairo/Makefile
index c4d4ba741207..653d41446ede 100644
--- a/graphics/fpc-cairo/Makefile
+++ b/graphics/fpc-cairo/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -cairo
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to cairo library
USE_FPC= fcl-base fcl-image fcl-res pasjpeg rtl-objpas x11
diff --git a/graphics/fpc-graph/Makefile b/graphics/fpc-graph/Makefile
index f53a49633c31..730c0a92d9da 100644
--- a/graphics/fpc-graph/Makefile
+++ b/graphics/fpc-graph/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -graph
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to graphical applications
USE_FPC= sdl x11 ${ARCH:Mi386:S/i386/pthreads/}
diff --git a/graphics/fpc-hermes/Makefile b/graphics/fpc-hermes/Makefile
index 588cae17cefe..3edc9edd1ecb 100644
--- a/graphics/fpc-hermes/Makefile
+++ b/graphics/fpc-hermes/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -hermes
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal hermes unit
USE_FPC= yes
diff --git a/graphics/fpc-imagemagick/Makefile b/graphics/fpc-imagemagick/Makefile
index 280ea77a5143..b46cd3e38a67 100644
--- a/graphics/fpc-imagemagick/Makefile
+++ b/graphics/fpc-imagemagick/Makefile
@@ -5,7 +5,6 @@ PORTREVISION= 1
CATEGORIES= graphics lang
PKGNAMESUFFIX= -imagemagick
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to ImageMagick
USE_FPC= yes
diff --git a/graphics/fpc-libgd/Makefile b/graphics/fpc-libgd/Makefile
index 36ddc73b6107..168ef35b187b 100644
--- a/graphics/fpc-libgd/Makefile
+++ b/graphics/fpc-libgd/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -libgd
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to libgd for producing graphics files
USE_FPC= yes
diff --git a/graphics/fpc-libpng/Makefile b/graphics/fpc-libpng/Makefile
index 90daf6ac5351..586a53304843 100644
--- a/graphics/fpc-libpng/Makefile
+++ b/graphics/fpc-libpng/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -libpng
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to libpng, for reading PNG image files
USE_FPC= zlib
diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile
index 656de42ee7ab..abe953aa566a 100644
--- a/graphics/fpc-ncurses/Makefile
+++ b/graphics/fpc-ncurses/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -ncurses
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to the ncurses library
USE_FPC= yes
diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile
index 6e69365734dd..101d6f964ce0 100644
--- a/graphics/fpc-opengl/Makefile
+++ b/graphics/fpc-opengl/Makefile
@@ -5,7 +5,6 @@ PORTREVISION= 1
CATEGORIES= graphics lang
PKGNAMESUFFIX= -opengl
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to the OpenGL library
USE_FPC= x11
diff --git a/graphics/fpc-pasjpeg/Makefile b/graphics/fpc-pasjpeg/Makefile
index 75f18c0a58d5..89bc07748d6a 100644
--- a/graphics/fpc-pasjpeg/Makefile
+++ b/graphics/fpc-pasjpeg/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -pasjpeg
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Handling JPEG files with Pascal
USE_FPC= yes
diff --git a/graphics/fpc-proj4/Makefile b/graphics/fpc-proj4/Makefile
index d5c8986fefa7..769ee1e3087a 100644
--- a/graphics/fpc-proj4/Makefile
+++ b/graphics/fpc-proj4/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -proj4
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to proj library
USE_FPC= yes
diff --git a/graphics/fpc-rsvg/Makefile b/graphics/fpc-rsvg/Makefile
index 23341bff96c3..ea29f1b2209e 100644
--- a/graphics/fpc-rsvg/Makefile
+++ b/graphics/fpc-rsvg/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -rsvg
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to librsvg2 library
USE_FPC= cairo fcl-base fcl-image fcl-res gtk2 pasjpeg rtl-objpas x11
diff --git a/graphics/fpc-svgalib/Makefile b/graphics/fpc-svgalib/Makefile
index f06c13a3fe97..1d58c0ff3b77 100644
--- a/graphics/fpc-svgalib/Makefile
+++ b/graphics/fpc-svgalib/Makefile
@@ -4,7 +4,6 @@
CATEGORIES= graphics lang
PKGNAMESUFFIX= -svgalib
-MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to the SVGA graphics library
USE_FPC= yes