diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2011-03-01 03:55:52 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2011-03-01 03:55:52 +0000 |
commit | 34483fda1085ab4dcd2b5725820f18d15140ce01 (patch) | |
tree | b9d6d30ff795ee2a6697513ccc113a88cea5df18 /mail/exipick | |
parent | bb10ba0f676ffeff6af00e6fb10ad10b6e907342 (diff) | |
download | ports-34483fda1085ab4dcd2b5725820f18d15140ce01.tar.gz ports-34483fda1085ab4dcd2b5725820f18d15140ce01.zip |
Notes
Diffstat (limited to 'mail/exipick')
-rw-r--r-- | mail/exipick/Makefile | 3 | ||||
-rw-r--r-- | mail/exipick/distinfo | 5 | ||||
-rw-r--r-- | mail/exipick/files/patch-aa | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/mail/exipick/Makefile b/mail/exipick/Makefile index fc9af7ee6469..dfb7ee70d770 100644 --- a/mail/exipick/Makefile +++ b/mail/exipick/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exipick -PORTVERSION= 20061117.2 +PORTVERSION= 20100323.0 CATEGORIES= mail MASTER_SITES= http://jetmore.org/john/code/ DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -26,6 +26,7 @@ do-extract: do-build: @${SED} -e '1s|/usr/bin/perl|${PERL}|' \ + -e 's;\/local\/exim\/spool;\/var\/spool\/exim;g' \ ${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl do-install: diff --git a/mail/exipick/distinfo b/mail/exipick/distinfo index 404e6ef6e145..e705eb5d0e3c 100644 --- a/mail/exipick/distinfo +++ b/mail/exipick/distinfo @@ -1,3 +1,2 @@ -MD5 (exipick.20061117.2) = 6aece1819ef1cbce8344f9ce5f55ff1c -SHA256 (exipick.20061117.2) = 577d505c9b0ca8b210b124afbe1977a010fa4e54eb1d114a7a68ab833650c7c3 -SIZE (exipick.20061117.2) = 57153 +SHA256 (exipick.20100323.0) = 5461228c35320d237e2b1f55dcda3eea66b5688126ae0163f8215c7df5e4933b +SIZE (exipick.20100323.0) = 58793 diff --git a/mail/exipick/files/patch-aa b/mail/exipick/files/patch-aa deleted file mode 100644 index 346f9ec95fb2..000000000000 --- a/mail/exipick/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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'; - # SET THIS TO THE DEFAULT HEADER CHARACTER SET! - my $charset = 'ISO-8859-1'; - |