aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2020-05-10 17:19:50 +0800
committerRoman Bogorodskiy <novel@FreeBSD.org>2020-05-10 17:19:50 +0800
commitd8f986f809362b36a3a44c7609dcd68155e8ff21 (patch)
treefd6875791300f45880cf890df8a5ef03a59f658f /net
parentbb31c10b181534ebac377aab00174788b2557fb4 (diff)
downloadfreebsd-ports-gnome-d8f986f809362b36a3a44c7609dcd68155e8ff21.tar.gz
freebsd-ports-gnome-d8f986f809362b36a3a44c7609dcd68155e8ff21.tar.zst
freebsd-ports-gnome-d8f986f809362b36a3a44c7609dcd68155e8ff21.zip
net/py-pyzmq: update to 19.0.1
Diffstat (limited to 'net')
-rw-r--r--net/py-pyzmq/Makefile2
-rw-r--r--net/py-pyzmq/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/py-pyzmq/Makefile b/net/py-pyzmq/Makefile
index 68b2c47dc24e..83345344c13d 100644
--- a/net/py-pyzmq/Makefile
+++ b/net/py-pyzmq/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyzmq
-PORTVERSION= 19.0.0
+PORTVERSION= 19.0.1
CATEGORIES= net devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-pyzmq/distinfo b/net/py-pyzmq/distinfo
index 7623c1f2ecf1..197ca1a7eb66 100644
--- a/net/py-pyzmq/distinfo
+++ b/net/py-pyzmq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586949603
-SHA256 (pyzmq-19.0.0.tar.gz) = 5e1f65e576ab07aed83f444e201d86deb01cd27dcf3f37c727bc8729246a60a8
-SIZE (pyzmq-19.0.0.tar.gz) = 1150320
+TIMESTAMP = 1589082860
+SHA256 (pyzmq-19.0.1.tar.gz) = 13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0
+SIZE (pyzmq-19.0.1.tar.gz) = 1152365
reebsd-ports-gnome/commit/net/pear-Net_Sieve?id=d30e571eb6f5232da70daf4dc32b93c08bff1de9'>Add the virtual category "pear" to the Makefiles of these ports.Edwin Groothuis2003-11-131-1/+1 | | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org * Update to pear-Archive_Tar 1.1.Norikatsu Shigemura2003-06-084-36/+6 | | | | | | | | | | | | | | | | | | Update to pear-PEAR 1.1. Update to pear-HTML_Common 1.2. Update to pear-Net_SMTP 1.2.3. Update to pear-Log 1.6.5. Update to pear-I18N 0.8.5. Update to pear 4.3.2. Adapt following ports for pear-PEAR's Makefile.common. pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date, net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse, pear-File, pear-HTML_Select_Common, and pear-Net_Sieve PR: ports/52596, ports/52641, ports/52655, ports/52656, ports/52671, ports/52678, ports/52845 Submitted by: Thierry Thomas <thierry@pompo.net> * FIx "make index"Edwin Groothuis2003-02-251-1/+1 | * PEAR ports: handling PEAR's registry.Edwin Groothuis2003-02-242-3/+24 | | | | | | | | | | | | | | | | | | | | | | | | | PEAR uses a "registry" to register installed modules, and this registry is initialized during the installation of mod_php4 (since 4.3.0). Unfortunately, installing PEAR modules through the ports does not maintain this registry. This PR fix this problem for the following ports: - sysutils/pear-Log - devel/pear-PEAR - devel/pear-Date - devel/pear-I18N - devel/pear-HTML_Common - devel/pear-HTML_Select_Common - security/pear-Crypt_CBC - mail/pear-Mail_Mime - net/pear-Net_Sieve - sysutils/pear-File - archivers/pear-Archive_Tar PR: ports/47921 Submitted by: Thierry Thomas <thierry@pompo.net> * De-pkg-comment.Akinori MUSHA2003-02-212-1/+1 |