squidclamav 5.4

Ruslan Mahmatkhanov cvs-src at yandex.ru
Mon Sep 20 16:52:14 UTC 2010


20.09.2010 10:28, Mag. Werner Cyrmon пишет:
> squidclamav 5.4 is out a while - when will it appear in the ports tree?
>
> Regards
>
> Werner

Please try patch attached.
If it's ok for you, i'll create PR to update the port.


-- 
Regards,
Ruslan
-------------- next part --------------
diff -ruNa squidclamav/Makefile squidclamav/Makefile
--- squidclamav/Makefile	2010-04-25 01:09:17.000000000 +0400
+++ squidclamav/Makefile	2010-09-20 20:43:09.000000000 +0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	squidclamav
-PORTVERSION=	5.3
-PORTREVISION=	1
+PORTVERSION=	5.4
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -23,6 +22,7 @@
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	bin/${PORTNAME} etc/${PORTNAME}.conf.dist
+MAN1=		${PORTNAME}.1
 
 post-configure:
 	@${REINPLACE_CMD} -E 's|^(LDFLAGS = ).*|\1-L${LOCALBASE}/lib|' \
@@ -31,6 +31,7 @@
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
 	@${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.dist
+	@${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruNa squidclamav/distinfo squidclamav/distinfo
--- squidclamav/distinfo	2010-04-25 01:09:17.000000000 +0400
+++ squidclamav/distinfo	2010-09-20 18:00:31.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (squidclamav-5.3.tar.gz) = 39f4b98294782039840b2052eab543e2
-SHA256 (squidclamav-5.3.tar.gz) = 8a35d3de33fcb072fd0cc1e735108e92ac183f394a77596a461e6be0a2d1ad81
-SIZE (squidclamav-5.3.tar.gz) = 759760
+MD5 (squidclamav-5.4.tar.gz) = e2adab89b1d46ace78b4ec5200dd1285
+SHA256 (squidclamav-5.4.tar.gz) = f4979552494369c93d99cec0846e400588a5b17c01bcc1346b68dbfc8723e378
+SIZE (squidclamav-5.4.tar.gz) = 765313


More information about the freebsd-ports mailing list