mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update to 20061117.2
- Pass maintainership to submitter PR: ports/107883 Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer)
This commit is contained in:
parent
7b11fc6985
commit
8741d4602c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182335
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user