From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 6 00:30:17 2005 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 740B916A41F for ; Thu, 6 Oct 2005 00:30:17 +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 C6A7B43D60 for ; Thu, 6 Oct 2005 00:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j960UGCs068288 for ; Thu, 6 Oct 2005 00:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j960UGqR068287; Thu, 6 Oct 2005 00:30:16 GMT (envelope-from gnats) Resent-Date: Thu, 6 Oct 2005 00:30:16 GMT Resent-Message-Id: <200510060030.j960UGqR068287@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, Lewis Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBEB16A41F for ; Thu, 6 Oct 2005 00:21:46 +0000 (GMT) (envelope-from lewiz@compsoc.man.ac.uk) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538E043D49 for ; Thu, 6 Oct 2005 00:21:46 +0000 (GMT) (envelope-from lewiz@compsoc.man.ac.uk) Received: from noisy.compsoc.man.ac.uk ([192.84.78.1]) by probity.mcc.ac.uk with esmtp (Exim 4.51 (FreeBSD)) id 1ENJW5-0004oa-4r for FreeBSD-gnats-submit@freebsd.org; Thu, 06 Oct 2005 01:21:45 +0100 Received: from noisy.compsoc.man.ac.uk (localhost [127.0.0.1]) by noisy.compsoc.man.ac.uk (8.13.1/8.13.1) with ESMTP id j960Li6G079640 for ; Thu, 6 Oct 2005 01:21:44 +0100 (BST) (envelope-from lewiz@noisy.compsoc.man.ac.uk) Received: (from lewiz@localhost) by noisy.compsoc.man.ac.uk (8.13.1/8.13.1/Submit) id j960LiMH079639; Thu, 6 Oct 2005 01:21:44 +0100 (BST) (envelope-from lewiz) Message-Id: <200510060021.j960LiMH079639@noisy.compsoc.man.ac.uk> Date: Thu, 6 Oct 2005 01:21:44 +0100 (BST) From: Lewis Thompson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86960: [ PORT UPDATE ] mail/pine4 fix broken WITH_MAILDIR switch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lewis Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 00:30:17 -0000 >Number: 86960 >Category: ports >Synopsis: [ PORT UPDATE ] mail/pine4 fix broken WITH_MAILDIR switch >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 06 00:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lewis Thompson >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD noisy.compsoc.man.ac.uk 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #4: Wed Feb 2 15:53:32 GMT 2005 lewiz@xeon.compsoc.man.ac.uk:/usr/src/sys/i386/compile/XEON i386 >Description: The WITH_MAILDIR switch is currently broken as the Makefile has not been updated to reflect the bump in pine version. I've replaced the static version with ${PORTVERSION} which should prevent this from re-occuring :) >How-To-Repeat: >Fix: diff -ruN pine4.orig/Makefile pine4/Makefile --- pine4.orig/Makefile Sat Jun 25 23:07:57 2005 +++ pine4/Makefile Thu Oct 6 00:02:03 2005 @@ -55,7 +55,7 @@ ${SH} pkg-install .endif .if defined(WITH_MAILDIR) -PATCH_SITES= http://www.math.washington.edu/~chappa/pine/patches/pine4.62/ +PATCH_SITES= http://www.math.washington.edu/~chappa/pine/patches/pine${PORTVERSION}/ PATCHFILES= maildir.patch.gz PATCH_DIST_ARGS+= -E --quiet -d ${PATCH_WRKSRC} -p1 .endif diff -ruN pine4.orig/distinfo pine4/distinfo --- pine4.orig/distinfo Sat Jun 25 23:07:57 2005 +++ pine4/distinfo Thu Oct 6 00:03:34 2005 @@ -1,4 +1,4 @@ MD5 (pine4.63.tar.gz) = 0cd94e17c10eef0d43966635a328fe64 SIZE (pine4.63.tar.gz) = 4143825 -MD5 (maildir.patch.gz) = 7bd660ec40a36c10453634f8be6ad3b4 -SIZE (maildir.patch.gz) = 28723 +MD5 (maildir.patch.gz) = 518f0d64ea4df5f0a7d9ec2a3b14a0d2 +SIZE (maildir.patch.gz) = 29127 >Release-Note: >Audit-Trail: >Unformatted: