mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 0.5.3
- portlint(1)
This commit is contained in:
parent
8b52ae2b72
commit
5b33357908
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174884
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pfqueue
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.5.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -16,11 +15,12 @@ MAINTAINER= mnag@FreeBSD.org
|
||||
COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= pfqueue.1
|
||||
MAN5= pfqueue.conf.5
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pfqueue-0.5.2.tar.gz) = 93f762746357473c8aa456f7a7066c81
|
||||
SHA256 (pfqueue-0.5.2.tar.gz) = f8b071cf79af21dc1b4cf8ebb5e43675e7c8a4cbc85a7e33202892e44e37f561
|
||||
SIZE (pfqueue-0.5.2.tar.gz) = 288924
|
||||
MD5 (pfqueue-0.5.3.tar.gz) = 7700198871f91cf28e0164f8e776dd55
|
||||
SHA256 (pfqueue-0.5.3.tar.gz) = 05dc8d02fc40a2b666147a4c3a69f5f7c94d86445f9c6a059dc0b0baff60a7e1
|
||||
SIZE (pfqueue-0.5.3.tar.gz) = 292616
|
||||
|
10
mail/pfqueue/files/patch-pfqlib.h
Normal file
10
mail/pfqueue/files/patch-pfqlib.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- pfqlib.h.orig Sat Oct 7 23:40:07 2006
|
||||
+++ pfqlib.h Sat Oct 7 23:40:42 2006
|
||||
@@ -7,6 +7,7 @@
|
||||
#define __PFQLIB_H
|
||||
|
||||
#include <time.h>
|
||||
+#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
#include <sys/types.h>
|
||||
#include "pfregex.h"
|
Loading…
Reference in New Issue
Block a user