From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 20 23:40:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E063416A41F for ; Fri, 20 Jan 2006 23:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA3B43D48 for ; Fri, 20 Jan 2006 23:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0KNe4hS046652 for ; Fri, 20 Jan 2006 23:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0KNe4ei046651; Fri, 20 Jan 2006 23:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 20 Jan 2006 23:40:04 GMT Resent-Message-Id: <200601202340.k0KNe4ei046651@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A241616A41F for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92082: converters/mpack, update port to latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 23:40:05 -0000 >Number: 92082 >Category: ports >Synopsis: converters/mpack, update port to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 20 23:40:03 GMT 2006 >Closed-Date: >Last-Modified: >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 --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: