diff options
author | rene <rene@FreeBSD.org> | 2017-02-16 05:33:11 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-02-16 05:33:11 +0800 |
commit | 9d0bac4bed4d0c3f913f24680f4b378a860c5ca5 (patch) | |
tree | 697dbbe4c57c0e76ac58100f25226bf6ab79babe /x11-toolkits | |
parent | 532c7a0d262f570cb330a070757a05c6bd5f0cda (diff) | |
download | freebsd-ports-gnome-9d0bac4bed4d0c3f913f24680f4b378a860c5ca5.tar.gz freebsd-ports-gnome-9d0bac4bed4d0c3f913f24680f4b378a860c5ca5.tar.zst freebsd-ports-gnome-9d0bac4bed4d0c3f913f24680f4b378a860c5ca5.zip |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkada/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkada3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile index 8fd07e17ace5..6c637190514c 100644 --- a/x11-toolkits/gtkada/Makefile +++ b/x11-toolkits/gtkada/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://downloads.dragonlace.net/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ gtkada-rm-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada graphical toolkit based on Gtk2+ LICENSE= GPLv2 diff --git a/x11-toolkits/gtkada3/Makefile b/x11-toolkits/gtkada3/Makefile index 0231fb4c371b..eafb8266acfb 100644 --- a/x11-toolkits/gtkada3/Makefile +++ b/x11-toolkits/gtkada3/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.14.2 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 3 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd.contact@marino.st COMMENT= Ada graphical toolkit based on Gtk3 components LICENSE= GPLv3 |