From jamie@bishopston.net  Tue Oct 13 19:08:03 2009
Return-Path: <jamie@bishopston.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 91BF01065694
	for <bug-followup@FreeBSD.org>; Tue, 13 Oct 2009 19:08:03 +0000 (UTC)
	(envelope-from jamie@bishopston.net)
Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [IPv6:2001:5c0:1100:200::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 242F98FC15
	for <bug-followup@FreeBSD.org>; Tue, 13 Oct 2009 19:08:03 +0000 (UTC)
Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1])
	by catflap.bishopston.net (8.14.3/8.14.3) with ESMTP id n9DJ82pI008642
	for <bug-followup@FreeBSD.org>; Tue, 13 Oct 2009 20:08:02 +0100 (BST)
	(envelope-from jamie@catflap.bishopston.net)
Received: (from jamie@localhost)
	by catflap.bishopston.net (8.14.3/8.12.9/Submit) id n9DJ82kD008641
	for bug-followup@FreeBSD.org; Tue, 13 Oct 2009 20:08:02 +0100 (BST)
Message-Id: <200910131908.n9DJ82kD008641@catflap.bishopston.net>
Date: Tue, 13 Oct 2009 20:08:02 +0100
From: Jamie Landeg Jones <jamie@bishopston.net>
To: bug-followup@FreeBSD.org
Subject: Re: fix to pkgname of port mail/heirloom-mailx

>Number:         139578
>Category:       ports
>Synopsis:       Re: fix to pkgname of port mail/heirloom-mailx
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gavin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 13 19:10:02 UTC 2009
>Closed-Date:    Wed Oct 14 20:08:48 UTC 2009
>Last-Modified:  Wed Oct 14 20:08:48 UTC 2009
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 This is a multi-part message in MIME format.
 
 --=_4ad4d012.kaDqVgsqeXu9e8FJUKO5hLH/ZaEcW1+0ttfgfkMP0S2NIOsT
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 
 Sorry, that's the wrong patch. Here's the correct one
 
 
 --=_4ad4d012.kaDqVgsqeXu9e8FJUKO5hLH/ZaEcW1+0ttfgfkMP0S2NIOsT
 Content-Type: text/plain;
  charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="fix.diff"
 
 --- Makefile.orig	2009-08-22 01:27:45.000000000 +0100
 +++ Makefile	2009-10-13 19:47:32.000000000 +0100
 @@ -5,12 +5,12 @@
  # $FreeBSD: ports/mail/heirloom-mailx/Makefile,v 1.55 2009/08/22 00:27:45 amdmi3 Exp $
  #
  
 -PORTNAME=	mailx
 +PORTNAME=	heirloom-mailx
  PORTVERSION=	12.4
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	mail ipv6
 -MASTER_SITES=	SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION}
 -PKGNAMEPREFIX=	${MASTER_SITE_SUBDIR}-
 +MASTER_SITES=	SF/heirloom/${PORTNAME}/${PORTVERSION}
 +DISTNAME=	mailx-${PORTVERSION}
  
  MAINTAINER=	avl@FreeBSD.org
  COMMENT=	BSD mail utility with MIME, IMAP, POP3, SMTP and S/MIME extensions
 @@ -29,10 +29,10 @@
  		CPPFLAGS="${CPPFLAGS}" \
  		LDFLAGS="${LDFLAGS}"
  
 -MAN1=		${PORTNAME}.1
 +MAN1=		mailx.1
  PORTDOCS=	AUTHORS COPYING ChangeLog README TODO
  
 -PLIST_FILES=	bin/${PORTNAME} \
 +PLIST_FILES=	bin/mailx \
  		"@unexec if cmp -s %D/etc/nail.rc %D/etc/nail.rc.default; then ${RM} -f %D/etc/nail.rc; fi " \
  		"etc/nail.rc.default" \
  		"@exec [ -f %B/nail.rc ] || ${CP} %B/%f %B/nail.rc"
 @@ -47,7 +47,7 @@
  .endif
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/mailx ${PREFIX}/bin
  	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
  	${INSTALL_DATA} ${WRKSRC}/nail.rc ${PREFIX}/etc/nail.rc.default
  .if !exists(${PREFIX}/etc/nail.rc)
 
 --=_4ad4d012.kaDqVgsqeXu9e8FJUKO5hLH/ZaEcW1+0ttfgfkMP0S2NIOsT--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gavin 
State-Changed-When: Wed Oct 14 20:07:38 UTC 2009 
State-Changed-Why:  
Misfiled followup to ports/139577 


Responsible-Changed-From-To: gnats-admin->gavin 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Wed Oct 14 20:07:38 UTC 2009 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=139578 
>Unformatted:
