diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2003-02-20 09:03:01 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2003-02-20 09:03:01 +0000 |
commit | 00a3cacc2f372328a52a203ce16c3a60f56d2f2f (patch) | |
tree | 9909190829804a79df30dfa7805184b1f9ffdec6 /mail/lmtp2nntp/Makefile | |
parent | 652954d7cf1dbb94e356ac7e1973e68132c6ba26 (diff) |
- upgrade to OSSP lmtp2nntp 1.2.0
- move pkg-comment to new COMMENT
- update WWW: URL for new page on ossp.org
- reformat pkg-descr text
- move MAINTAINER to ports@FreeBSD.org because author Thomas Lotterer
(one of my co-workers) has not the time to keep this up-to-date.
Notes
Notes:
svn path=/head/; revision=75931
Diffstat (limited to 'mail/lmtp2nntp/Makefile')
-rw-r--r-- | mail/lmtp2nntp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index 23142c4bf024..9d69af2bb5af 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -6,11 +6,12 @@ # PORTNAME= lmtp2nntp -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= mail news MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/ -MAINTAINER= thomas.lotterer@cw.com +MAINTAINER= ports@FreeBSD.org +COMMENT= "OSSP mail to news gateway" MAN8= lmtp2nntp.8 HAS_CONFIGURE= yes |