svn commit: r340784 - head/misc/p5-Business-ISBN

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 23 03:27:50 UTC 2014


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


More information about the svn-ports-all mailing list