- update to 1.8
- avoid passing in any sequence of \n to autoformamt since it barfs on that as well in v1.13 (thanks Steve Freedman) - when there is no summary paragraph in an entry, a call to text() will return the fulltext for an entry.
This commit is contained in:
parent
f9f47c7079
commit
bd0b456631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142090
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= WWW-Wikipedia
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (WWW-Wikipedia-1.7.tar.gz) = fda96be72ceaf714ae8ed2dddb462d47
|
||||
SIZE (WWW-Wikipedia-1.7.tar.gz) = 15429
|
||||
MD5 (WWW-Wikipedia-1.8.tar.gz) = 703ff017a941f9b51e5012cfd58c82e9
|
||||
SIZE (WWW-Wikipedia-1.8.tar.gz) = 15791
|
||||
|
|
Loading…
Reference in a new issue