Support staging How-To-Repeat: -
Hi! > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [patch update] TODO > >Arrival-Date: Mon Apr 21 11:00:00 UTC 2014 Ups. It's the maintainer update to support staging for security/p5-SAVI-Perl -- pi@opsec.eu +49 171 3101372 6 years to go !
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
Responsible Changed From-To: culot->pi Working on it.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fix