Date: Sat, 8 Jul 2017 13:53:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445329 - head/print/p5-XML-Handler-AxPoint Message-ID: <201707081353.v68DrJ2E024456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 8 13:53:18 2017 New Revision: 445329 URL: https://svnweb.freebsd.org/changeset/ports/445329 Log: Add missing PKGNAMEPREFIX - Update PORTSCOUT Modified: head/print/p5-XML-Handler-AxPoint/Makefile Modified: head/print/p5-XML-Handler-AxPoint/Makefile ============================================================================== --- head/print/p5-XML-Handler-AxPoint/Makefile Sat Jul 8 13:53:13 2017 (r445328) +++ head/print/p5-XML-Handler-AxPoint/Makefile Sat Jul 8 13:53:18 2017 (r445329) @@ -6,6 +6,7 @@ PORTVERSION= 1.5 CATEGORIES= print perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSERGEANT +PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= XML Based Presentations @@ -20,7 +21,7 @@ BUILD_DEPENDS= p5-PDFLib>=0.14:print/p5-PDFLib \ p5-XML-SAX-Writer>=0.39:textproc/p5-XML-SAX-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} -PORTSCOUT= skipv:1.30 +PORTSCOUT= skipv:1.21,1.30 NO_ARCH= yes USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707081353.v68DrJ2E024456>