diff options
-rw-r--r-- | mail/pfqueue/Makefile | 8 | ||||
-rw-r--r-- | mail/pfqueue/distinfo | 4 | ||||
-rw-r--r-- | mail/pfqueue/pkg-plist | 9 |
3 files changed, 12 insertions, 9 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 9856dfb6280b..45de3a370240 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -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 diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo index 1ddc37fa5f57..12252781229c 100644 --- a/mail/pfqueue/distinfo +++ b/mail/pfqueue/distinfo @@ -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 diff --git a/mail/pfqueue/pkg-plist b/mail/pfqueue/pkg-plist new file mode 100644 index 000000000000..b12612955a0e --- /dev/null +++ b/mail/pfqueue/pkg-plist @@ -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 |