- Update to 0.3.4.

PR:		ports/78803
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
This commit is contained in:
Florent Thoumie
2005-03-14 08:42:26 +00:00
parent 15ed090e6a
commit e1ce90c83f
3 changed files with 14 additions and 3 deletions

View File

@@ -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}

View File

@@ -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

View File

@@ -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;
-
-