diff options
author | novel <novel@FreeBSD.org> | 2005-07-24 19:15:10 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-24 19:15:10 +0000 |
commit | 451665468072c35ecca0c88deba02f71f4033b17 (patch) | |
tree | c2b048917f05aa034138f9a0dbebd47866021810 /mail | |
parent | 7632177d0362b8ad57bba9d6884701da8dcc4b27 (diff) | |
download | FreeBSD-ports-451665468072c35ecca0c88deba02f71f4033b17.zip FreeBSD-ports-451665468072c35ecca0c88deba02f71f4033b17.tar.gz |
- Un-mark DEPRECATED by fixing MASTER_SITES
- Pass maintainership to submitter
PR: 84009
Submitted by: Ismail YENIGUL <ismail@enderunix.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mreport/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mreport/Makefile b/mail/mreport/Makefile index 8a514d5..c4d8fe6 100644 --- a/mail/mreport/Makefile +++ b/mail/mreport/Makefile @@ -8,13 +8,9 @@ PORTNAME= mreport PORTVERSION= 0.9 CATEGORIES= mail sysutils -# mastersite disappeared in August 2003 -MASTER_SITES= # ftp://ftp.datrix.co.za/pub/mreport/ +MASTER_SITES= http://yenigul.net/mreport/ -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-07-31 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ismail@EnderUNIX.org COMMENT= Sendmail logfile summary tool USE_REINPLACE= yes |