mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- from 1.01 to 1.02
- Fixed bug in element method of Block object where map keys were created when an undefined element was called. - Better handling of ignored elements to avoid "noise" from being included in the result. Added xhtml:body and foaf:Person to the list for now. PR: 60978 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
parent
c5f0f4f027
commit
dbcb2ff56d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97525
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= XML-RSS-Parser
|
PORTNAME= XML-RSS-Parser
|
||||||
PORTVERSION= 1.01
|
PORTVERSION= 1.02
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= XML
|
MASTER_SITE_SUBDIR= XML
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (XML-RSS-Parser-1.01.tar.gz) = 8cc8051b5d7562db6f4bd830ea0ef8e3
|
MD5 (XML-RSS-Parser-1.02.tar.gz) = e32adc37f130d45a4374c233726b8b15
|
||||||
|
|
Loading…
Add table
Reference in a new issue