mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 0.5.1
Reorganize Makefile
This commit is contained in:
parent
c477d047fc
commit
8668751390
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153738
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user