From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 03:27:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A2126EA; Thu, 23 Jan 2014 03:27:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 480C21568; Thu, 23 Jan 2014 03:27:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0N3RmpG016266; Thu, 23 Jan 2014 03:27:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0N3Rlwb016264; Thu, 23 Jan 2014 03:27:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201401230327.s0N3Rlwb016264@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 23 Jan 2014 03:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340784 - head/misc/p5-Business-ISBN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 03:27:50 -0000 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 - -.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 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