From owner-svn-ports-head@freebsd.org Fri Dec 11 01:08:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 516BB9D61D9; Fri, 11 Dec 2015 01:08:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CEAB112C; Fri, 11 Dec 2015 01:08:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBB18AJA022373; Fri, 11 Dec 2015 01:08:10 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBB1883L022359; Fri, 11 Dec 2015 01:08:08 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201512110108.tBB1883L022359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 11 Dec 2015 01:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403481 - in head: mail/mimedefang mail/p5-Clamd mail/p5-Mail-ClamAV mail/qsheff mail/simscan security/clamassassin security/clamcour security/p5-File-Scan-ClamAV security/py-clamav sec... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 01:08:11 -0000 Author: zi Date: Fri Dec 11 01:08:08 2015 New Revision: 403481 URL: https://svnweb.freebsd.org/changeset/ports/403481 Log: - Bump PORTREVISION after security/clamav update PR: 205086 Submitted by: me Modified: head/mail/mimedefang/Makefile head/mail/p5-Clamd/Makefile head/mail/p5-Mail-ClamAV/Makefile head/mail/qsheff/Makefile head/mail/simscan/Makefile head/security/clamassassin/Makefile head/security/clamcour/Makefile head/security/p5-File-Scan-ClamAV/Makefile head/security/py-clamav/Makefile head/security/razorback-clamavNugget/Makefile head/www/c-icap-modules/Makefile head/www/gurlchecker/Makefile head/www/havp/Makefile head/www/mod_clamav/Makefile Modified: head/mail/mimedefang/Makefile ============================================================================== --- head/mail/mimedefang/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/mail/mimedefang/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,6 +3,7 @@ PORTNAME= mimedefang PORTVERSION= 2.78 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ \ http://fossies.org/linux/misc/ Modified: head/mail/p5-Clamd/Makefile ============================================================================== --- head/mail/p5-Clamd/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/mail/p5-Clamd/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -2,7 +2,7 @@ PORTNAME= Clamd PORTVERSION= 1.04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSERGEANT Modified: head/mail/p5-Mail-ClamAV/Makefile ============================================================================== --- head/mail/p5-Mail-ClamAV/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/mail/p5-Mail-ClamAV/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= Mail-ClamAV PORTVERSION= 0.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/qsheff/Makefile ============================================================================== --- head/mail/qsheff/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/mail/qsheff/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= qsheff-II DISTVERSION= 2.1-r3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ SF/qsheff/qsheff/II-2.1-r3 Modified: head/mail/simscan/Makefile ============================================================================== --- head/mail/simscan/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/mail/simscan/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= simscan PORTVERSION= 1.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/security/clamassassin/Makefile ============================================================================== --- head/security/clamassassin/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/security/clamassassin/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= clamassassin PORTVERSION= 1.2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://jameslick.com/clamassassin/ Modified: head/security/clamcour/Makefile ============================================================================== --- head/security/clamcour/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/security/clamcour/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ Modified: head/security/p5-File-Scan-ClamAV/Makefile ============================================================================== --- head/security/p5-File-Scan-ClamAV/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/security/p5-File-Scan-ClamAV/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= File-Scan-ClamAV PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/py-clamav/Makefile ============================================================================== --- head/security/py-clamav/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/security/py-clamav/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python MASTER_SITES= http://xael.org/norman/python/pyclamav/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/razorback-clamavNugget/Makefile ============================================================================== --- head/security/razorback-clamavNugget/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/security/razorback-clamavNugget/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= clamavNugget PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/www/c-icap-modules/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= c-icap PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.3.x/ PKGNAMESUFFIX= -modules Modified: head/www/gurlchecker/Makefile ============================================================================== --- head/www/gurlchecker/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/www/gurlchecker/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.10.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/547/ Modified: head/www/havp/Makefile ============================================================================== --- head/www/havp/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/www/havp/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= havp PORTVERSION= 0.91 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ \ Modified: head/www/mod_clamav/Makefile ============================================================================== --- head/www/mod_clamav/Makefile Fri Dec 11 01:07:07 2015 (r403480) +++ head/www/mod_clamav/Makefile Fri Dec 11 01:08:08 2015 (r403481) @@ -3,7 +3,7 @@ PORTNAME= mod_clamav PORTVERSION= 0.23 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www security MASTER_SITES= http://software.othello.ch/mod_clamav/ \ http://www.kommunity.net/download/mod_clamav/