ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/textproc/pear-XML_Feed_Parser/pear-XML_Feed_Parser.2007-08-05T020824Z.diff
Revision: 497
Committed: 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas
File size: 572 byte(s)
Log Message:
Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird.


File Contents

# User Rev Content
1 douglas 14 diff -Nrux .svn -x work /usr/ports/textproc/pear-XML_Feed_Parser/Makefile pear-XML_Feed_Parser/Makefile
2 douglas 13 --- /usr/ports/textproc/pear-XML_Feed_Parser/Makefile Tue May 1 12:10:21 2007
3 douglas 14 +++ pear-XML_Feed_Parser/Makefile Sat Aug 4 19:03:36 2007
4     @@ -15,9 +15,9 @@
5     BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
6     RUN_DEPENDS= ${BUILD_DEPENDS}
7 douglas 13
8 douglas 14 -USE_PHP= tidy
9     +USE_PHP= dom tidy
10 douglas 13
11     -CATEGORY= XML
12     +CATEGORY= XML/Feed
13     FILES= Parser.php Parser/Atom.php Parser/AtomElement.php \
14     Parser/Exception.php \
15     Parser/RSS09.php Parser/RSS09Element.php Parser/RSS1.php \