aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pfqueue
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-09-06 09:33:36 +0800
committerleeym <leeym@FreeBSD.org>2005-09-06 09:33:36 +0800
commit92352d22e2d569346cb86dc47ed3f6a6ff6675af (patch)
tree563b14223ad9633e1976ce1973f0636f0d95ad46 /mail/pfqueue
parent98a0412466898ee76af1afdf7ce71e4154199420 (diff)
downloadfreebsd-ports-gnome-92352d22e2d569346cb86dc47ed3f6a6ff6675af.tar.gz
freebsd-ports-gnome-92352d22e2d569346cb86dc47ed3f6a6ff6675af.tar.zst
freebsd-ports-gnome-92352d22e2d569346cb86dc47ed3f6a6ff6675af.zip
- Update to 0.5.0
PR: 85773 Submitted by: maintainer
Diffstat (limited to 'mail/pfqueue')
-rw-r--r--mail/pfqueue/Makefile8
-rw-r--r--mail/pfqueue/distinfo4
-rw-r--r--mail/pfqueue/pkg-plist9
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