From root+utd59514@utdallas.edu  Fri Jan 20 23:33:33 2006
Return-Path: <root+utd59514@utdallas.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A241616A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Jan 2006 23:33:33 +0000 (GMT)
	(envelope-from root+utd59514@utdallas.edu)
Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E2CE443D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Jan 2006 23:33:32 +0000 (GMT)
	(envelope-from root+utd59514@utdallas.edu)
Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28])
	by smtp1.utdallas.edu (Postfix) with ESMTP id 39797389330
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Jan 2006 17:33:32 -0600 (CST)
Received: by utd59514.utdallas.edu (Postfix, from userid 0)
	id 2C15144482D; Fri, 20 Jan 2006 17:33:32 -0600 (CST)
Message-Id: <20060120233332.2C15144482D@utd59514.utdallas.edu>
Date: Fri, 20 Jan 2006 17:33:32 -0600 (CST)
From: Paul Schmehl <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: converters/mpack, update port to latest version
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92082
>Category:       ports
>Synopsis:       converters/mpack, update port to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 20 23:40:03 GMT 2006
>Closed-Date:    Sat Jan 21 21:24:20 GMT 2006
>Last-Modified:  Sat Jan 21 21:24:20 GMT 2006
>Originator:     Paul Schmehl
>Release:        FreeBSD 5.4-SECURITY i386
>Organization:
University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 5.4-SECURITY FreeBSD 5.4-SECURITY #0: Wed Jul 20 08:57:11 UTC 2005 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	update port to the latest version - 1.6
>How-To-Repeat:
	
>Fix:

	patch the Makefile and remove the files directory and all the patches in it.

--- Makefile.patch begins here ---
--- Makefile.orig	Fri Jan 20 17:05:43 2006
+++ Makefile	Fri Jan 20 17:26:41 2006
@@ -6,19 +6,17 @@
 #
 
 PORTNAME=	mpack
-PORTVERSION=	1.5
-PORTREVISION=	3
+PORTVERSION=	1.6
 CATEGORIES=	converters mail news
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/mpack/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src
-EXTRACT_SUFX=	.tar.Z
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ache@FreeBSD.org
 COMMENT=	External MIME packer/unpacker
 
-WRKSRC=		${WRKDIR}/mpack
-MAKEFLAGS=	-f
-MAKE_ENV+=	DESTDIR=${PREFIX}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+GNU_CONFIGURE=	yes
+
 MAN1=		mpack.1 munpack.1
 
 .include <bsd.port.mk>
--- Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 20 23:44:13 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92082 
Responsible-Changed-From-To: ache->freebsd-ports-bugs 
Responsible-Changed-By: ache 
Responsible-Changed-When: Sat Jan 21 00:05:34 UTC 2006 
Responsible-Changed-Why:  
I drop my maintainership of this port 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92082 
State-Changed-From-To: open->feedback 
State-Changed-By: sem 
State-Changed-When: Sat Jan 21 17:09:21 UTC 2006 
State-Changed-Why:  
Ask for submitter fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92082 

From: Paul Schmehl <pauls@utdallas.edu>
To: bug-followup@FreeBSD.org, pauls@utdallas.edu
Cc:  
Subject: Re: ports/92082: converters/mpack, update port to latest version
Date: Sat, 21 Jan 2006 14:28:27 -0600

 I'll take over the port.  Just apply this patch after applying the one I 
 sent to update the port.
 
 --- Makefile.old        Sat Jan 21 14:26:37 2006
 +++ Makefile    Sat Jan 21 14:27:27 2006
 @@ -11,7 +11,7 @@
  MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/mpack/
  DISTNAME=      ${PORTNAME}-${PORTVERSION}
 
 -MAINTAINER=    ports@FreeBSD.org
 +MAINTAINER=    pauls@utdallas.edu
  COMMENT=       External MIME packer/unpacker
 
  WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 Paul Schmehl (pauls@utdallas.edu)
 Adjunct Information Security Officer
 University of Texas at Dallas
 AVIEN Founding Member
 http://www.utdallas.edu/

From: Paul Schmehl <pauls@utdallas.edu>
To: Sergey Matveychuk <sem@FreeBSD.org>, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/92082: converters/mpack, update port to latest version
Date: Sat, 21 Jan 2006 14:32:48 -0600

 Sorry.
 
 --- distinfo.orig       Sat Jan 21 14:31:19 2006
 +++ distinfo    Sat Jan 21 14:31:54 2006
 @@ -1,2 +1,2 @@
 -MD5 (mpack-1.5-src.tar.Z) = f41f8aa2ae92d90e1ac03291973e65e4
 -SIZE (mpack-1.5-src.tar.Z) = 285360
 +MD5 (mpack-1.6.tar.gz) = a70fa5afa76539a9afb70b9d81568fe8
 +SIZE (mpack-1.6.tar.gz) = 179850
 
 I don't know how to patch files/*.files.  The entire directory just needs 
 to be removed.  How do you do that with a patch?
 
 --On January 21, 2006 8:12:07 PM +0300 Sergey Matveychuk <sem@FreeBSD.org> 
 wrote:
 
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 >
 > There should be patch for disinfo and files/* files.
 >
 > - --
 > Dixi.
 > Sem.
 > -----BEGIN PGP SIGNATURE-----
 > Version: GnuPG v1.4.2 (FreeBSD)
 > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 >
 > iD8DBQFD0mtnTclL2LcfYF0RAlzPAJ9byA06Uo40JRooX5X8fNZ4BXoKFACghEut
 > nsLQqHs5+aL+JGScseI+mt8=
 > =4cSW
 > -----END PGP SIGNATURE-----
 
 
 
 Paul Schmehl (pauls@utdallas.edu)
 Adjunct Information Security Officer
 University of Texas at Dallas
 AVIEN Founding Member
 http://www.utdallas.edu/
State-Changed-From-To: feedback->closed 
State-Changed-By: sem 
State-Changed-When: Sat Jan 21 21:24:18 UTC 2006 
State-Changed-Why:  
Committed with modifications. Thanks! 

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