diff options
author | krion <krion@FreeBSD.org> | 2003-11-11 03:55:57 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-11 03:55:57 +0800 |
commit | 3848dbfb47c59eb17186a206d660886775c5cb01 (patch) | |
tree | cae7eb1dbc50086109043d7f29ea5cb52e82255d | |
parent | f27c6406f737d7d2a5c80715bbd1339a745cccca (diff) | |
download | freebsd-ports-graphics-3848dbfb47c59eb17186a206d660886775c5cb01.tar.gz freebsd-ports-graphics-3848dbfb47c59eb17186a206d660886775c5cb01.tar.zst freebsd-ports-graphics-3848dbfb47c59eb17186a206d660886775c5cb01.zip |
- Update to version 0.4.5
PR: 59134
Submitted by: Ports Fury
-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 d2cb3c15941..fa4c57ba4c7 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 f4aa2ee7df2..d7d48f72cfa 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 53ffb8f44a5..00000000000 --- 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" ), |