diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-08-27 22:06:03 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-08-27 22:06:03 +0000 |
commit | 25136e1a8b122bde50237741e9f8ba857352ac24 (patch) | |
tree | 01d5085c3fb5efa1f06fc4937f72ebcd2bd209e9 /www/ikiwiki/Makefile | |
parent | 627f74f951320c1ea9c820276dcdfffe9e968ca2 (diff) | |
download | pkgsrc-25136e1a8b122bde50237741e9f8ba857352ac24.tar.gz |
Update to 3.20120725. From the changelog:
* recentchangesdiff: When diffurl is not set, provide inline diffs
in the recentchanges page, with visibility toggleable via javascript.
Thanks, Antoine Beaupré
* Split CFLAGS into words when building wrapper. Closes: #682237
* osm: Avoid calling urlto before generated files are registered.
Thanks, Philippe Gauthier and Antoine Beaupré
* osm: Add osm_openlayers_url configuration setting.
Thanks, Genevieve
* osm: osm_layers can be used to configured the layers displayed on the map.
Thanks, Antoine Beaupré
* comments: Remove ipv6 address specific code.
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 b44170a25e9..5b7db4da488 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2012/07/01 01:34:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.96 2012/08/27 22:06:03 schmonz Exp $ # -DISTNAME= ikiwiki_3.20120629 +DISTNAME= ikiwiki_3.20120725 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |