diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:08:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:36:10 +0800 |
commit | 94bd90f36549d420840511dc00f2f88964db5c40 (patch) | |
tree | 4b73312143a057a6912ac2801eea4ccff782de1f /editors/xmlcopyeditor | |
parent | 5bcb2bd45d8ba334a28882d24bd9706d6e2ac5b2 (diff) | |
download | freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.tar.gz freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.tar.zst freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.zip |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Diffstat (limited to 'editors/xmlcopyeditor')
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index d3b35aeda19f..3d1cccac2600 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} |