Date: Thu, 24 Apr 2014 19:23:54 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352053 - head/security/p5-SAVI-Perl Message-ID: <201404241923.s3OJNsoX095731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241923.s3OJNsoX095731>