Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2010 06:44:13 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150873: [PATCH] security/squidclamav: update to 5.4
Message-ID:  <201009230644.o8N6iDDF053282@www.freebsd.org>
Resent-Message-ID: <201009230650.o8N6o4Gh017239@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150873
>Category:       ports
>Synopsis:       [PATCH] security/squidclamav: update to 5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 23 06:50:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.1-STABLE
>Organization:
>Environment:
8.1-STABLE i386
>Description:
- update to 5.4
- install man-page
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009230644.o8N6iDDF053282>