diff options
author | crees <crees@FreeBSD.org> | 2012-03-28 01:20:19 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-28 01:20:19 +0800 |
commit | 2ac35d8c5a7fc72d46b7e72f64097f2c21e70a92 (patch) | |
tree | 31d24524058bc5ae83838533eb48f6e67148aba3 | |
parent | a8e14e4624b81ee40bcd8d653ec8f342cda2ddbf (diff) | |
download | freebsd-ports-gnome-2ac35d8c5a7fc72d46b7e72f64097f2c21e70a92.tar.gz freebsd-ports-gnome-2ac35d8c5a7fc72d46b7e72f64097f2c21e70a92.tar.zst freebsd-ports-gnome-2ac35d8c5a7fc72d46b7e72f64097f2c21e70a92.zip |
Over to new maintainer
Submitted by: Guido Falsi (mad@madpilot.net)
Feature safe: yes
-rw-r--r-- | audio/gxmms2/Makefile | 2 | ||||
-rw-r--r-- | devel/jsmin/Makefile | 2 | ||||
-rw-r--r-- | www/chpasswd/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile index cc887b01aeec..7779778c539b 100644 --- a/audio/gxmms2/Makefile +++ b/audio/gxmms2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mad@madpilot.net COMMENT= A GTK2 based XMMS2 client, written in C LICENSE= GPLv2 diff --git a/devel/jsmin/Makefile b/devel/jsmin/Makefile index 314c87f5bc18..39650b29c905 100644 --- a/devel/jsmin/Makefile +++ b/devel/jsmin/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.crockford.com/javascript/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mad@madpilot.net COMMENT= The JavaScript Minifier EXTRACT_CMD= ${CP} diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile index ed7be10f4e4b..8ce757be5fd8 100644 --- a/www/chpasswd/Makefile +++ b/www/chpasswd/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www #MASTER_SITES= SF/orsochpasswd/orsochpasswd/chpasswd-2.2.4/ MASTER_SITES= SF/orso${PORTNAME}/orso${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mad@madpilot.net COMMENT= Allow users to change their Squid or Web password using the browser HAS_CONFIGURE= yes |