diff options
author | flz <flz@FreeBSD.org> | 2005-03-14 16:42:26 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-14 16:42:26 +0800 |
commit | 577d42d409367b687625c07919f53dfc0949df52 (patch) | |
tree | b744bcb948fbf892f6dc3c288f49662502f236e7 | |
parent | 30c2fc68a61abbb0b0887d026143cf1f268fc5d7 (diff) | |
download | freebsd-ports-gnome-577d42d409367b687625c07919f53dfc0949df52.tar.gz freebsd-ports-gnome-577d42d409367b687625c07919f53dfc0949df52.tar.zst freebsd-ports-gnome-577d42d409367b687625c07919f53dfc0949df52.zip |
- Update to 0.3.4.
PR: ports/78803
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
-rw-r--r-- | mail/pfqueue/Makefile | 2 | ||||
-rw-r--r-- | mail/pfqueue/distinfo | 4 | ||||
-rw-r--r-- | mail/pfqueue/files/patch-pfregex.h | 11 |
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; +- +- |