Date: Thu, 23 Jan 2014 03:27:47 +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: r340784 - head/misc/p5-Business-ISBN Message-ID: <201401230327.s0N3Rlwb016264@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 23 03:27:47 2014 New Revision: 340784 URL: http://svnweb.freebsd.org/changeset/ports/340784 QAT: https://qat.redports.org/buildarchive/r340784/ Log: - Update to 2.07 - Convert to new options helper Changes: http://search.cpan.org/dist/Business-ISBN/Changes Modified: head/misc/p5-Business-ISBN/Makefile head/misc/p5-Business-ISBN/distinfo Modified: head/misc/p5-Business-ISBN/Makefile ============================================================================== --- head/misc/p5-Business-ISBN/Makefile Thu Jan 23 03:27:42 2014 (r340783) +++ head/misc/p5-Business-ISBN/Makefile Thu Jan 23 03:27:47 2014 (r340784) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Business-ISBN -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,16 +24,9 @@ XISBN_DESC= xISBN support USES= perl5 USE_PERL5= configure -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MBARCODE} -BUILD_DEPENDS+= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode -RUN_DEPENDS+= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode -.endif - -.if ${PORT_OPTIONS:MXISBN} -BUILD_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -.endif +BARCODE_BUILD_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode +BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode +XISBN_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +XISBN_RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww .include <bsd.port.mk> Modified: head/misc/p5-Business-ISBN/distinfo ============================================================================== --- head/misc/p5-Business-ISBN/distinfo Thu Jan 23 03:27:42 2014 (r340783) +++ head/misc/p5-Business-ISBN/distinfo Thu Jan 23 03:27:47 2014 (r340784) @@ -1,2 +1,2 @@ -SHA256 (Business-ISBN-2.06.tar.gz) = cafff48f2f3a060ff0b1c35ebc3c239e507b351e45ec922e5ffab4577cab1eb6 -SIZE (Business-ISBN-2.06.tar.gz) = 355843 +SHA256 (Business-ISBN-2.07.tar.gz) = 4c11279580872bf3cc7176bb75c25b165d4b59a2828fc43d9a355cec3d0a45ff +SIZE (Business-ISBN-2.07.tar.gz) = 355865
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230327.s0N3Rlwb016264>