diff options
46 files changed, 80 insertions, 37 deletions
diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile index d44c40da8f3d..9d93f60d02c2 100644 --- a/astro/libosmpbf/Makefile +++ b/astro/libosmpbf/Makefile @@ -4,7 +4,7 @@ PORTNAME= libosmpbf PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index a46e444eb8a6..416171f8f61a 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 6881b88d7382..a7155ae0ebe7 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -4,7 +4,7 @@ PORTNAME= clementine DISTVERSION= 1.3.1-661 DISTVERSIONSUFFIX= -g4ff370ce1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 1b86e603dfb7..8a6625cd534c 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -4,6 +4,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org diff --git a/audio/mixxx21/Makefile b/audio/mixxx21/Makefile index 5528e83d8667..9d3772f50e50 100644 --- a/audio/mixxx21/Makefile +++ b/audio/mixxx21/Makefile @@ -4,6 +4,7 @@ PORTNAME= mixxx DISTVERSIONPREFIX= release- DISTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= 21 diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 591d56381415..7c4bc6221210 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumble DISTVERSION= 1.3.0-rc1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 04c388dc5ac0..81e8da819b0e 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -3,7 +3,7 @@ PORTNAME= murmur DISTVERSION= 1.3.0-rc1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile index aceb37a35c5b..3deb5fff4f22 100644 --- a/databases/clickhouse/Makefile +++ b/databases/clickhouse/Makefile @@ -5,6 +5,7 @@ PORTNAME= clickhouse PORTVERSION= 19.5.3.8 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= proler@gmail.com diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index e370d0f0c9c5..38a3c9802347 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.7.26 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server diff --git a/databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h b/databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h new file mode 100644 index 000000000000..2ebc71bd239a --- /dev/null +++ b/databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h @@ -0,0 +1,10 @@ +--- rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h.orig 2019-04-13 13:32:15 UTC ++++ rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h +@@ -29,7 +29,6 @@ + #include <google/protobuf/io/tokenizer.h> + #include <google/protobuf/io/zero_copy_stream.h> + #include <google/protobuf/wire_format_lite.h> +-#include <google/protobuf/wire_format_lite_inl.h> + #include <google/protobuf/dynamic_message.h> + + #include "mysqlx_connection.pb.h" diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile index 2dc85ebafb18..ebf64b55cc70 100644 --- a/databases/mysql80-server/Makefile +++ b/databases/mysql80-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 8.0.16 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server diff --git a/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h b/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h new file mode 100644 index 000000000000..21adc2356d55 --- /dev/null +++ b/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h @@ -0,0 +1,10 @@ +--- plugin/x/client/mysqlxclient/xmessage.h.orig 2019-04-13 11:46:31 UTC ++++ plugin/x/client/mysqlxclient/xmessage.h +@@ -36,7 +36,6 @@ + #include <google/protobuf/repeated_field.h> + #include <google/protobuf/text_format.h> + #include <google/protobuf/wire_format_lite.h> +-#include <google/protobuf/wire_format_lite_inl.h> + + #ifdef USE_MYSQLX_FULL_PROTO + diff --git a/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h b/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h new file mode 100644 index 000000000000..205fdceca301 --- /dev/null +++ b/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h @@ -0,0 +1,10 @@ +--- plugin/x/ngs/include/ngs/protocol/protocol_protobuf.h.orig 2019-04-13 11:46:31 UTC ++++ plugin/x/ngs/include/ngs/protocol/protocol_protobuf.h +@@ -38,7 +38,6 @@ + #include <google/protobuf/repeated_field.h> + #include <google/protobuf/text_format.h> + #include <google/protobuf/wire_format_lite.h> +-#include <google/protobuf/wire_format_lite_inl.h> + + #ifdef USE_MYSQLX_FULL_PROTO + #include "plugin/x/generated/protobuf/mysqlx.pb.h" diff --git a/devel/bloaty/Makefile b/devel/bloaty/Makefile index cc15251100f9..b712e126ccb9 100644 --- a/devel/bloaty/Makefile +++ b/devel/bloaty/Makefile @@ -3,7 +3,7 @@ PORTNAME= bloaty PORTVERSION= 1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index e710e0effd5b..c99e9edd4fc8 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -4,6 +4,7 @@ PORTNAME= grpc PORTVERSION= 1.19.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/ignition-msgs/Makefile b/devel/ignition-msgs/Makefile index f5ce3c59ea8f..95995f697923 100644 --- a/devel/ignition-msgs/Makefile +++ b/devel/ignition-msgs/Makefile @@ -2,7 +2,7 @@ PORTNAME= ignition-msgs DISTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ diff --git a/devel/ignition-transport/Makefile b/devel/ignition-transport/Makefile index 6d58c8e5c171..ddda7b7c525a 100644 --- a/devel/ignition-transport/Makefile +++ b/devel/ignition-transport/Makefile @@ -2,7 +2,7 @@ PORTNAME= ignition-transport DISTVERSION= 6.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile index b481739a56cc..45313d92f7fb 100644 --- a/devel/protobuf-c/Makefile +++ b/devel/protobuf-c/Makefile @@ -4,6 +4,7 @@ PORTNAME= protobuf-c PORTVERSION= 1.3.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= truckman@FreeBSD.org diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index b7c29789aba8..b12496875174 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.7.1 +PORTVERSION= 3.8.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ diff --git a/devel/protobuf/distinfo b/devel/protobuf/distinfo index 9b73a8d5c2ba..ab86b49ebad4 100644 --- a/devel/protobuf/distinfo +++ b/devel/protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558270022 -SHA256 (protobuf-all-3.7.1.tar.gz) = c10ef8d8ad5a9e5f850483051b7f9ee2c8bb3ca2e0e16a4cf105bd1321afb2d6 -SIZE (protobuf-all-3.7.1.tar.gz) = 7018070 +TIMESTAMP = 1559219506 +SHA256 (protobuf-all-3.8.0.tar.gz) = b7220b41481011305bf9100847cf294393973e869973a9661046601959b2960b +SIZE (protobuf-all-3.8.0.tar.gz) = 7151747 diff --git a/devel/protobuf/pkg-plist b/devel/protobuf/pkg-plist index 0fb325f025e5..aee55c07cc52 100644 --- a/devel/protobuf/pkg-plist +++ b/devel/protobuf/pkg-plist @@ -111,20 +111,19 @@ include/google/protobuf/util/type_resolver.h include/google/protobuf/util/type_resolver_util.h include/google/protobuf/wire_format.h include/google/protobuf/wire_format_lite.h -include/google/protobuf/wire_format_lite_inl.h include/google/protobuf/wrappers.pb.h include/google/protobuf/wrappers.proto lib/libprotobuf-lite.a lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.18 -lib/libprotobuf-lite.so.18.0.1 +lib/libprotobuf-lite.so.19 +lib/libprotobuf-lite.so.19.0.0 lib/libprotobuf.a lib/libprotobuf.so -lib/libprotobuf.so.18 -lib/libprotobuf.so.18.0.1 +lib/libprotobuf.so.19 +lib/libprotobuf.so.19.0.0 lib/libprotoc.a lib/libprotoc.so -lib/libprotoc.so.18 -lib/libprotoc.so.18.0.1 +lib/libprotoc.so.19 +lib/libprotoc.so.19.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 0f4cd21bf1f9..802cbce9123b 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.3.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index dacb89754c2d..9fcd1155f123 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -3,7 +3,7 @@ PORTNAME= knot-resolver DISTVERSION= 3.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index ff99d46a8e9d..b80d68b8cb2a 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -3,6 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.1.14 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 122fd1e06e0f..38d122378246 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,6 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.10 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 8c3491771fe5..af22ce3d9ae4 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -3,7 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index 9c9fe0e0bccb..889a01157bee 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.4.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile index c4c3f5885915..cffb8a9c72bc 100644 --- a/graphics/caffe/Makefile +++ b/graphics/caffe/Makefile @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= graphics MAINTAINER= eric@camachat.org diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index af254dcb565d..17ac417b26bd 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencv PORTVERSION= 3.4.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index a703d8603d2b..47402f4f1193 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -4,6 +4,7 @@ PORTNAME= osgearth PORTVERSION= 2.10.1 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= lbartoletti@tuxfamily.org diff --git a/graphics/qtpbfimageplugin/Makefile b/graphics/qtpbfimageplugin/Makefile index 14f2782d3f6e..fa2c486dc56b 100644 --- a/graphics/qtpbfimageplugin/Makefile +++ b/graphics/qtpbfimageplugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= qtpbfimageplugin PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sikmir@gmail.com diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 9a2619643213..1b20403e7f7c 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -4,7 +4,7 @@ PORTNAME= mozc PORTVERSION= 2.23.2815.102.00 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MAINTAINER= hrs@FreeBSD.org diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index d2d607e9a401..a96c24be914d 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,6 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.7.1 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 7fdfd9b49fa3..3f16f888b61e 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.9.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ PKGNAMESUFFIX= 5 diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index fb10ef908c5d..ffc7755df01a 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 9a737be32a31..5812233a86be 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= litecoin PORTVERSION= 0.16.3 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p finance MAINTAINER= ports@FreeBSD.org diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 1d2aca9988a8..b457647c570c 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.17.0 DISTVERSIONPREFIX= nc -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile index 85ff6c9df51a..d248c0d069f8 100644 --- a/net-p2p/qtum/Makefile +++ b/net-p2p/qtum/Makefile @@ -4,6 +4,7 @@ PORTNAME= qtum PORTVERSION= 0.17.6 DISTVERSIONPREFIX= mainnet-ignition-v +PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= vd@FreeBSD.org diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index d412c51910f8..908e9ccd08a2 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -3,7 +3,7 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v DISTVERSION= 5.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= trevis@silencedpoet.com diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 11e7acd73538..1a4dff2acbce 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= https://mosh.org/ \ ZI diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index c85a462ebc70..40467671db65 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -3,6 +3,7 @@ PORTNAME= spoofer PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.caida.org/projects/spoofer/downloads/ diff --git a/science/lm/Makefile b/science/lm/Makefile index 79b18f7872c6..a1995957b780 100644 --- a/science/lm/Makefile +++ b/science/lm/Makefile @@ -3,7 +3,7 @@ PORTNAME= lm DISTVERSION= 2.3.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/ PKGNAMESUFFIX= -uiuc diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 757c620b53de..e6404d0508be 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -3,7 +3,7 @@ PORTNAME= paraview DISTVERSION= 5.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile index 404b3817eeeb..c361d73e85ad 100644 --- a/security/certificate-transparency/Makefile +++ b/security/certificate-transparency/Makefile @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/zbackup/Makefile b/sysutils/zbackup/Makefile index 5cc5d07e50a5..f37f69f4e13d 100644 --- a/sysutils/zbackup/Makefile +++ b/sysutils/zbackup/Makefile @@ -2,7 +2,7 @@ PORTNAME= zbackup PORTVERSION= 1.4.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/www/mod_pagespeed/Makefile b/www/mod_pagespeed/Makefile index ef7b499e2519..f0f3ae565581 100644 --- a/www/mod_pagespeed/Makefile +++ b/www/mod_pagespeed/Makefile @@ -2,7 +2,7 @@ PORTNAME= mod_pagespeed PORTVERSION= 1.12.34.2 -PORTREVISION= 21 +PORTREVISION= 22 PORTEPOCH= 1 CATEGORIES= www devel MASTER_SITES= LOCAL/mmokhi:boringssl,chromium_base,chromium_build,googleurl,gflags_arch,gflags_src,libjpeg_turbo_src,yasm_patched,libwebp,modpb64 \ |