summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-14 08:42:26 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-14 08:42:26 +0000
commite1ce90c83fccb4ba344009d67a96cfa36f2ea5da (patch)
treea84fd72fb8feb2d1287797d269711850e7af6577 /mail
parentUnbreak on 4.x: One more files needs cr/lf-conversion (diff)
- Update to 0.3.4.
PR: ports/78803 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes
Notes: svn path=/head/; revision=131167
Diffstat (limited to 'mail')
-rw-r--r--mail/pfqueue/Makefile2
-rw-r--r--mail/pfqueue/distinfo4
-rw-r--r--mail/pfqueue/files/patch-pfregex.h11
3 files changed, 14 insertions, 3 deletions
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 <sys/types.h>
+ #include <regex.h>
+
+ regex_t *regexp;
+ char *regexps;
+-
+-