diff options
author | joneum <joneum@FreeBSD.org> | 2019-03-26 19:31:15 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2019-03-26 19:31:15 +0800 |
commit | 76999046c3caa7fda12d5136e4cd85cb5a877cd0 (patch) | |
tree | 4dda3151c2548e411f60228b9ee2d2e8ad7625ee /www | |
parent | 4de6fd15f26000566390ddfe7cebb6a73237dc16 (diff) | |
download | freebsd-ports-gnome-76999046c3caa7fda12d5136e4cd85cb5a877cd0.tar.gz freebsd-ports-gnome-76999046c3caa7fda12d5136e4cd85cb5a877cd0.tar.zst freebsd-ports-gnome-76999046c3caa7fda12d5136e4cd85cb5a877cd0.zip |
Update to 2.2.113
Changelog:
- Fix bug with input select lists where an already defined id= attribute may get overwritten.
- Vardoc: Move the id= attribute from a standalone anchor to the definition term element (allows ":target" styling).
- Vardoc: Localize table header and link text.
- Add $SkinTemplateIncludeLevel, IncludeTemplate skin directive.
- Add input "tel" type, and attribute "pattern". Fix classnames of new input types.
- Update documentation.
- Add input button element.
- Add $EnableInputDataAttr.
- Update documentation.
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www')
-rw-r--r-- | www/pmwiki/Makefile | 2 | ||||
-rw-r--r-- | www/pmwiki/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/pmwiki/Makefile b/www/pmwiki/Makefile index 98d7e4a8ddf3..8d0519d43092 100644 --- a/www/pmwiki/Makefile +++ b/www/pmwiki/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmwiki -PORTVERSION= 2.2.111 +PORTVERSION= 2.2.113 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.pmwiki.org/pub/pmwiki/ diff --git a/www/pmwiki/distinfo b/www/pmwiki/distinfo index 8cd3c5d97fb9..346ce4c6c4bd 100644 --- a/www/pmwiki/distinfo +++ b/www/pmwiki/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546506788 -SHA256 (pmwiki-2.2.111.tgz) = 4262a0ef17f0a0b99a3900d37942a97f06a758700d20e66e13f944689b663299 -SIZE (pmwiki-2.2.111.tgz) = 468850 +TIMESTAMP = 1553599449 +SHA256 (pmwiki-2.2.113.tgz) = c77211410c9466b082e6ae57c092a824126c3ef3485aa100b2b504aeb0a93081 +SIZE (pmwiki-2.2.113.tgz) = 469422 |