diff options
author | pav <pav@FreeBSD.org> | 2005-02-18 07:59:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-18 07:59:39 +0800 |
commit | 414491918f95b9e14300a91883e4bcc6e337b3fc (patch) | |
tree | a8969c46e90758fc1c102cec337d169ad738fbc7 /mail/pfqueue | |
parent | c02323cf0e6680e24efa32905ae1d6b163300d31 (diff) | |
download | freebsd-ports-gnome-414491918f95b9e14300a91883e4bcc6e337b3fc.tar.gz freebsd-ports-gnome-414491918f95b9e14300a91883e4bcc6e337b3fc.tar.zst freebsd-ports-gnome-414491918f95b9e14300a91883e4bcc6e337b3fc.zip |
- 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)
Diffstat (limited to 'mail/pfqueue')
-rw-r--r-- | mail/pfqueue/Makefile | 6 | ||||
-rw-r--r-- | mail/pfqueue/distinfo | 4 |
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 |