diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-04 17:31:32 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-04 17:31:32 +0000 |
commit | b8cee37d640ffb1fe68422f1d5d8602412c79fd8 (patch) | |
tree | 6b7594982eee52590eae05f5108c846b73155710 /mail/pfqueue | |
parent | d0639c5bd6ca481d45f2c25741d51e7bb29bb7f3 (diff) | |
download | ports-b8cee37d640ffb1fe68422f1d5d8602412c79fd8.tar.gz ports-b8cee37d640ffb1fe68422f1d5d8602412c79fd8.zip |
Notes
Diffstat (limited to 'mail/pfqueue')
-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, 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; -- -- |