diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:55:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:55:57 +0000 |
commit | 2b5743b175aff870d3232bfaa47a868a9ad58010 (patch) | |
tree | e1d188fd9a1ca1e9787f19885dc1bb202f935cfd /sysutils/anteater | |
parent | . Add a port of foiltex: (diff) |
- Update to version 0.4.5
PR: 59134
Submitted by: Ports Fury
Diffstat (limited to 'sysutils/anteater')
-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, 2 insertions, 12 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile index d2cb3c159413..fa4c57ba4c7f 100644 --- a/sysutils/anteater/Makefile +++ b/sysutils/anteater/Makefile @@ -7,7 +7,7 @@ # PORTNAME= anteater -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/anteater/distinfo b/sysutils/anteater/distinfo index f4aa2ee7df2c..d7d48f72cfa1 100644 --- a/sysutils/anteater/distinfo +++ b/sysutils/anteater/distinfo @@ -1 +1 @@ -MD5 (anteater-0.4.3.tar.bz2) = 3878cecc0d246603ada3c87dd2e948b5 +MD5 (anteater-0.4.5.tar.bz2) = 21ab169a88e1a80942cc8816d7ea6438 diff --git a/sysutils/anteater/files/patch-anteater::postfixfilter.cpp b/sysutils/anteater/files/patch-anteater::postfixfilter.cpp deleted file mode 100644 index 53ffb8f44a5e..000000000000 --- a/sysutils/anteater/files/patch-anteater::postfixfilter.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- 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" ), |