diff options
author | araujo <araujo@FreeBSD.org> | 2011-03-01 11:55:52 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2011-03-01 11:55:52 +0800 |
commit | f9f6e7c57849349594bcf4282fa95275a2205aa2 (patch) | |
tree | 8ba78a3049ff83c2548ab76a6fe490d877e69bf7 /mail | |
parent | 0a49daedae21a0e1df745ad9f9b754e9fa787b30 (diff) | |
download | freebsd-ports-gnome-f9f6e7c57849349594bcf4282fa95275a2205aa2.tar.gz freebsd-ports-gnome-f9f6e7c57849349594bcf4282fa95275a2205aa2.tar.zst freebsd-ports-gnome-f9f6e7c57849349594bcf4282fa95275a2205aa2.zip |
- Update to 20100323.0.
- Better change the spool using sed inside the Makefile than maintain an extra patch.
Diffstat (limited to 'mail')
-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'; - |