diff options
author | ale <ale@FreeBSD.org> | 2005-12-10 03:24:52 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-10 03:24:52 +0800 |
commit | 41604a0f0d82280948cab0ad263522cd6969d6f1 (patch) | |
tree | c92d5ad743f770a008b8555c05f3f1723eb36467 /textproc | |
parent | c77ed4f552b975e069cc5960a2a5c8c8c76a6f54 (diff) | |
download | freebsd-ports-graphics-41604a0f0d82280948cab0ad263522cd6969d6f1.tar.gz freebsd-ports-graphics-41604a0f0d82280948cab0ad263522cd6969d6f1.tar.zst freebsd-ports-graphics-41604a0f0d82280948cab0ad263522cd6969d6f1.zip |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pear-Numbers_Roman/Makefile | 4 | ||||
-rw-r--r-- | textproc/pear-Numbers_Words/Makefile | 4 | ||||
-rw-r--r-- | textproc/pear-Spreadsheet_Excel_Writer/Makefile | 4 | ||||
-rw-r--r-- | textproc/pear-XML_Beautifier/Makefile | 2 | ||||
-rw-r--r-- | textproc/pear-XML_HTMLSax/Makefile | 4 | ||||
-rw-r--r-- | textproc/pear-XML_Wddx/Makefile | 2 |
6 files changed, 10 insertions, 10 deletions
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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> 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 <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |