diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-09-17 20:43:12 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-09-17 20:43:12 +0000 |
commit | 3948cb595f079d796c1f4b42f17005ff87e67dc7 (patch) | |
tree | 8de352d414c96a1f4a7bf1b6d983ac90fb69c942 | |
parent | 673e42630c8e5f3a8f7782c4fe1f406887c75569 (diff) | |
download | freebsd-ports-3948cb595f079d796c1f4b42f17005ff87e67dc7.zip |
Danny takes maintainership
-rw-r--r-- | mail/dspam-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dspam/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index e6ba92c98cb9..89d293e29940 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -13,7 +13,7 @@ CATEGORIES= mail MASTER_SITES= # set later PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danny@dannywarren.com COMMENT= Bayesian spam filter - development version PORTVER_MAJ= 3.10.1 diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 12ba5d5e0c17..1855d8b1ea63 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danny@dannywarren.com COMMENT= Bayesian spam filter MIN_OPTIONS_VER= ${PORTNAME}-3.9.0 |