diff options
author | schmonz <schmonz> | 2010-09-29 01:03:59 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2010-09-29 01:03:59 +0000 |
commit | b6e8f0242fb0ea701592685413a25cd5d505ce35 (patch) | |
tree | 0fd06dfb4ab6807319392e582f6d68f3ea075447 /www/ikiwiki/Makefile | |
parent | f828800b308f1695a931fe0e59bb8faa3c28dfff (diff) | |
download | pkgsrc-b6e8f0242fb0ea701592685413a25cd5d505ce35.tar.gz |
Update to 3.20100926. From the changelog:
* meta: Ensure that the url specified by xrds-location is absolute.
* attachment: Fix attachment file size display.
* Propigate PATH into wrapper.
* htmlbalance: Fix compatibility with HTML::Tree 4.0. (smcv)
Updating during the freeze for bugfixes to a leaf package.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index d4f61932991..57c091e881d 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2010/09/17 05:52:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.64 2010/09/29 01:03:59 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100915 +DISTNAME= ikiwiki_3.20100926 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |