diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-15 20:07:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-15 20:07:07 +0000 |
commit | 62cacf3c0b07aa5e57e93579dd180d6e65e425c1 (patch) | |
tree | f17dd73e5562b892697ab802b5c6a39d6f89dad4 /net/c3270/Makefile | |
parent | ad39510d1e98a4e170c36304235467b1ff63c690 (diff) |
- Update to 3.3.4p8
- Pass maintainership to submitter
PR: 107918
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Notes
Notes:
svn path=/head/; revision=182451
Diffstat (limited to 'net/c3270/Makefile')
-rw-r--r-- | net/c3270/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index 2432dcf0b533..b40c3e1f6fe9 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -6,13 +6,13 @@ # PORTNAME= c3270 -PORTVERSION= 3.3.4p6 +PORTVERSION= 3.3.4p8 CATEGORIES= net MASTER_SITES= http://x3270.bgp.nu/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= Full-screen curses-based remote login to IBM mainframes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/} |