diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-01-16 19:30:25 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-01-16 19:32:07 +0000 |
commit | e1287d0d1228d93e469256fa6c4c824b9d20426b (patch) | |
tree | 3f76cf886877c65c479d9daa79b8dbc0dd8a7aa9 /net/libcmis | |
parent | b24a84bb026ad448a0d9bf307dbfed830d7003a8 (diff) | |
download | ports-e1287d0d1228d93e469256fa6c4c824b9d20426b.tar.gz ports-e1287d0d1228d93e469256fa6c4c824b9d20426b.zip |
*/*: bump libboost*.so libraries consumert after Boost upgrade
Diffstat (limited to 'net/libcmis')
-rw-r--r-- | net/libcmis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index c378ba1c0886..ddb2bba93905 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcmis PORTVERSION= 0.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net devel MASTER_SITES= https://github.com/tdf/libcmis/releases/download/v${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/ |