aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-26 05:07:14 +0800
committerkrion <krion@FreeBSD.org>2003-10-26 05:07:14 +0800
commit090c6857d098bc3a5877681e71e9f3a51bf204da (patch)
treef7aa9490f04e01b84e1afd22344f36f64fde1884 /sysutils
parent7954c0befe1fc3ab5649f244f5988b4475a440db (diff)
downloadfreebsd-ports-gnome-090c6857d098bc3a5877681e71e9f3a51bf204da.tar.gz
freebsd-ports-gnome-090c6857d098bc3a5877681e71e9f3a51bf204da.tar.zst
freebsd-ports-gnome-090c6857d098bc3a5877681e71e9f3a51bf204da.zip
- Update to version 0.4.3
PR: 58523 Submitted by: Ports Fury
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/anteater/Makefile2
-rw-r--r--sysutils/anteater/distinfo2
-rw-r--r--sysutils/anteater/files/patch-anteater::postfixfilter.cpp10
3 files changed, 12 insertions, 2 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile
index 54cf40d149cf..d2cb3c159413 100644
--- a/sysutils/anteater/Makefile
+++ b/sysutils/anteater/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= anteater
-PORTVERSION= 0.4.2
+PORTVERSION= 0.4.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/sysutils/anteater/distinfo b/sysutils/anteater/distinfo
index f920d4bd1a8b..f4aa2ee7df2c 100644
--- a/sysutils/anteater/distinfo
+++ b/sysutils/anteater/distinfo
@@ -1 +1 @@
-MD5 (anteater-0.4.2.tar.bz2) = 7f86ed288e0440497693d32b7638d82e
+MD5 (anteater-0.4.3.tar.bz2) = 3878cecc0d246603ada3c87dd2e948b5
diff --git a/sysutils/anteater/files/patch-anteater::postfixfilter.cpp b/sysutils/anteater/files/patch-anteater::postfixfilter.cpp
new file mode 100644
index 000000000000..53ffb8f44a5e
--- /dev/null
+++ b/sysutils/anteater/files/patch-anteater::postfixfilter.cpp
@@ -0,0 +1,10 @@
+--- anteater/postfixfilter.cpp.orig Fri Oct 24 00:11:11 2003
++++ anteater/postfixfilter.cpp Sat Oct 25 03:00:35 2003
+@@ -11,6 +11,7 @@
+ #include "plugin.h"
+ #include <ctime>
+ #include <list>
++#include <algorithm>
+
+ postfixFilter::postfixFilter() :
+ strPrefix( "postfix" ),