aboutsummaryrefslogtreecommitdiff
path: root/mail/pfqueue
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-04-04 17:31:32 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-04-04 17:31:32 +0000
commitb8cee37d640ffb1fe68422f1d5d8602412c79fd8 (patch)
tree6b7594982eee52590eae05f5108c846b73155710 /mail/pfqueue
parentd0639c5bd6ca481d45f2c25741d51e7bb29bb7f3 (diff)
downloadports-b8cee37d640ffb1fe68422f1d5d8602412c79fd8.tar.gz
ports-b8cee37d640ffb1fe68422f1d5d8602412c79fd8.zip
Notes
Diffstat (limited to 'mail/pfqueue')
-rw-r--r--mail/pfqueue/Makefile2
-rw-r--r--mail/pfqueue/distinfo4
-rw-r--r--mail/pfqueue/files/patch-pfregex.h11
3 files changed, 3 insertions, 14 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile
index 55d4287ac858..92dd38b45e28 100644
--- a/mail/pfqueue/Makefile
+++ b/mail/pfqueue/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pfqueue
-PORTVERSION= 0.3.4
+PORTVERSION= 0.3.5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo
index ee4b0f16fbf7..828c528eb6a4 100644
--- a/mail/pfqueue/distinfo
+++ b/mail/pfqueue/distinfo
@@ -1,2 +1,2 @@
-MD5 (pfqueue-0.3.4.tar.gz) = 7a49c72d2718d8eb2fb66fbf91c58e56
-SIZE (pfqueue-0.3.4.tar.gz) = 106860
+MD5 (pfqueue-0.3.5.tar.gz) = 281e3caeb4ce296c28abeb7e3de0cb90
+SIZE (pfqueue-0.3.5.tar.gz) = 107469
diff --git a/mail/pfqueue/files/patch-pfregex.h b/mail/pfqueue/files/patch-pfregex.h
deleted file mode 100644
index 809e0ed9af44..000000000000
--- a/mail/pfqueue/files/patch-pfregex.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
--
--