diff options
-rw-r--r-- | mail/exipick/Makefile | 4 | ||||
-rw-r--r-- | mail/exipick/distinfo | 6 | ||||
-rw-r--r-- | mail/exipick/files/patch-aa | 12 |
3 files changed, 11 insertions, 11 deletions
diff --git a/mail/exipick/Makefile b/mail/exipick/Makefile index cbe9c846a08d..f2bf456ef6bc 100644 --- a/mail/exipick/Makefile +++ b/mail/exipick/Makefile @@ -6,13 +6,13 @@ # PORTNAME= exipick -PORTVERSION= 20060307.1 +PORTVERSION= 20061117.2 CATEGORIES= mail MASTER_SITES= http://jetmore.org/john/code/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= Display messages from Exim queue based on a variety of criteria PLIST_FILES= bin/${PORTNAME} diff --git a/mail/exipick/distinfo b/mail/exipick/distinfo index f01d511504a1..404e6ef6e145 100644 --- a/mail/exipick/distinfo +++ b/mail/exipick/distinfo @@ -1,3 +1,3 @@ -MD5 (exipick.20060307.1) = 5d2d4ee3d19215d8e93da9c38e77f4cb -SHA256 (exipick.20060307.1) = 5d8cc4a3b94548f9158f5c5a52202688ed5e0de1ebef53caf2b611637a8ed331 -SIZE (exipick.20060307.1) = 51839 +MD5 (exipick.20061117.2) = 6aece1819ef1cbce8344f9ce5f55ff1c +SHA256 (exipick.20061117.2) = 577d505c9b0ca8b210b124afbe1977a010fa4e54eb1d114a7a68ab833650c7c3 +SIZE (exipick.20061117.2) = 57153 diff --git a/mail/exipick/files/patch-aa b/mail/exipick/files/patch-aa index 94e079e8b465..346f9ec95fb2 100644 --- a/mail/exipick/files/patch-aa +++ b/mail/exipick/files/patch-aa @@ -1,11 +1,11 @@ ---- exipick.20060307.1.orig Mon May 1 17:45:32 2006 -+++ exipick.20060307.1 Mon May 1 17:45:54 2006 +--- exipick.20061117.2.orig Sat Jan 13 19:54:08 2007 ++++ exipick.20061117.2 Sat Jan 13 19:55:52 2007 @@ -1,7 +1,7 @@ #!/usr/bin/perl # SET THIS TO THE PATH TO YOUR SPOOL DIR! --my $spool = '/local/exim/spool'; -+my $spool = '/var/spool/exim'; +-my $spool = '/local/exim/spool'; ++my $spool = '/var/spool/exim'; + # SET THIS TO THE DEFAULT HEADER CHARACTER SET! + my $charset = 'ISO-8859-1'; - use strict; - use Getopt::Long; |