ports/86960: [ PORT UPDATE ] mail/pine4 fix broken WITH_MAILDIR switch

Lewis Thompson lewiz at compsoc.man.ac.uk
Thu Oct 6 00:30:17 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list