- Update to 0.5.0

PR:		85773
Submitted by:	maintainer
This commit is contained in:
Yen-Ming Lee 2005-09-06 01:33:36 +00:00
parent b51c10928f
commit 72aedb1752
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142040
3 changed files with 12 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= pfqueue
PORTVERSION= 0.4.2
PORTVERSION= 0.5.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -20,12 +20,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}"
MAN1= pfqueue.1
PLIST_FILES= bin/pfqueue
.for backend in exim postfix1 postfix2
. for ext in so so.0
PLIST_FILES+= lib/libpfq_${backend}.${ext}
. endfor
.endfor
post-patch:
@${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure

View file

@ -1,2 +1,2 @@
MD5 (pfqueue-0.4.2.tar.gz) = aa75e124ef40516ca2f403ba8c6d87bd
SIZE (pfqueue-0.4.2.tar.gz) = 314575
MD5 (pfqueue-0.5.0.tar.gz) = eb68b3a29267d1ad61e858cf2283cbcf
SIZE (pfqueue-0.5.0.tar.gz) = 320155

9
mail/pfqueue/pkg-plist Normal file
View file

@ -0,0 +1,9 @@
bin/pfqueue
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/libpfqueue.so
lib/libpfqueue.so.0