diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-25 21:07:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-25 21:07:14 +0000 |
commit | cc74f690d69501d2bcf2dc3779a415b85ade95a9 (patch) | |
tree | b918fda4870cadd73491028e95aea74700c78d3d | |
parent | 04e7c3eb6a10f02d1bf4f9dd9454a89b97afc7ad (diff) | |
download | ports-cc74f690d69501d2bcf2dc3779a415b85ade95a9.tar.gz ports-cc74f690d69501d2bcf2dc3779a415b85ade95a9.zip |
Notes
-rw-r--r-- | sysutils/anteater/Makefile | 2 | ||||
-rw-r--r-- | sysutils/anteater/distinfo | 2 | ||||
-rw-r--r-- | sysutils/anteater/files/patch-anteater::postfixfilter.cpp | 10 |
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" ), |