summaryrefslogtreecommitdiff
path: root/mail/pfqueue
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-17 23:59:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-17 23:59:39 +0000
commitfffddd33d483a3ec4edb5cdd62ef19ef2a21ae65 (patch)
tree6d4e1367b7aa206bc62f70e3a1093dc7327cb4e5 /mail/pfqueue
parent- Update to 1.12 (diff)
- Update to 0.3.2
PR: ports/77647 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Notes
Notes: svn path=/head/; revision=129118
Diffstat (limited to 'mail/pfqueue')
-rw-r--r--mail/pfqueue/Makefile6
-rw-r--r--mail/pfqueue/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile
index 590e7d7679c5..48fe899d167c 100644
--- a/mail/pfqueue/Makefile
+++ b/mail/pfqueue/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pfqueue
-PORTVERSION= 0.3.0
+PORTVERSION= 0.3.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,10 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= marcus@corp.grupos.com.br
COMMENT= A console-based tool for handling postfix queues
+USE_REINPLACE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= pfqueue.1
PLIST_FILES= bin/pfqueue
+post-patch:
+ ${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+
.include <bsd.port.mk>
diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo
index f2f382810d1f..7b701f73593e 100644
--- a/mail/pfqueue/distinfo
+++ b/mail/pfqueue/distinfo
@@ -1,2 +1,2 @@
-MD5 (pfqueue-0.3.0.tar.gz) = f2d3e271259b80dad7ea215a69f7b487
-SIZE (pfqueue-0.3.0.tar.gz) = 107169
+MD5 (pfqueue-0.3.2.tar.gz) = 8891fa91841d17cc0f3a52f3d50df314
+SIZE (pfqueue-0.3.2.tar.gz) = 105931