diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-17 13:56:04 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-17 13:56:04 +0000 |
commit | 86687513905ac7c8421ca2e38963523f8e1df5b7 (patch) | |
tree | 5c0ca97a230c12930f9238f2d5418ca723715d11 /mail/pfqueue | |
parent | c477d047fc5e82f3d30f47b7c74d9c7046cd2fa5 (diff) | |
download | ports-86687513905ac7c8421ca2e38963523f8e1df5b7.tar.gz ports-86687513905ac7c8421ca2e38963523f8e1df5b7.zip |
Notes
Diffstat (limited to 'mail/pfqueue')
-rw-r--r-- | mail/pfqueue/Makefile | 25 | ||||
-rw-r--r-- | mail/pfqueue/distinfo | 6 | ||||
-rw-r--r-- | mail/pfqueue/pkg-descr | 3 | ||||
-rw-r--r-- | mail/pfqueue/pkg-plist | 3 |
4 files changed, 22 insertions, 15 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index c10df276e1e1..08fc3e1c9f79 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -5,21 +5,26 @@ # $FreeBSD$ # -PORTNAME= pfqueue -PORTVERSION= 0.5.0 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTNAME= pfqueue +PORTVERSION= 0.5.1 +DISTVERSIONSUFFIX= -src +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mnag@FreeBSD.org -COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues +MAINTAINER= mnag@FreeBSD.org +COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/${DISTVERSIONSUFFIX}//} + +USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= pfqueue.1 +MAN1= pfqueue.1 post-patch: @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo index 338b7f5d8843..229f86e7074a 100644 --- a/mail/pfqueue/distinfo +++ b/mail/pfqueue/distinfo @@ -1,3 +1,3 @@ -MD5 (pfqueue-0.5.0.tar.gz) = eb68b3a29267d1ad61e858cf2283cbcf -SHA256 (pfqueue-0.5.0.tar.gz) = 28719ab05f905b2437ccd0432c2180e8c71096b7e713b2ee9a8383ef46a7f09b -SIZE (pfqueue-0.5.0.tar.gz) = 320155 +MD5 (pfqueue-0.5.1-src.tar.gz) = 3e69b58e950845d12172718abaa369fc +SHA256 (pfqueue-0.5.1-src.tar.gz) = a65d8f09d94c690c205398634c0e97f475b53838df9988e34f0cff83ae7c6d30 +SIZE (pfqueue-0.5.1-src.tar.gz) = 327753 diff --git a/mail/pfqueue/pkg-descr b/mail/pfqueue/pkg-descr index b09a6bf7ce76..176c8f4aca1c 100644 --- a/mail/pfqueue/pkg-descr +++ b/mail/pfqueue/pkg-descr @@ -9,5 +9,4 @@ what is falling into and unexpectedly crowding your deferred queue. WWW: http://pfqueue.sourceforge.net/ -- Marcus Alves Grando -mnag@FreeBSD.org +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/mail/pfqueue/pkg-plist b/mail/pfqueue/pkg-plist index b12612955a0e..e6df62354ab3 100644 --- a/mail/pfqueue/pkg-plist +++ b/mail/pfqueue/pkg-plist @@ -1,9 +1,12 @@ bin/pfqueue +bin/spfqueue lib/libpfq_exim.so lib/libpfq_exim.so.0 lib/libpfq_postfix1.so lib/libpfq_postfix1.so.0 lib/libpfq_postfix2.so lib/libpfq_postfix2.so.0 +lib/libpfq_socket.so +lib/libpfq_socket.so.0 lib/libpfqueue.so lib/libpfqueue.so.0 |