From 41604a0f0d82280948cab0ad263522cd6969d6f1 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 9 Dec 2005 19:24:52 +0000 Subject: Remove pear ports obsolated by devel/pear and switch dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net --- textproc/pear-Numbers_Roman/Makefile | 4 ++-- textproc/pear-Numbers_Words/Makefile | 4 ++-- textproc/pear-Spreadsheet_Excel_Writer/Makefile | 4 ++-- textproc/pear-XML_Beautifier/Makefile | 2 +- textproc/pear-XML_HTMLSax/Makefile | 4 ++-- textproc/pear-XML_Wddx/Makefile | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'textproc') diff --git a/textproc/pear-Numbers_Roman/Makefile b/textproc/pear-Numbers_Roman/Makefile index 3067889bbcf..0d3122f2f30 100644 --- a/textproc/pear-Numbers_Roman/Makefile +++ b/textproc/pear-Numbers_Roman/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc devel pear MAINTAINER= antonio@php.net COMMENT= PEAR methods for converting to and from Roman Numerals -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Numbers @@ -21,5 +21,5 @@ EXAMPLES= example.php _EXAMPLESDIR= docs .include -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include diff --git a/textproc/pear-Numbers_Words/Makefile b/textproc/pear-Numbers_Words/Makefile index 1adfc01b483..698c8e5552d 100644 --- a/textproc/pear-Numbers_Words/Makefile +++ b/textproc/pear-Numbers_Words/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc pear MAINTAINER= meritus@innervision.pl COMMENT= PEAR package provides methods for spelling numerals in words -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Words.php Words/lang.bg.php Words/lang.cs.php \ @@ -26,5 +26,5 @@ FILES= Words.php Words/lang.bg.php Words/lang.cs.php \ TESTS= test-numbers-words.php clitest.php .include -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include diff --git a/textproc/pear-Spreadsheet_Excel_Writer/Makefile b/textproc/pear-Spreadsheet_Excel_Writer/Makefile index 25bb0c49ae2..bfd9ab8c751 100644 --- a/textproc/pear-Spreadsheet_Excel_Writer/Makefile +++ b/textproc/pear-Spreadsheet_Excel_Writer/Makefile @@ -13,7 +13,7 @@ MAINTAINER= pav@FreeBSD.org COMMENT= PEAR class for writing Microsoft Excel files BUILD_DEPENDS= ${PEARDIR}/OLE/OLE.php:${PORTSDIR}/devel/pear-OLE \ - ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR + ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Spreadsheet/Excel @@ -21,5 +21,5 @@ FILES= Writer.php Writer/BIFFwriter.php Writer/Format.php Writer/Parser.php \ Writer/Validator.php Writer/Workbook.php Writer/Worksheet.php .include -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include diff --git a/textproc/pear-XML_Beautifier/Makefile b/textproc/pear-XML_Beautifier/Makefile index d28413d2f9b..f025e7f7607 100644 --- a/textproc/pear-XML_Beautifier/Makefile +++ b/textproc/pear-XML_Beautifier/Makefile @@ -23,5 +23,5 @@ EXAMPLES= example1.php example2.php example3.php example4.php example5.php \ example6.php test.xml .include -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include diff --git a/textproc/pear-XML_HTMLSax/Makefile b/textproc/pear-XML_HTMLSax/Makefile index 9af9d06bf58..e4897de0be2 100644 --- a/textproc/pear-XML_HTMLSax/Makefile +++ b/textproc/pear-XML_HTMLSax/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc devel pear MAINTAINER= antonio@php.net COMMENT= PEAR SAX parser for HTML and other badly formed XML documents -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= XML @@ -25,5 +25,5 @@ _EXAMPLESDIR= docs/examples _TESTSDIR= docs/tests .include -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include diff --git a/textproc/pear-XML_Wddx/Makefile b/textproc/pear-XML_Wddx/Makefile index 831982c72e9..45735853af6 100644 --- a/textproc/pear-XML_Wddx/Makefile +++ b/textproc/pear-XML_Wddx/Makefile @@ -19,5 +19,5 @@ CATEGORY= XML FILES= Wddx.php .include -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include -- cgit