diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 17:12:13 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 18:11:51 +0000 |
commit | 287cd8ad71d23e31948296cb773d3ebaaed14641 (patch) | |
tree | c1f7d9cd515e16a54766bf45072f2e8d74505964 | |
parent | 1fb7e808f82bbe7af29bd76bd935834dc289303f (diff) | |
download | ports-287cd8ad71d23e31948296cb773d3ebaaed14641.tar.gz ports-287cd8ad71d23e31948296cb773d3ebaaed14641.zip |
34 files changed, 38 insertions, 19 deletions
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile index 6ab48408f8fc..d424e81bbc36 100644 --- a/cad/openroad/Makefile +++ b/cad/openroad/Makefile @@ -1,6 +1,7 @@ PORTNAME= openroad DISTVERSION= 2021_03_09 DISTVERSIONSUFFIX= _stable +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/chinese/fcitx5-chinese-addons/Makefile b/chinese/fcitx5-chinese-addons/Makefile index 29cfcafed59a..f93a461b04d7 100644 --- a/chinese/fcitx5-chinese-addons/Makefile +++ b/chinese/fcitx5-chinese-addons/Makefile @@ -2,6 +2,7 @@ PORTNAME= fcitx5-chinese-addons DISTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= chinese textproc MASTER_SITES= https://download.fcitx-im.org/data/:py_stroke,py_table DISTFILES= ${PY_STROKE_TAR}:py_stroke \ diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index c5f887111184..7437df77e547 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -1,5 +1,6 @@ PORTNAME= osm2pgsql PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 5ce7ec9e7e18..1b156f3edb2b 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -2,6 +2,7 @@ PORTNAME= tiledb PORTVERSION= 2.2.9 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 1339f02a0675..c304d5be4185 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -2,6 +2,7 @@ PORTNAME= bear DISTVERSION= 3.0.13 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jrm@FreeBSD.org diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index c2639309aeda..422d6607d8f1 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,7 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v DISTVERSION= 2021.07.19.00 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/Makefile b/devel/folly/Makefile index dc476058f849..641928f668c1 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v DISTVERSION= 2021.07.20.00 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index 6ee3451cdd0e..aaa0e19e3652 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= fmt # Make sure to check devel/spdlog consumers too -PORTVERSION= 7.1.3 +PORTVERSION= 8.0.0 CATEGORIES= devel MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= lib diff --git a/devel/libfmt/distinfo b/devel/libfmt/distinfo index 965d3e8a619c..f54dac42459e 100644 --- a/devel/libfmt/distinfo +++ b/devel/libfmt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607879388 -SHA256 (fmt-7.1.3.zip) = 5d98c504d0205f912e22449ecdea776b78ce0bb096927334f80781e720084c9f -SIZE (fmt-7.1.3.zip) = 1192520 +TIMESTAMP = 1624640420 +SHA256 (fmt-8.0.0.zip) = 36016a75dd6e0a9c1c7df5edb98c93a3e77dabcf122de364116efb9f23c6954a +SIZE (fmt-8.0.0.zip) = 1220651 diff --git a/devel/libfmt/pkg-plist b/devel/libfmt/pkg-plist index f8588db9a082..8ece4bdf49b5 100644 --- a/devel/libfmt/pkg-plist +++ b/devel/libfmt/pkg-plist @@ -1,3 +1,4 @@ +include/fmt/args.h include/fmt/chrono.h include/fmt/color.h include/fmt/compile.h @@ -7,14 +8,14 @@ include/fmt/format.h include/fmt/locale.h include/fmt/os.h include/fmt/ostream.h -include/fmt/posix.h include/fmt/printf.h include/fmt/ranges.h +include/fmt/xchar.h lib/cmake/fmt/fmt-config-version.cmake lib/cmake/fmt/fmt-config.cmake lib/cmake/fmt/fmt-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/fmt/fmt-targets.cmake lib/libfmt.so -lib/libfmt.so.7 +lib/libfmt.so.8 lib/libfmt.so.%%PORTVERSION%% libdata/pkgconfig/fmt.pc diff --git a/devel/spdlog/Makefile b/devel/spdlog/Makefile index a46be95ea907..ce94fa02f02d 100644 --- a/devel/spdlog/Makefile +++ b/devel/spdlog/Makefile @@ -3,7 +3,7 @@ PORTNAME= spdlog DISTVERSIONPREFIX= v DISTVERSION= 1.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PATCH_SITES= https://github.com/gabime/spdlog/commit/ diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 4150adc595ee..9ecf9a5bd806 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -2,7 +2,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0.12716 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/games/0ad/Makefile b/games/0ad/Makefile index ec58ced9b202..dead5c8bfa0a 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.24b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 650b82aae25f..061352c446f7 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -7,7 +7,7 @@ DISTVERSION= 2.2.16.0 # py-openimageio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile index 7092325ef0aa..8fe48127fddd 100644 --- a/math/libsemigroups/Makefile +++ b/math/libsemigroups/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsemigroups PORTVERSION= 1.3.7 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/misc/far2l/Makefile b/misc/far2l/Makefile index d6957f40766f..e9a06e85d227 100644 --- a/misc/far2l/Makefile +++ b/misc/far2l/Makefile @@ -5,6 +5,7 @@ PORTNAME= far2l # the g${DATE} format even for tagged releases to avoid bumping PORTEPOCH # in case we'd have to use raw commit hashes again in the future. PORTVERSION= g20210426 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= danfe@FreeBSD.org diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 528bc6a7f8eb..929c46b8d1df 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kodi DISTVERSION= 19.1 -PORTREVISION= 3 DISTVERSIONSUFFIX= -${KODI_CODENAME} +PORTREVISION= 4 CATEGORIES= multimedia java MAINTAINER= yzrh@noema.org diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index ba37929ece06..81e1199d2184 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,7 +1,7 @@ PORTNAME= nheko DISTVERSIONPREFIX=v DISTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org diff --git a/net/arataga/Makefile b/net/arataga/Makefile index a70d00b2ba8b..50cbe83de426 100644 --- a/net/arataga/Makefile +++ b/net/arataga/Makefile @@ -3,6 +3,7 @@ PORTNAME= arataga PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/sobjectizer/oess/oess-2:oess DISTFILES= oess-2.2.3-full.tar.bz2:oess diff --git a/net/ceph14/Makefile b/net/ceph14/Makefile index 9badb3c7dbec..58326390a41b 100644 --- a/net/ceph14/Makefile +++ b/net/ceph14/Makefile @@ -3,6 +3,7 @@ PORTNAME= ceph DISTVERSIONPREFIX= v DISTVERSION= 14.2.21 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= 14 diff --git a/net/fb303/Makefile b/net/fb303/Makefile index 67a15dff7b2e..34ccc3056ef6 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,5 +1,6 @@ PORTNAME= fb303 DISTVERSION= g20210709 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fbzmq/Makefile b/net/fbzmq/Makefile index 975db1223d50..40945d752bb4 100644 --- a/net/fbzmq/Makefile +++ b/net/fbzmq/Makefile @@ -1,6 +1,7 @@ PORTNAME= fbzmq DISTVERSIONPREFIX= v DISTVERSION= 2021.07.19.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/gerbera/Makefile b/net/gerbera/Makefile index c829a27d2534..9b996093473f 100644 --- a/net/gerbera/Makefile +++ b/net/gerbera/Makefile @@ -1,6 +1,7 @@ PORTNAME= gerbera DISTVERSIONPREFIX= v DISTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net multimedia MAINTAINER= daniel.engberg.lists@pyret.net diff --git a/net/knxd/Makefile b/net/knxd/Makefile index 8ab8a89f8b19..1f2b686a73ab 100644 --- a/net/knxd/Makefile +++ b/net/knxd/Makefile @@ -2,7 +2,7 @@ PORTNAME= knxd PORTVERSION= 0.14.39 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= mfechner@FreeBSD.org diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index 159c91e0d226..6ce17d9141a3 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,5 +1,6 @@ PORTNAME= mvfst DISTVERSION= g20210701 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/Makefile b/net/wangle/Makefile index c4bfd303d357..480680759cbe 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,7 @@ PORTNAME= wangle DISTVERSIONPREFIX= v DISTVERSION= 2021.07.19.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/science/qiskit-aer/Makefile b/science/qiskit-aer/Makefile index c654044be3e1..042760b4d1d9 100644 --- a/science/qiskit-aer/Makefile +++ b/science/qiskit-aer/Makefile @@ -1,6 +1,6 @@ PORTNAME= qiskit-aer DISTVERSION= 0.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 740ce19fd4d6..0ee3129f2e10 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,7 @@ PORTNAME= fizz DISTVERSIONPREFIX= v DISTVERSION= 2021.07.19.00 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/openconnect-gui/Makefile b/security/openconnect-gui/Makefile index c10e07402774..278ea63c8afa 100644 --- a/security/openconnect-gui/Makefile +++ b/security/openconnect-gui/Makefile @@ -2,8 +2,8 @@ PORTNAME= openconnect-gui PORTVERSION= 1.5.3 -PORTREVISION= 1 DISTVERSIONPREFIX=v +PORTREVISION= 2 MASTER_SITES= https://gitlab.com/openconnect/openconnect-gui/-/archive/v${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= security net-vpn diff --git a/sysutils/lizardfs/Makefile b/sysutils/lizardfs/Makefile index ed31de3e8914..b404657608d9 100644 --- a/sysutils/lizardfs/Makefile +++ b/sysutils/lizardfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= lizardfs PORTVERSION= 3.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/textproc/fcitx5/Makefile b/textproc/fcitx5/Makefile index af8bf051b833..2c498565cdf7 100644 --- a/textproc/fcitx5/Makefile +++ b/textproc/fcitx5/Makefile @@ -2,7 +2,7 @@ PORTNAME= fcitx5 DISTVERSION= 5.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://download.fcitx-im.org/data/:dict DISTFILES= ${SPELL_EN_DICT_TAR}:dict diff --git a/www/envoy/Makefile b/www/envoy/Makefile index cbbd60114324..1bf665305191 100644 --- a/www/envoy/Makefile +++ b/www/envoy/Makefile @@ -3,7 +3,7 @@ PORTNAME= envoy PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 6b45a0406037..b830b216c86e 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,7 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v DISTVERSION= 2021.07.19.00 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index 962202a49cd4..19c82d068d14 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -1,5 +1,6 @@ PORTNAME= waybar DISTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org |