diff options
author | pav <pav@FreeBSD.org> | 2005-04-13 06:06:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-13 06:06:57 +0800 |
commit | 101f632a743b27c738d9a2f3e6b99bea48f477bc (patch) | |
tree | bd247fce97ad599af16930dd68a26d4842bb45ea /mail/lmtp2nntp/Makefile | |
parent | 0b78bfbb3888a6d235480f4ff17cbd0bafd9c490 (diff) | |
download | freebsd-ports-graphics-101f632a743b27c738d9a2f3e6b99bea48f477bc.tar.gz freebsd-ports-graphics-101f632a743b27c738d9a2f3e6b99bea48f477bc.tar.zst freebsd-ports-graphics-101f632a743b27c738d9a2f3e6b99bea48f477bc.zip |
- Update to 1.3.0
PR: ports/79836
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
Diffstat (limited to 'mail/lmtp2nntp/Makefile')
-rw-r--r-- | mail/lmtp2nntp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index 3aa0e083cd8..082d000fec9 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -6,14 +6,13 @@ # PORTNAME= lmtp2nntp -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= mail news MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= tool/${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= "OSSP mail to news gateway" +COMMENT= OSSP mail to news gateway LIB_DEPENDS= str.9:${PORTSDIR}/devel/str \ ex.10:${PORTSDIR}/devel/ossp-ex \ |