svn commit: r352053 - head/security/p5-SAVI-Perl

Kurt Jaeger pi at FreeBSD.org
Thu Apr 24 19:23:55 UTC 2014


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 at opsec.eu
+MAINTAINER=	pi at 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


More information about the svn-ports-all mailing list