From owner-svn-ports-all@FreeBSD.ORG Thu Apr 24 19:23:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDA2B1B; Thu, 24 Apr 2014 19:23:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BE81E142B; Thu, 24 Apr 2014 19:23:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OJNsw4095734; Thu, 24 Apr 2014 19:23:54 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3OJNsoX095731; Thu, 24 Apr 2014 19:23:54 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201404241923.s3OJNsoX095731@svn.freebsd.org> From: Kurt Jaeger Date: Thu, 24 Apr 2014 19:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352053 - head/security/p5-SAVI-Perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 19:23:55 -0000 Author: pi Date: Thu Apr 24 19:23:53 2014 New Revision: 352053 URL: http://svnweb.freebsd.org/changeset/ports/352053 QAT: https://qat.redports.org/buildarchive/r352053/ Log: security/p5-SAVI-Perl: fix staging, plist, maintainer address PR: ports/188842 Submitted by: pi (myself) Approved by: culot (mentors) Modified: head/security/p5-SAVI-Perl/Makefile head/security/p5-SAVI-Perl/pkg-descr head/security/p5-SAVI-Perl/pkg-plist Modified: head/security/p5-SAVI-Perl/Makefile ============================================================================== --- head/security/p5-SAVI-Perl/Makefile Thu Apr 24 18:56:32 2014 (r352052) +++ head/security/p5-SAVI-Perl/Makefile Thu Apr 24 19:23:53 2014 (r352053) @@ -9,24 +9,22 @@ MASTER_SITES= http://www.csupomona.edu/~ MASTER_SITE_SUBDIR= security PKGNAMEPREFIX= p5- -MAINTAINER= fbsd-ports@opsec.eu +MAINTAINER= pi@FreeBSD.org COMMENT= Perl5 module interface to Sophos AntiVirus -BROKEN= not staged MAN3= SAVI.3 USES= perl5 USE_PERL5= configure ONLY_FOR_ARCHS= i386 amd64 -NO_STAGE= yes .include .if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so) FAKELIBDIR=${WRKDIR}/lib CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}' .elif !exists(${PREFIX}/lib/libsavi.so) -IGNORE= please install Sophos Anti-Virus first +IGNORE= Sophos Anti-Virus needs to be installed (see pkg-descr) .endif .if defined(FAKELIBDIR) Modified: head/security/p5-SAVI-Perl/pkg-descr ============================================================================== --- head/security/p5-SAVI-Perl/pkg-descr Thu Apr 24 18:56:32 2014 (r352052) +++ head/security/p5-SAVI-Perl/pkg-descr Thu Apr 24 19:23:53 2014 (r352053) @@ -1,4 +1,10 @@ This is sophossavi, the perl interface module to Sophos Anti virus. With thanks to the original author Paul B. Henson. +Sophos AntiVirus from + +http://www.sophos.com/en-us/products/free-trials/shared-download-components/anti-virus-for-unix-and-netware.aspx + +needs to be installed to be able to build this. + WWW: http://www.csupomona.edu/~henson/archive/projects/SAVI-Perl/dist/ Modified: head/security/p5-SAVI-Perl/pkg-plist ============================================================================== --- head/security/p5-SAVI-Perl/pkg-plist Thu Apr 24 18:56:32 2014 (r352052) +++ head/security/p5-SAVI-Perl/pkg-plist Thu Apr 24 19:23:53 2014 (r352053) @@ -3,4 +3,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/SAVI.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/SAVI.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/autosplit.ix +%%PERL5_MAN3%%/SAVI.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI