diff options
author | clsung <clsung@FreeBSD.org> | 2005-09-06 20:52:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-09-06 20:52:25 +0800 |
commit | 752b7e257d06a7982c39cafd67a18b7e4926faba (patch) | |
tree | 715b5d8c314c4a4513b67d6a038e9942cfcbf39e /www/p5-WWW-Wikipedia/Makefile | |
parent | 5c80582b56c439ca4ca86cb1200b10140f74c65c (diff) | |
download | freebsd-ports-gnome-752b7e257d06a7982c39cafd67a18b7e4926faba.tar.gz freebsd-ports-gnome-752b7e257d06a7982c39cafd67a18b7e4926faba.tar.zst freebsd-ports-gnome-752b7e257d06a7982c39cafd67a18b7e4926faba.zip |
- 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.
Diffstat (limited to 'www/p5-WWW-Wikipedia/Makefile')
-rw-r--r-- | www/p5-WWW-Wikipedia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-Wikipedia/Makefile b/www/p5-WWW-Wikipedia/Makefile index a7aa5ef3edf1..97c7f4edaca8 100644 --- a/www/p5-WWW-Wikipedia/Makefile +++ b/www/p5-WWW-Wikipedia/Makefile @@ -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 |