ports/185928: [MAINTAINER UPDATE] mail/spmfilter-clamav: update to 0.2.3
Axel Steiner
ast at treibsand.com
Mon Jan 20 15:40:00 UTC 2014
>Number: 185928
>Category: ports
>Synopsis: [MAINTAINER UPDATE] mail/spmfilter-clamav: update to 0.2.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 20 15:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Axel Steiner
>Release: FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD santiago.treibsand.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- update port to version 0.2.3
- added stage support
>How-To-Repeat:
>Fix:
--- spmfilter-clamav_2.3.patch begins here ---
diff -ruN spmfilter-clamav_0.1.1/Makefile spmfilter-clamav/Makefile
--- spmfilter-clamav_0.1.1/Makefile 2014-01-16 09:46:15.000000000 +0100
+++ spmfilter-clamav/Makefile 2014-01-20 12:38:07.000000000 +0100
@@ -2,36 +2,32 @@
# $FreeBSD: mail/spmfilter-clamav/Makefile 327742 2013-09-20 19:59:12Z bapt $
PORTNAME= spmfilter-clamav
-PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTVERSION= 0.2.3
CATEGORIES= mail
-MASTER_SITES= http://www.spmfilter.org/attachments/download/59/
+MASTER_SITES= http://www.spmfilter.org/files/
MAINTAINER= ast at treibsand.com
COMMENT= ClamAV plugin for spmfilter
-BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
+BUILD_DEPENDS= spmfilter>=0.6:${PORTSDIR}/mail/spmfilter
-RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
+RUN_DEPENDS= ${BUILD_DEPENDS}
USES= cmake pkgconfig
-CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
+CMAKE_ARGS+= --no-warn-unused-cli \
+ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
USE_LDCONFIG= ${PREFIX}/lib/spmfilter
OPTIONS_DEFINE= DEBUG
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}
CMAKE_ARGS+= -DENABLE_DEBUG=TRUE
.endif
-MAN1= ${PORTNAME}.1
-MANCOMPRESSED= yes
-
PORTDOCS= *
post-patch:
@@ -40,8 +36,8 @@
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR}/contrib
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/contrib/virus-notify.txt ${DOCSDIR}/contrib
+ @${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${STAGEDIR}${DOCSDIR}/contrib
+ @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/contrib/virus-notify.txt ${STAGEDIR}${DOCSDIR}/contrib
.endif
.include <bsd.port.mk>
diff -ruN spmfilter-clamav_0.1.1/distinfo spmfilter-clamav/distinfo
--- spmfilter-clamav_0.1.1/distinfo 2014-01-16 09:46:15.000000000 +0100
+++ spmfilter-clamav/distinfo 2014-01-16 11:22:34.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (spmfilter-clamav-0.1.1.tar.gz) = 7b68b9b7347bf5787fe63da77e733c7a67c40c82d6c87760f8f5d658573dc8a9
-SIZE (spmfilter-clamav-0.1.1.tar.gz) = 9065
+SHA256 (spmfilter-clamav-0.2.3.tar.gz) = 215c4ae39fcb921676da7e6cb5cf8789657d51f6be67c2e56976cc738ff1e80c
+SIZE (spmfilter-clamav-0.2.3.tar.gz) = 9184
diff -ruN spmfilter-clamav_0.1.1/pkg-plist spmfilter-clamav/pkg-plist
--- spmfilter-clamav_0.1.1/pkg-plist 2014-01-16 09:46:15.000000000 +0100
+++ spmfilter-clamav/pkg-plist 2014-01-20 12:36:04.000000000 +0100
@@ -1,3 +1,5 @@
lib/spmfilter/libclamav.so
-lib/spmfilter/libclamav.so.0.1.1
+lib/spmfilter/libclamav.so.0.2
+lib/spmfilter/libclamav.so.0.2.3
@dirrmtry lib/spmfilter
+man/man1/spmfilter-clamav.1.gz
--- spmfilter-clamav_2.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list