diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-12-12 01:53:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-12-12 01:53:48 +0800 |
commit | 837be5f8be2597d837d1373625cb283eb9865e7b (patch) | |
tree | cc7e3927e6059c78bd94d69bcb5d1dcdb8825323 /editors/xmlcopyeditor | |
parent | 4d24d256294677e8ff0cc8bfdffa7f956dfb5a28 (diff) | |
download | freebsd-ports-gnome-837be5f8be2597d837d1373625cb283eb9865e7b.tar.gz freebsd-ports-gnome-837be5f8be2597d837d1373625cb283eb9865e7b.tar.zst freebsd-ports-gnome-837be5f8be2597d837d1373625cb283eb9865e7b.zip |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
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 2d83b195b97b..1629b6056d1a 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} |