diff options
author | obraun <obraun@FreeBSD.org> | 2003-04-14 07:01:11 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-04-14 07:01:11 +0800 |
commit | 2ecbd4abe6a23714910f8d69741db7a365be41db (patch) | |
tree | 90d03eedcdd11ec3aecd097e3618f8aee5fa4fcd /mail | |
parent | 895bde1a865f1ac522ac51db228c5888bda44160 (diff) | |
download | freebsd-ports-graphics-2ecbd4abe6a23714910f8d69741db7a365be41db.tar.gz freebsd-ports-graphics-2ecbd4abe6a23714910f8d69741db7a365be41db.tar.zst freebsd-ports-graphics-2ecbd4abe6a23714910f8d69741db7a365be41db.zip |
Upgrade to 0.11.2.
PR: ports/50920
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-current/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-current/distinfo | 2 | ||||
-rw-r--r-- | mail/bogofilter-current/files/patch-aa | 12 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 2 | ||||
-rw-r--r-- | mail/bogofilter/files/patch-aa | 12 |
6 files changed, 4 insertions, 28 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile index 8d1e98dfcc9..2012b78c00a 100644 --- a/mail/bogofilter-current/Makefile +++ b/mail/bogofilter-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTVERSION= 0.11.1.9 +PORTVERSION= 0.11.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/bogofilter-current/distinfo b/mail/bogofilter-current/distinfo index ad9cc6a000b..fd466ef7205 100644 --- a/mail/bogofilter-current/distinfo +++ b/mail/bogofilter-current/distinfo @@ -1 +1 @@ -MD5 (bogofilter-0.11.1.9.tar.gz) = b9bae2985f61ac5e54979bc0f8d62f0b +MD5 (bogofilter-0.11.2.tar.gz) = c0410b4378db01f77a133e6087fb69ef diff --git a/mail/bogofilter-current/files/patch-aa b/mail/bogofilter-current/files/patch-aa deleted file mode 100644 index 2f8ae81ac12..00000000000 --- a/mail/bogofilter-current/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/tests/bogofilter/t.bogodir~ Wed Apr 9 01:00:44 2003 -+++ ./src/tests/bogofilter/t.bogodir Sun Apr 13 17:08:32 2003 -@@ -22,6 +22,9 @@ - verbose=1 - fi - -+HOME="${TMPDIR}/home" -+mkdir $HOME -+export HOME - BOGOFILTER="$VAL ${relpath}/bogofilter" - LOG="${TMPDIR}/bogodir.log" - cat /dev/null > $LOG diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 8d1e98dfcc9..2012b78c00a 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTVERSION= 0.11.1.9 +PORTVERSION= 0.11.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index ad9cc6a000b..fd466ef7205 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1 +1 @@ -MD5 (bogofilter-0.11.1.9.tar.gz) = b9bae2985f61ac5e54979bc0f8d62f0b +MD5 (bogofilter-0.11.2.tar.gz) = c0410b4378db01f77a133e6087fb69ef diff --git a/mail/bogofilter/files/patch-aa b/mail/bogofilter/files/patch-aa deleted file mode 100644 index 2f8ae81ac12..00000000000 --- a/mail/bogofilter/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/tests/bogofilter/t.bogodir~ Wed Apr 9 01:00:44 2003 -+++ ./src/tests/bogofilter/t.bogodir Sun Apr 13 17:08:32 2003 -@@ -22,6 +22,9 @@ - verbose=1 - fi - -+HOME="${TMPDIR}/home" -+mkdir $HOME -+export HOME - BOGOFILTER="$VAL ${relpath}/bogofilter" - LOG="${TMPDIR}/bogodir.log" - cat /dev/null > $LOG |