From 577d42d409367b687625c07919f53dfc0949df52 Mon Sep 17 00:00:00 2001 From: flz Date: Mon, 14 Mar 2005 08:42:26 +0000 Subject: - Update to 0.3.4. PR: ports/78803 Submitted by: Marcus Grando (maintainer) --- mail/pfqueue/Makefile | 2 +- mail/pfqueue/distinfo | 4 ++-- mail/pfqueue/files/patch-pfregex.h | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 mail/pfqueue/files/patch-pfregex.h (limited to 'mail') diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index c5d0ec23c479..55d4287ac858 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfqueue -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo index 76f11bccdd35..ee4b0f16fbf7 100644 --- a/mail/pfqueue/distinfo +++ b/mail/pfqueue/distinfo @@ -1,2 +1,2 @@ -MD5 (pfqueue-0.3.3.tar.gz) = 47724ceaa19187348c5895b9a83148d8 -SIZE (pfqueue-0.3.3.tar.gz) = 106033 +MD5 (pfqueue-0.3.4.tar.gz) = 7a49c72d2718d8eb2fb66fbf91c58e56 +SIZE (pfqueue-0.3.4.tar.gz) = 106860 diff --git a/mail/pfqueue/files/patch-pfregex.h b/mail/pfqueue/files/patch-pfregex.h new file mode 100644 index 000000000000..809e0ed9af44 --- /dev/null +++ b/mail/pfqueue/files/patch-pfregex.h @@ -0,0 +1,11 @@ +--- pfregex.h.orig Mon Mar 14 00:46:55 2005 ++++ pfregex.h Mon Mar 14 00:47:03 2005 +@@ -1,7 +1,5 @@ +- ++#include + #include + + regex_t *regexp; + char *regexps; +- +- -- cgit