Summary: | [PATCH] net/c3270: update to 3.3.4, take maintainership | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Renato Botelho <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Renato Botelho
2005-04-20 13:40:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->novel I'll take it. State Changed From-To: open->feedback Why don't you want to use PORTDOCS and PLIST_FILES/DIRS as it is now? If you think it's better, here is a patch that just update and change maintainer's email. But take a look on post-install and post-deinstall target, I think the first patch I sent is more clean. Thanks Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/c3270/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 20 Apr 2005 09:13:58 -0000 1.6 +++ Makefile 22 Apr 2005 20:28:39 -0000 @@ -6,13 +6,13 @@ # PORTNAME= c3270 -PORTVERSION= 3.3.2p2 +PORTVERSION= 3.3.4 CATEGORIES= net MASTER_SITES= http://x3270.bgp.nu/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@galle.com.br COMMENT= Full-screen curses-based remote login to IBM mainframes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/c3270/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 16 Dec 2004 09:25:27 -0000 1.1 +++ distinfo 22 Apr 2005 20:28:39 -0000 @@ -1,2 +1,2 @@ -MD5 (c3270-332p2.tgz) = 4f348cff45a23e9021e713cfd94fd798 -SIZE (c3270-332p2.tgz) = 559993 +MD5 (c3270-334.tgz) = 5b65f5e0e052eafc5f84c713fff89175 +SIZE (c3270-334.tgz) = 689348 ===> Done -- Renato Botelho <freebsd at galle dot com dot br> AIM: RBGargaBR | ICQ: 54596223 GnuPG Key: http://www.galle.com.br/~renato/pubkey.asc Speak softly and carry a +6 two-handed sword. On Sat, Apr 23, 2005 at 09:39:18PM +0400, Roman Bogorodskiy wrote: > I'm talking about something like the attached patch. Very nice, pleae commit it. Thanks -- Renato Botelho <freebsd at galle dot com dot br> AIM: RBGargaBR | ICQ: 54596223 GnuPG Key: http://www.galle.com.br/~renato/pubkey.asc No violence, gentlemen -- no violence, I beg of you! Consider the furniture! -- Sherlock Holmes State Changed From-To: feedback->closed Committed, thanks! |