diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-06 21:01:16 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-03-06 21:01:16 +0000 |
commit | cf23a3683681e1db5ff27ca87f64b2f677edd84b (patch) | |
tree | 0e723e5c459dc0117979d8c5348d9331f67f84c0 | |
parent | 17d77b6809475fccde9da0f9b68a6d2ed53212b6 (diff) | |
download | ports-cf23a3683681e1db5ff27ca87f64b2f677edd84b.tar.gz ports-cf23a3683681e1db5ff27ca87f64b2f677edd84b.zip |
Notes
-rw-r--r-- | mail/pfqueue/Makefile | 4 | ||||
-rw-r--r-- | mail/pfqueue/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index b86ff85bf9f1..4f4b88dfc990 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfqueue -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,9 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= pfqueue.1 diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo index 194e8805bfe0..aedbaa3355d7 100644 --- a/mail/pfqueue/distinfo +++ b/mail/pfqueue/distinfo @@ -1,3 +1,3 @@ -MD5 (pfqueue-0.5.3.tar.gz) = 7700198871f91cf28e0164f8e776dd55 -SHA256 (pfqueue-0.5.3.tar.gz) = 05dc8d02fc40a2b666147a4c3a69f5f7c94d86445f9c6a059dc0b0baff60a7e1 -SIZE (pfqueue-0.5.3.tar.gz) = 292616 +MD5 (pfqueue-0.5.6.tar.gz) = ff3fbcc39b39112f123b93df579998b8 +SHA256 (pfqueue-0.5.6.tar.gz) = efedc8ea73ea09cf3edfbdbb6bf3fb0678017818fd0c1816abd9360120c59a41 +SIZE (pfqueue-0.5.6.tar.gz) = 298870 |