Skip to content

Instantly share code, notes, and snippets.

@Steap
Last active February 9, 2020 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Steap/2957d686fbcff84d30513129943628c3 to your computer and use it in GitHub Desktop.
Save Steap/2957d686fbcff84d30513129943628c3 to your computer and use it in GitHub Desktop.
Update (PyPI and Rubygems)
diff --git a/python/py-agate-dbf/Portfile b/python/py-agate-dbf/Portfile
index dc93fdb595a..66411041e20 100644
--- a/python/py-agate-dbf/Portfile
+++ b/python/py-agate-dbf/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0
set base_name agate-dbf
name py-agate-dbf
-version 0.2.0
+version 0.2.1
python.versions 27 35 36 37
platforms darwin
maintainers {gmail.com:esafak @esafak} openmaintainer
@@ -17,13 +17,13 @@ long_description ${description}
homepage https://pypi.python.org/pypi/$base_name
master_sites pypi:a/$base_name
-checksums rmd160 ea79069dd546f7b26291980fc7e214a3c35d660b \
- sha256 0666c1ad06cd4b2860351cebbd88bd4b05b2d1abd41b25cf91f8f6715035735e
+checksums rmd160 47461b90540b68dfa661292bf64d2f2b79a9ee4e \
+ sha256 00c93c498ec9a04cc587bf63dd7340e67e2541f0df4c9a7259d7cb3dd4ce372f
distname $base_name-${version}
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-nose \
port:py${python.version}-setuptools \
port:py${python.version}-sphinx \
diff --git a/python/py-beancount-import/Portfile b/python/py-beancount-import/Portfile
index 0d834d3cab2..d7b6e2c5cac 100644
--- a/python/py-beancount-import/Portfile
+++ b/python/py-beancount-import/Portfile
@@ -5,10 +5,10 @@ PortGroup python 1.0
name py-beancount-import
categories-append finance
-version 1.3.0
-checksums rmd160 2c574b08a3c2083678f3b42997892fbb38e4e5e0 \
- sha256 b4f8020d68e249933633365c620859079bcacef0b4e7a2b3c3c20eefbdf8cac5 \
- size 321899
+version 1.3.3
+checksums rmd160 61a2998b26f3b82fdb2efcd97a88c489b4a75f0d \
+ sha256 4424bf08219d617117c2d5fc05af2c46e6e620146ded9ca53aecb28d4ab89c41 \
+ size 327182
license GPL-2
supported_archs noarch
@@ -30,10 +30,10 @@ use_zip yes
python.versions 37
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-atomicwrites \
port:py${python.version}-beancount \
port:py${python.version}-dateutil \
diff --git a/python/py-beautifulsoup4/Portfile b/python/py-beautifulsoup4/Portfile
index 1617bac34f4..7f9475b0b77 100644
--- a/python/py-beautifulsoup4/Portfile
+++ b/python/py-beautifulsoup4/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0
name py-beautifulsoup4
license MIT
-version 4.6.0
+version 4.8.2
set branch [join [lrange [split ${version} .] 0 1] .]
categories-append textproc
platforms darwin
@@ -20,9 +20,9 @@ homepage https://www.crummy.com/software/BeautifulSoup/
master_sites https://www.crummy.com/software/BeautifulSoup/bs4/download/${branch}/
distname beautifulsoup4-${version}
-checksums rmd160 6452de577ef676636fb0be79eba9224cafd5622d \
- sha256 808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89 \
- size 160846
+checksums rmd160 0f37b2da01e72e4a777174ecb266a17a907e204f \
+ sha256 05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a \
+ size 298650
python.versions 27 35 36 37 38
@@ -30,7 +30,8 @@ livecheck.type regex
livecheck.regex (4\\.\[0-9.\]+)
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-setuptools \
+ port:py${python.version}-soupsieve
variant html5lib description {Build with HTML5 support} {
depends_lib-append port:py${python.version}-html5lib
diff --git a/python/py-boto3/Portfile b/python/py-boto3/Portfile
index cb7e74c92e3..2bb1d54fdc8 100644
--- a/python/py-boto3/Portfile
+++ b/python/py-boto3/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-boto3
-version 1.10.28
+version 1.11.9
platforms darwin
supported_archs noarch
license Apache-2
@@ -20,14 +20,14 @@ homepage https://github.com/boto/boto3
master_sites pypi:b/boto3
distname boto3-${version}
-checksums rmd160 89693420db39cdff6681c0ea1235225a9084d2f2 \
- sha256 21a75f1a3f85fbfcc00d691200fbe4aa71f18e98389d88401f38e35ae50825e9 \
- size 98336
+checksums rmd160 b0396b6352c17a3ff53fe5b087fd003493c2f68f \
+ sha256 05f7ae180813fbf11cb7397b43b6bd29463abdc246bee58127836f1a8f6a9a2f \
+ size 98335
python.versions 27 35 36 37 38
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-botocore \
diff --git a/python/py-bqplot/Portfile b/python/py-bqplot/Portfile
index 1ad9e995fbd..8049aa68e1a 100644
--- a/python/py-bqplot/Portfile
+++ b/python/py-bqplot/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-bqplot
-version 0.12.1
+version 0.12.3
revision 0
categories-append graphics math science
@@ -27,9 +27,9 @@ homepage https://github.com/bloomberg/bqplot
distname ${python.rootname}-${version}
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-checksums rmd160 53309f13420d6c529d0840e0b5a06c69054d5493 \
- sha256 52941875157f3e2c98134c867c018a27b6d3525dd1166f3fcd4eede7ef392da1 \
- size 2565392
+checksums rmd160 75c8e89a87ccdd70e3043076f0b630c8258b5b72 \
+ sha256 7292b57694ebe8347e48e16bd47449bbd886f9c2c238b744ed59871960451b59 \
+ size 2572890
python.versions 27 35 36
@@ -48,7 +48,7 @@ if {${name} ne ${subport}} {
LICENSE ${destroot}${docdir}
}
- depends_test-append \
+ depends_test-append \
port:py${python.version}-mock \
port:py${python.version}-pytest
diff --git a/python/py-control/Portfile b/python/py-control/Portfile
index c9e86a21f78..e0847d0c979 100644
--- a/python/py-control/Portfile
+++ b/python/py-control/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-control
-version 0.8.2
+version 0.8.3
revision 0
categories-append science
license BSD
@@ -25,20 +25,20 @@ master_sites pypi:c/${python.rootname}/
distname ${python.rootname}-${version}
-checksums rmd160 6bb9844a53a1168d3d1b12a46e6d3ce7315d752a \
- sha256 726e8c36a253a54c8886df31f860d740d70de4f8b041421d5df078c3bff3aadb \
- size 182584
+checksums rmd160 b5739feb6a43755bdd889c87c42dd31f95edbc3a \
+ sha256 1fcfdcf39f96523cb1f2cf7bf7b8ae68ec3ef8350e5c55e17e02afdb0872edbb \
+ size 249610
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-scipy
- depends_test-append \
+ depends_test-append \
port:py${python.version}-nose
test.run yes
test.cmd ${python.bin} setup.py
diff --git a/python/py-emcee/Portfile b/python/py-emcee/Portfile
index b8c3cb29381..11e53c14819 100644
--- a/python/py-emcee/Portfile
+++ b/python/py-emcee/Portfile
@@ -23,20 +23,20 @@ platforms darwin
supported_archs noarch
license MIT
-checksums rmd160 9d877a80ce5a19b8c442d225a27a57fe548a14f0 \
- sha256 afb252b304051ca7a936e81adfa69c92b37fdafd8d3be95e920059f08dcf2d00 \
- size 769439
+checksums rmd160 b136daa9c9f4a3f8fe9e5294f551ceb39fc537a2 \
+ sha256 035a44d7594fdd03efd10a522558cdfaa080e046ad75594d0bf2aec80ec35388 \
+ size 4054969
python.versions 27 35 36 37
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-numpy
- depends_test-append \
+ depends_test-append \
port:py${python.version}-nose
test.run yes
test.cmd nosetests-${python.branch}
diff --git a/python/py-google-auth/Portfile b/python/py-google-auth/Portfile
index b785d354970..e43fcf06c07 100644
--- a/python/py-google-auth/Portfile
+++ b/python/py-google-auth/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-google-auth
-version 1.7.1
+version 1.11.0
revision 0
categories-append www devel
@@ -21,17 +21,17 @@ homepage https://pypi.python.org/pypi/${python.rootname}
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
-checksums rmd160 483cbb630c62e7c3339465010022ec22591d423f \
- sha256 baf1b3f8b29a5f96f66753ad848473699322b63f4d68964e510554b12d002443 \
- size 81126
+checksums rmd160 c1a3da4741e0b7e6300c360dcb1469a7eaa22cfd \
+ sha256 44549e69ac39acf41fdf47f3f39a06e4e68378476806760d94a2c6a361b2bb06 \
+ size 87392
python.versions 27 35 36 37 38
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-cachetools \
port:py${python.version}-asn1-modules \
port:py${python.version}-rsa \
diff --git a/python/py-gwosc/Portfile b/python/py-gwosc/Portfile
index d68fe440fa5..a6537c2f086 100644
--- a/python/py-gwosc/Portfile
+++ b/python/py-gwosc/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-gwosc
-version 0.3.3
+version 0.4.3
categories-append science
maintainers {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer
@@ -20,9 +20,9 @@ homepage https://gwosc.readthedocs.io
master_sites pypi:g/gwosc
distname gwosc-${version}
-checksums rmd160 45a7437f7cbd62393af7d293ff8b35ae484e9002 \
- sha256 863a67296763ec9be79fa057b6ee0b3cb4f91c768b97b769840fa91f2f3b4e2c \
- size 31201
+checksums rmd160 d9b993860892c83cc75dcf79cd194bc205fb2688 \
+ sha256 7fb8a7bc76c69329c9d8252c523a212bf6ecdfbe6bcdd940652efa60c6e85a8a \
+ size 36320
python.versions 27 36 37
python.default_version 36
diff --git a/python/py-isodate/Portfile b/python/py-isodate/Portfile
index a3de74f8c8d..27f0232f415 100644
--- a/python/py-isodate/Portfile
+++ b/python/py-isodate/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0
set base_name isodate
name py-$base_name
-version 0.5.4
+version 0.6.0
python.versions 27 35 36 37
license BSD
@@ -22,12 +22,13 @@ long_description This module implements ISO 8601 date, time and duration \
homepage https://pypi.python.org/pypi/$base_name
master_sites pypi:i/$base_name
-checksums rmd160 8b483cedd72d92c3d0182a0d409672e1e21dc893 \
- sha256 42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31
+checksums rmd160 caa3c15705b67d1e8fbcc18536643818affbb306 \
+ sha256 2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8
distname $base_name-${version}
if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-six
depends_build-append port:py${python.version}-setuptools
test.run yes
diff --git a/python/py-json-rpc/Portfile b/python/py-json-rpc/Portfile
index b5bb5a2c4d8..1ac9879b8e4 100644
--- a/python/py-json-rpc/Portfile
+++ b/python/py-json-rpc/Portfile
@@ -16,14 +16,14 @@ long_description ${description}
platforms darwin
supported_archs noarch
-checksums rmd160 bead863059403729d30b2f8d1dc69cfa1281d6d5 \
- sha256 7cc9778c8b81fb90d71168742d67b7d3eae30ee0d82da67c8b41242fc57c67ff \
- size 43367
+checksums rmd160 781241e31f610841e9d37d198f2b7e5062abf692 \
+ sha256 def0dbcf5b7084fc31d677f2f5990d988d06497f2f47f13024274cfb2d5d7589 \
+ size 31089
python.versions 27 35 36
if {$subport ne $name} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
diff --git a/python/py-ligotimegps/Portfile b/python/py-ligotimegps/Portfile
index 6aa9bd12ace..8c6cf256ae9 100644
--- a/python/py-ligotimegps/Portfile
+++ b/python/py-ligotimegps/Portfile
@@ -21,9 +21,9 @@ long_description This module provides a pure-python version of the \
master_sites pypi:l/ligotimegps \
https://github.com/gwpy/ligotimegps/releases/v${version}/
-checksums rmd160 f99edb6f50e76232ebf61a12a9f95baabf595491 \
- sha256 a98275b5aa4490eadc2669f9a2de108f4634ae3724e878fee562b84ccf529e83 \
- size 35840
+checksums rmd160 79eff913d70189aa0e631b4055a3b3feb63ef641 \
+ sha256 88626c02ad9a464d1242a1147b40074792f424bafa2ab013eee629c7d1b6469c \
+ size 35191
python.versions 27 36 37
python.default_version 37
@@ -31,9 +31,9 @@ python.default_version 37
if {${name} ne ${subport}} {
if {${python.version} < 30} {
version 1.2.3
- checksums rmd160 5f63a0c725bbc4b888df8c2d81707e92dcf46f18 \
- sha256 79ee18df7f6806d522f68d278b0ac426094626a479af58c178f32d2b319919ba \
- size 35648
+ checksums rmd160 79eff913d70189aa0e631b4055a3b3feb63ef641 \
+ sha256 88626c02ad9a464d1242a1147b40074792f424bafa2ab013eee629c7d1b6469c \
+ size 35191
depends_lib-append port:py${python.version}-six
}
diff --git a/python/py-lscsoft-glue/Portfile b/python/py-lscsoft-glue/Portfile
index 49b7cec3929..48410e831c2 100644
--- a/python/py-lscsoft-glue/Portfile
+++ b/python/py-lscsoft-glue/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-lscsoft-glue
-version 1.60.0
+version 2.0.0
categories-append science
platforms darwin
@@ -21,9 +21,9 @@ homepage https://git.ligo.org/lscsoft/glue/
master_sites http://software.ligo.org/lscsoft/source/
distname lscsoft-glue-${version}
-checksums rmd160 08ad85a70e86960a6baa4bf1c283c7b0fda80498 \
- sha256 89d8e55c7e9d9abacec0abac9f91090f0bb0789279309b530c5e4d9fe1a8e687 \
- size 2490073
+checksums rmd160 98055a86e6c2f5eae1749338e4d895204eef121e \
+ sha256 9bdfaebe4c921d83d1e3d1ca24379a644665e9d7530e7070665f387767c66923 \
+ size 1618606
python.versions 27 36 37
python.default_version 27
diff --git a/python/py-mapclassify/Portfile b/python/py-mapclassify/Portfile
index 21e5270891d..719d663ae2c 100644
--- a/python/py-mapclassify/Portfile
+++ b/python/py-mapclassify/Portfile
@@ -18,9 +18,9 @@ long_description \
mapclassify is an open-source python library for Choropleth map classification. It \
is part of PySAL the Python Spatial Analysis Library.
-checksums rmd160 6a4467e5225b0aea87fad913e63c36b87259bce6 \
- sha256 2bb0e1670b1af4dd94244a1ece32dd79daafd990ea37d828b49f07be033cdf67 \
- size 1149648
+checksums rmd160 4f474f8cbf0c3a5da5aeb4a21c20b6b94f608d39 \
+ sha256 d8cce990f2df905ec7ba0d61a0de60a64635822684a2074cb412da9992dbf999 \
+ size 47005
python.versions 37
diff --git a/python/py-nwdiag/Portfile b/python/py-nwdiag/Portfile
index 50257bc15c4..0cc5d024688 100644
--- a/python/py-nwdiag/Portfile
+++ b/python/py-nwdiag/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-nwdiag
-version 1.0.4
+version 2.0.0
revision 0
categories-append graphics
platforms darwin
@@ -23,13 +23,16 @@ master_sites pypi:n/nwdiag/
distname nwdiag-${version}
-checksums rmd160 151f22c058337febc8ef93996b7abbed823ef83e \
- sha256 002565875559789a2dfc5f578c07abdf44269c3f7cdf78d4809bdc4bdc2213fa \
- size 2652472
+checksums rmd160 769b1298ca1a9043e77b034476cb1657cf209f74 \
+ sha256 5cd7fafd6085cd762ca9171234d07d2a33c6e81f5c66a1b233992e76300d74e2 \
+ size 7751634
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-setuptools \
- port:py${python.version}-blockdiag
+ depends_test-append port:py${python.version}-flake8 \
+ port:py${python.version}-flake8-coding \
+ port:py${python.version}-flake8-copyright \
+ port:py${python.version}-flake8-isort
+ depends_lib-append port:py${python.version}-blockdiag
livecheck.type none
}
diff --git a/python/py-paste/Portfile b/python/py-paste/Portfile
index cedfe00f984..dfb7024d82f 100644
--- a/python/py-paste/Portfile
+++ b/python/py-paste/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-paste
-version 2.0.3
+version 3.3.0
python.versions 27 35 36
categories-append www
license MIT ZPL-2 PSF
@@ -21,15 +21,14 @@ homepage http://pythonpaste.org/
master_sites pypi:P/Paste/
distname Paste-${version}
-checksums rmd160 816728eed3067b1d7b312cd0af3a63f1dae98143 \
- sha256 2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218 \
- size 643935
+checksums rmd160 48435d31c94d21f324245654c1303d32e2c52756 \
+ sha256 9f29d5bdfb08a3cc375cb210ff470ce01480d660286892a71f01a2faa3e9a85b \
+ size 629897
if {${name} ne ${subport}} {
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-setuptools
- depends_test-append \
- port:py${python.version}-nose \
+ depends_test-append \
port:py${python.version}-six
test.run yes
diff --git a/python/py-pastedeploy/Portfile b/python/py-pastedeploy/Portfile
index 1656079cf90..ced6225afea 100644
--- a/python/py-pastedeploy/Portfile
+++ b/python/py-pastedeploy/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-pastedeploy
-version 1.5.2
+version 2.1.0
python.versions 27 35 36 37
categories-append www
platforms darwin
@@ -21,13 +21,13 @@ homepage http://pythonpaste.org/deploy/
master_sites pypi:P/PasteDeploy/
distname PasteDeploy-${version}
-checksums rmd160 e81b3ab8118bee9b9e06072ba1b804494c85b30e \
- sha256 d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb
+checksums rmd160 b6ea652f902789b15282e7aa3d17b7954e5d4ec5 \
+ sha256 e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
- depends_test-append \
+ depends_test-append \
port:py${python.version}-nose
test.run yes
diff --git a/python/py-pycryptodome/Portfile b/python/py-pycryptodome/Portfile
index 894e3cd3980..c0c460d2c98 100644
--- a/python/py-pycryptodome/Portfile
+++ b/python/py-pycryptodome/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-pycryptodome
-version 3.4.5
+version 3.9.6
license BSD
platforms darwin
supported_archs noarch
@@ -20,12 +20,12 @@ homepage https://pypi.python.org/pypi/${python.rootname}/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
-checksums rmd160 ebdb0edb86f048889f467ddabb9efe95b74254e6 \
- sha256 be84544eadc2bb71d4ace39e4984ed2990111f053f24267a07afb4b4e1e5428f \
- size 6494255
+checksums rmd160 c296cf79800b433109c608323ece16861a0c34be \
+ sha256 bc22ced26ebc46546798fa0141f4418f1db116dec517f0aeaecec87cf7b2416c \
+ size 15451600
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
diff --git a/python/py-qdarkstyle/Portfile b/python/py-qdarkstyle/Portfile
index 5cdeb94fdc4..c12ba3c89c5 100644
--- a/python/py-qdarkstyle/Portfile
+++ b/python/py-qdarkstyle/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0
name py-qdarkstyle
python.rootname QDarkStyle
-version 2.7
+version 2.8
revision 0
categories-append devel
platforms darwin
@@ -24,14 +24,15 @@ homepage https://github.com/ColinDuquesnoy/QDarkStyleSheet
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
-checksums sha256 de7aba62119a839556afd7b3b962588410b6249cbcfcbd56e51e6e827264c38f \
- rmd160 3ccddb5ad4c2c7b656cfc8352c5520a5069e3ff2 \
- size 1245786
+checksums sha256 6a967c4b664446f8bed9df12d1032cf68cb54f186bfc9cbfdbbc756bf9a5d475 \
+ rmd160 95b7cbcdbec958e2ee685aff8348e5601a2a1c35 \
+ size 405579
python.versions 27 35 36 37
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-setuptools \
+ port:py${python.version}-qtpy
depends_lib-append \
port:py${python.version}-helpdev
diff --git a/python/py-robotframework-seleniumlibrary/Portfile b/python/py-robotframework-seleniumlibrary/Portfile
index 185833adb26..c14797af894 100644
--- a/python/py-robotframework-seleniumlibrary/Portfile
+++ b/python/py-robotframework-seleniumlibrary/Portfile
@@ -6,7 +6,7 @@ PortGroup python 1.0
name py-robotframework-seleniumlibrary
set internal_name SeleniumLibrary
-version 2.9.2
+version 4.2.0
license Apache-2
categories-append devel
@@ -24,11 +24,12 @@ master_sites ${homepage}/archive
distname ${version}
set worksrcdir ${internal_name}-${version}
-checksums rmd160 3a73c9b167ec9252197c3614d675753c51ebfbf2 \
- sha256 cff84f0c44ec8fdffece600ce3b52a9f1252d4f63dc367d42a56c38ade3c8bce
+checksums rmd160 88f622cd4e1a4aec5ad73b55cd9fabc2ee7218d7 \
+ sha256 7004feaa0e0f66013c877470078ea4fa65ac07f65023a95d91c51a9618abbf07
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-robotframework
+ depends_lib-append port:py${python.version}-robotframework \
+ port:py${python.version}-selenium
}
if {${name} eq ${subport}} {
diff --git a/python/py-s3transfer/Portfile b/python/py-s3transfer/Portfile
index d87796ea792..94b2a18eed5 100644
--- a/python/py-s3transfer/Portfile
+++ b/python/py-s3transfer/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-s3transfer
-version 0.2.1
+version 0.3.2
platforms darwin
license Apache-2
maintainers nomaintainer
@@ -15,9 +15,9 @@ long_description ${description}
homepage https://github.com/boto/${python.rootname}
master_sites pypi:s/${python.rootname}
distname ${python.rootname}-${version}
-checksums rmd160 90eab4c99187349086b2d33808d9716fa0f25614 \
- sha256 6efc926738a3cd576c2a79725fed9afde92378aa5c6a957e3af010cb019fac9d \
- size 119635
+checksums rmd160 9a596666b6791f39db7d8f22f6a57265a5140449 \
+ sha256 4924e10451cc37901945806423d16c2c2040a6530645a614ed87e995ccec764c \
+ size 118876
python.versions 27 35 36 37 38
diff --git a/python/py-scikits-bootstrap/Portfile b/python/py-scikits-bootstrap/Portfile
index 8c48c844030..f8299507f3a 100644
--- a/python/py-scikits-bootstrap/Portfile
+++ b/python/py-scikits-bootstrap/Portfile
@@ -15,9 +15,9 @@ description Bootstrap confidence interval estimation routines for SciPy.
long_description Algorithms for SciPy to calculate bootstrap confidence \
intervals for statistics functions applied to data.
-checksums rmd160 6663c5bee399df8c4c158d5294251f59be2ee67c \
- sha256 ff421c4eed1651d4f49b0b8e12182f943d4dd1b2d44045c9da2c6ef185775773 \
- size 9192
+checksums rmd160 b436659da0255f86e6cb2bc1c2fec8cc4b264769 \
+ sha256 b3a3d8796e669ffe0b8d4953bde910d025f8b377a786003929415bac22417055 \
+ size 9506
python.versions 27 35 36 37
@@ -25,7 +25,8 @@ if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-erf \
- port:py${python.version}-numpy
+ port:py${python.version}-numpy \
+ port:py${python.version}-pyerf
livecheck.type none
}
diff --git a/python/py-scruffington/Portfile b/python/py-scruffington/Portfile
index 90a82818d4b..c977c588481 100644
--- a/python/py-scruffington/Portfile
+++ b/python/py-scruffington/Portfile
@@ -24,7 +24,7 @@ checksums rmd160 bf0c12c3d3203cb9831a57d98039e88a07b78b69 \
python.versions 27 35 36
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-yaml \
port:py${python.version}-six
diff --git a/python/py-slepc4py/Portfile b/python/py-slepc4py/Portfile
index 6735b7e636d..740858c285c 100644
--- a/python/py-slepc4py/Portfile
+++ b/python/py-slepc4py/Portfile
@@ -17,9 +17,9 @@ long_description ${description}
maintainers nomaintainer
-checksums rmd160 4eb11e30d5ab1b415977f7fb73e729f945ef7c78 \
- sha256 988815b3650b69373be9abbf2355df512dfd200aa74b1785b50a484d6dfee971 \
- size 95067
+checksums rmd160 ea04cc2c8002b861824524ec8a99298215a671e1 \
+ sha256 6310a641ebe4b02a547a9f8a9a3c72d44c9fb05b7a5c0c3a9bf6e6a3f1ff07ce \
+ size 841329
mpi.setup require
@@ -32,11 +32,11 @@ if {${subport} ne ${name}} {
mpi.enforce_variant \
py${python.version}-petsc4py
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools \
port:py${python.version}-cython
- depends_lib-append \
+ depends_lib-append \
port:petsc \
port:slepc \
port:py${python.version}-petsc4py \
diff --git a/python/py-storm/Portfile b/python/py-storm/Portfile
index 516c46f4171..b5ff2131ee8 100644
--- a/python/py-storm/Portfile
+++ b/python/py-storm/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0
PortGroup deprecated 1.0
name py-storm
-version 0.20
+version 0.22
revision 0
categories-append databases
license LGPL-2.1+
@@ -24,9 +24,9 @@ master_sites https://launchpad.net/storm/trunk/${version}/+download/
distname storm-${version}
use_bzip2 yes
-checksums rmd160 b6ab49b5ea1977d601bc037d1eb3a89749685527 \
- sha256 1fe016c9ec40520eafc3cf359f1ec2b7fa86be91e45c9279bfb0ea3b06390a82 \
- size 213069
+checksums rmd160 f499ac9b4702e1da2aaa406ae18d81337652a312 \
+ sha256 73aceb4c3ab9fb4967b109af7a3f5fe3cde5be379776475a96113b0ee6187de6 \
+ size 213386
patchfiles-append patch-setup.py.diff
@@ -35,7 +35,7 @@ deprecated.upstream_support no
python.versions 27
if {${subport} ne ${name}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
diff --git a/python/py-structlog/Portfile b/python/py-structlog/Portfile
index 15eb29d582d..50857acc9d2 100644
--- a/python/py-structlog/Portfile
+++ b/python/py-structlog/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-structlog
-version 19.1.0
+version 20.1.0
platforms darwin
license MIT Apache-2
maintainers nomaintainer
@@ -16,14 +16,14 @@ homepage http://www.structlog.org/
master_sites pypi:s/structlog
distname structlog-${version}
-checksums rmd160 bfe0ad26fd25385f7692cc85ea828d2779c33c4e \
- sha256 5feae03167620824d3ae3e8915ea8589fc28d1ad6f3edf3cc90ed7c7cb33fab5 \
- size 317443
+checksums rmd160 30cdae480081f30c8f51aba859eec94758e7d2af \
+ sha256 7a48375db6274ed1d0ae6123c486472aa1d0890b08d314d2b016f3aa7f35990b \
+ size 332376
python.versions 27 37
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
depends_run-append port:py${python.version}-six \
diff --git a/python/py-sunpy/Portfile b/python/py-sunpy/Portfile
index f70bb30cab3..0ba7cff55b2 100644
--- a/python/py-sunpy/Portfile
+++ b/python/py-sunpy/Portfile
@@ -3,8 +3,8 @@
PortSystem 1.0
PortGroup python 1.0
name py-sunpy
-version 0.3.1
-revision 1
+version 1.1.0
+revision 0
maintainers nomaintainer
categories-append science
@@ -21,12 +21,19 @@ master_sites pypi:s/sunpy/
distname sunpy-${version}
checksums md5 6bc66ddbbfc081637e88c276fff5ac48 \
sha1 e811627423d600391e3c1eb766df187229a828f0 \
- rmd160 3a6974c14ddf4540051f18830d4a45188b6e8579
+ rmd160 178f7de3ea12bf183995bbb861d1566ed80b5432
python.versions 27
python.default_version 27
if {${name} ne ${subport}} {
+ depends_test-append port:py${python.version}-hypothesis \
+ port:py${python.version}-pytest \
+ port:py${python.version}-pytest-astropy \
+ port:py${python.version}-pytest-cov \
+ port:py${python.version}-pytest-mock \
+ port:py${python.version}-tox \
+ port:py${python.version}-tox-conda
depends_build-append port:py${python.version}-numpy
@@ -39,6 +46,8 @@ if {${name} ne ${subport}} {
port:py${python.version}-beautifulsoup4 \
port:py${python.version}-configobj \
port:py${python.version}-setuptools \
- port:py${python.version}-py
+ port:py${python.version}-py \
+ port:py${python.version}-numpy \
+ port:py${python.version}-parfive
}
diff --git a/python/py-triangle/Portfile b/python/py-triangle/Portfile
index aed31e26ce0..dc2e42b0aa2 100644
--- a/python/py-triangle/Portfile
+++ b/python/py-triangle/Portfile
@@ -22,8 +22,8 @@ long_description \
distname triangle-${version}
checksums md5 ef7e121d51a8dc2bd5163a0db11b2b16 \
- rmd160 4aa893ccaf47db733d11bb87b2bd5793e2e8a987 \
- sha256 419fb6d773e6c187a3b850cfd74970dfd31804a5c9281207fd4198384fb1b27a
+ rmd160 410c28122f48ed0cc81d4e3e2d3f30492f7662d8 \
+ sha256 69442062a1705f75b64166b161ade8a32a26b9323e09f5fa43079dbb6bf04bcc
python.versions 27 35 36
diff --git a/python/py-txaio/Portfile b/python/py-txaio/Portfile
index ca882c8be22..406105411b9 100644
--- a/python/py-txaio/Portfile
+++ b/python/py-txaio/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-txaio
-version 18.8.1
+version 20.1.1
maintainers nomaintainer
license MIT
@@ -18,17 +18,17 @@ homepage https://github.com/crossbario/txaio
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
-checksums sha256 67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe \
- rmd160 561cced8820411adaca8e970af3f81f5c66ab8c9 \
- size 51092
+checksums sha256 f24e10396f026c75364ae23ffac8d72c156dc5f3733d332febb356c9d8d6b58d \
+ rmd160 3f894a87c5801b0e975d07582a66694c629bc6eb \
+ size 53391
python.versions 36 37 38
if {${name} ne ${subport}} {
- depends_build-append \
+ depends_build-append \
port:py${python.version}-setuptools
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-six
livecheck.type none
diff --git a/python/py-waitress/Portfile b/python/py-waitress/Portfile
index 08d9530865d..cc8d951daae 100644
--- a/python/py-waitress/Portfile
+++ b/python/py-waitress/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-waitress
-version 1.2.1
+version 1.4.3
revision 0
platforms darwin
supported_archs noarch
@@ -18,14 +18,14 @@ homepage https://github.com/Pylons/waitress
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
-checksums rmd160 890dd9a44e133b770591fcb25eb396ac57f3762d \
- sha256 c369e238bd81ef7d61f04825f06f107c42094de60d13d8de8e71952c7c683dfe \
- size 162588
+checksums rmd160 fe938585422bac73b6117586354a53f31f0999ba \
+ sha256 045b3efc3d97c93362173ab1dfc159b52cfa22b46c3334ffc805dbdbf0e4309e \
+ size 173767
python.versions 27 35 36 37
if {${name} ne ${subport}} {
- depends_lib-append \
+ depends_lib-append \
port:py${python.version}-setuptools
post-destroot {
diff --git a/python/py-werkzeug/Portfile b/python/py-werkzeug/Portfile
index a84baf3322b..7bdf66f05a1 100644
--- a/python/py-werkzeug/Portfile
+++ b/python/py-werkzeug/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-werkzeug
-version 0.16.0
+version 0.16.1
revision 0
categories-append www
platforms darwin
@@ -29,9 +29,9 @@ master_sites pypi:W/Werkzeug
distname Werkzeug-${version}
-checksums rmd160 f6201a8dd0110666e4e51cabd38855323b5ee7c7 \
- sha256 7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7 \
- size 925717
+checksums rmd160 4c83c5c89c5cdd99ad6425780625c549ce902444 \
+ sha256 b353856d37dec59d6511359f97f6a4b2468442e454bd1c98298ddce53cac1f04 \
+ size 935128
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools
diff --git a/python/py-xattr/Portfile b/python/py-xattr/Portfile
index aa8ee6bcb26..e8c3bc6d364 100644
--- a/python/py-xattr/Portfile
+++ b/python/py-xattr/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-xattr
-version 0.9.6
+version 0.9.7
license {MIT PSF}
platforms darwin linux
maintainers {danchr @danchr} openmaintainer
@@ -22,9 +22,9 @@ homepage http://undefined.org/python/#xattr
master_sites pypi:x/xattr/
distname xattr-${version}
-checksums rmd160 53b0bcd0dd7ec35f5495c5d9a57245e22c45de31 \
- sha256 7cb1b28eeab4fe99cc4350e831434142fce658f7d03f173ff7722144e6a47458 \
- size 13284
+checksums rmd160 48424e7c2812dd341b1e09bc9b8278f1a2bf2529 \
+ sha256 b0bbca828e04ef2d484a6522ae7b3a7ccad5e43fa1c6f54d78e24bb870f49d44 \
+ size 13389
python.versions 27 35 36 37
diff --git a/ruby/rb-bones/Portfile b/ruby/rb-bones/Portfile
index b0cc27a81e0..ad4af1c0d6c 100644
--- a/ruby/rb-bones/Portfile
+++ b/ruby/rb-bones/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup bones 2.5.1 gem {} rubygems
-revision 1
+ruby.setup bones 3.8.4 gem {} rubygems
+revision 0
maintainers nomaintainer
categories-append devel
@@ -13,5 +13,11 @@ platforms darwin
supported_archs noarch
checksums md5 a79ec53b36af5afba62ae328062a92fc \
- rmd160 6b78d134a03209c39b6bf4560fa1d9820c023e01 \
+ rmd160 91bf89c0493ad2caa8ed29372972e2e887f84bb8 \
sha1 4b17b691ee2c76f45cf03af85a269e8ba3a15f0a
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-rspec
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-little-plugger \
+ port:rb${ruby.suffix}-loquacious \
+ port:rb${ruby.suffix}-rdoc
diff --git a/ruby/rb-builder/Portfile b/ruby/rb-builder/Portfile
index bb6406a2bba..45c4309929a 100644
--- a/ruby/rb-builder/Portfile
+++ b/ruby/rb-builder/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup builder 2.1.2 gem {} rubygems
+ruby.setup builder 3.2.4 gem {} rubygems
license MIT
maintainers nomaintainer
description Builders for MarkUp.
@@ -11,7 +11,7 @@ long_description Builder provides a number of builder objects that make \
XML Events
checksums md5 e96a525d9e0b42a2e2d5e77cbd02eb72 \
sha1 d0ea89ea793c75853abd636ab86a79b7b57d6993 \
- rmd160 73f0b0b5d0c2d268edbcee86599962cc94413ebb
+ rmd160 38f46a8f4796958990e8196894decede85a1375a
platforms darwin
livecheck.version BUILDER-${version}
diff --git a/ruby/rb-capistrano/Portfile b/ruby/rb-capistrano/Portfile
index d24a9707a63..96562593d58 100644
--- a/ruby/rb-capistrano/Portfile
+++ b/ruby/rb-capistrano/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup capistrano 2.5.21 gem {} rubygems
+ruby.setup capistrano 3.11.2 gem {} rubygems
license MIT
maintainers nomaintainer
description Capistrano is a utility and framework for executing \
@@ -9,7 +9,7 @@ description Capistrano is a utility and framework for executing \
long_description ${description}
checksums md5 be5ac7a64974207bebe55da857e6319c \
sha1 110a78346212a304b625fd4acad1eda1c0819bd8 \
- rmd160 05d9f453a5272f6cc2d1c4c43989a2800a5e5e94
+ rmd160 87817dc99789be00f777fbb90c5fcdcc337466c8
platforms darwin
homepage http://capistranorb.com
@@ -19,3 +19,11 @@ depends_run port:rb-net-ssh \
port:rb-net-ssh-gateway \
port:rb-highline \
port:rb-mocha
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-rspec \
+ port:rb${ruby.suffix}-rubocop
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-airbrussh \
+ port:rb${ruby.suffix}-i18n \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-sshkit
diff --git a/ruby/rb-coderay/Portfile b/ruby/rb-coderay/Portfile
index dea9246a067..1b7e494a0f4 100644
--- a/ruby/rb-coderay/Portfile
+++ b/ruby/rb-coderay/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup coderay 0.9.8 gem {} rubygems
+ruby.setup coderay 1.1.2 gem {} rubygems
maintainers {kimuraw @kimuraw} openmaintainer
description Fast and easy syntax highlighting for selected languages.
long_description Fast and easy syntax highlighting for selected languages, \
@@ -13,6 +13,6 @@ supported_archs noarch
checksums md5 9e0e0cba383daba57ef7c256a1742965 \
sha1 36bb1b8aa8f0f1285ab912d7f13690bef19da3c6 \
- rmd160 82e8c8d9da56ea47785486e26d4e873e602b06ee
+ rmd160 6584dccdc19d67c43687672126f016c2422ecb28
platforms darwin
diff --git a/ruby/rb-compass/Portfile b/ruby/rb-compass/Portfile
index aa1edf01088..c3886264536 100644
--- a/ruby/rb-compass/Portfile
+++ b/ruby/rb-compass/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup compass 0.12.2 gem {} rubygems
+ruby.setup compass 1.0.3 gem {} rubygems
revision 0
maintainers nomaintainer
description Stylesheet authoring frameworking
@@ -16,7 +16,12 @@ license MIT
platforms darwin
homepage http://compass-style.org/
-checksums rmd160 5c80ce506801f2e1d422b863b2796cc29b3e085e \
- sha256 5f9784fcc40e1535b81e66e57d2e0d898f1a00099dd455a35dbb21fbb40f4a3b
+checksums rmd160 d511e00d6ba60a15bfe99114876c88df8ac31820 \
+ sha256 4c7884dc5349d59011fd6c5736a0404008d5609235037741feac9c8ff840d151
depends_run path:bin/haml:rb-haml
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-compass-core \
+ port:rb${ruby.suffix}-compass-import-once \
+ port:rb${ruby.suffix}-rb-fsevent \
+ port:rb${ruby.suffix}-rb-inotify
diff --git a/ruby/rb-cri/Portfile b/ruby/rb-cri/Portfile
index b79662e0f16..45d2aa2e94b 100644
--- a/ruby/rb-cri/Portfile
+++ b/ruby/rb-cri/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup cri 1.0.1 gem
+ruby.setup cri 2.15.10 gem
revision 0
license MIT
maintainers nomaintainer
@@ -14,4 +14,4 @@ homepage http://rubygems.org/gems/cri
master_sites http://rubygems.org/downloads/
checksums md5 91e095058ab65e25ac9933aab74882c7 \
sha1 15f96e9d35d0b7cd91cdfd4245c12f2ea604841d \
- rmd160 56b45445fb1aa3abac59aecb647717d2ec1ad0d2
+ rmd160 5dc8c0d4e7294d9df8c639e9660bee74a03f5cdd
diff --git a/ruby/rb-cucumber/Portfile b/ruby/rb-cucumber/Portfile
index 2386ff47c37..02909e35401 100644
--- a/ruby/rb-cucumber/Portfile
+++ b/ruby/rb-cucumber/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup cucumber 0.3.103 gem {} rubygems
+ruby.setup cucumber 3.1.2 gem {} rubygems
license MIT
maintainers nomaintainer
@@ -15,5 +15,26 @@ depends_lib-append port:rb-term-ansicolor port:rb-treetop port:rb-polyglot \
port:rb-diff-lcs port:rb-builder
checksums md5 1c78cebc78ec1a47791ea109a4d5d1b8 \
- rmd160 ed7b0903acc778852a8b5ce1e9ee75cf49a53179 \
+ rmd160 b46c1a0a63a3e02bba0619324322d93bc72d9617 \
sha1 b17c309fb3ea1506f62212235d007f02e9584960
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-aruba \
+ port:rb${ruby.suffix}-capybara \
+ port:rb${ruby.suffix}-json \
+ port:rb${ruby.suffix}-nokogiri \
+ port:rb${ruby.suffix}-octokit \
+ port:rb${ruby.suffix}-pry \
+ port:rb${ruby.suffix}-rack-test \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-rspec \
+ port:rb${ruby.suffix}-rubocop \
+ port:rb${ruby.suffix}-simplecov \
+ port:rb${ruby.suffix}-sinatra \
+ port:rb${ruby.suffix}-syntax
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-cucumber-core \
+ port:rb${ruby.suffix}-cucumber-expressions \
+ port:rb${ruby.suffix}-cucumber-wire \
+ port:rb${ruby.suffix}-gherkin \
+ port:rb${ruby.suffix}-multi_json \
+ port:rb${ruby.suffix}-multi_test
diff --git a/ruby/rb-dnssd/Portfile b/ruby/rb-dnssd/Portfile
index 9965a90b5d0..f742c3e1560 100644
--- a/ruby/rb-dnssd/Portfile
+++ b/ruby/rb-dnssd/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup dnssd 2.0 gem {} rubygems
+ruby.setup dnssd 3.0.1 gem {} rubygems
description DNS Service Discovery (aka Bonjour) API for Ruby
long_description DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. \
Implements browsing, resolving, registration and domain \
@@ -13,6 +13,8 @@ maintainers {kimuraw @kimuraw} openmaintainer
platforms darwin
checksums md5 04b1ade4d75ab93f4942c960dce2000d \
- rmd160 d1f73eab1d39f6fa277bced5fe18d487688c78df \
+ rmd160 1a0c33056750499a4addef52090c7f59bdb18cad \
sha1 bc756d287cd91bca8e27ffd6c2fb2b0c8b65887c
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-rdoc
diff --git a/ruby/rb-ferret/Portfile b/ruby/rb-ferret/Portfile
index 5b8d1ebff4d..078029a5a0c 100644
--- a/ruby/rb-ferret/Portfile
+++ b/ruby/rb-ferret/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup ferret 0.11.8.5 gem {} rubygems
+ruby.setup ferret 0.11.8.7 gem {} rubygems
categories-append devel textproc
license MIT BSD
maintainers nomaintainer
@@ -14,4 +14,4 @@ platforms darwin
checksums md5 a64c5d3b051750339ab9791790965df2 \
sha1 6ee34ae8386283936d416dd8944a5cdd320272c0 \
- rmd160 2b49bc0d92cbcb91c2ec5d6ed79b65cb37549828
+ rmd160 cd7ed8539dd4ab06700816d90f0408db081575de
diff --git a/ruby/rb-flexmock/Portfile b/ruby/rb-flexmock/Portfile
index 4ca3afe58de..cb393cc2620 100644
--- a/ruby/rb-flexmock/Portfile
+++ b/ruby/rb-flexmock/Portfile
@@ -3,7 +3,7 @@ PortGroup ruby 1.0
PortGroup github 1.0
github.setup jimweirich flexmock 0.8.11 flexmock-
-ruby.setup flexmock 0.8.11 basic_install.rb {}
+ruby.setup flexmock 2.3.6 basic_install.rb {}
categories-append devel
platforms darwin
@@ -15,7 +15,7 @@ long_description FlexMock is a flexible mocking library for use in unit testing
checksums md5 cc034dcf5f977f739627187ac6cfc203 \
sha1 0b62119a7485754a6b81990338afcb745e422aa0 \
- rmd160 12b906eac11a4c288bf87675c2765794aa07cf09
+ rmd160 cd901eba40b9ba215295e7639844c39339e6caa8
patchfiles patch-install.rb
@@ -26,3 +26,8 @@ destroot.args ""
destroot.env DESTDIR=${destroot}
depends_lib port:ruby
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-coveralls \
+ port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-simplecov
diff --git a/ruby/rb-flickr/Portfile b/ruby/rb-flickr/Portfile
index fc898f54cc4..8d6f116f6bb 100644
--- a/ruby/rb-flickr/Portfile
+++ b/ruby/rb-flickr/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup flickr 1.0.0 gem {} rubygems
+ruby.setup flickr 2.0.2 gem {} rubygems
license MIT
maintainers nomaintainer
platforms darwin
@@ -10,8 +10,16 @@ description An insanely easy interface to the Flickr photo-sharing \
long_description ${description}
checksums md5 b1b853bff90ca4c98dd055e9339a09f3 \
sha1 9192b06d9d765c15f5e2a70b25c8fd474c76831e \
- rmd160 07fd1a1ba9860f4a933c1ce838fd4062610291db
+ rmd160 8ed6ef8e3463c25e9b59dfe170cb0f488090642b
homepage http://redgreenblu.com/flickr/
depends_lib-append \
port:rb-xml-simple
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-bundler-audit \
+ port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-nokogiri \
+ port:rb${ruby.suffix}-pry \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-vcr \
+ port:rb${ruby.suffix}-webmock
diff --git a/ruby/rb-fxruby/Portfile b/ruby/rb-fxruby/Portfile
index 1c257c4712a..c006e4f93e0 100644
--- a/ruby/rb-fxruby/Portfile
+++ b/ruby/rb-fxruby/Portfile
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup fxruby 1.6.24 gem {} rubygems
+ruby.setup fxruby 1.6.42 gem {} rubygems
maintainers nomaintainer
description Ruby bindings for the FOX GUI Toolkit.
long_description FXRuby is a Ruby extention module that provides an \
@@ -12,7 +12,7 @@ categories-append x11
homepage http://www.fxruby.org
checksums md5 b749cfde23d4120960d0a958f427283c \
sha1 970f9f165f4c95b722845ecc6739b60816d0777a \
- rmd160 21af4dfc0d28b64583f10b72e7d0b9c54fc27ab7
+ rmd160 bbe4d3be4ad008ee32913109c2f77dfa2922de96
platforms darwin
depends_lib-append port:fox \
port:fxscintilla \
@@ -22,3 +22,5 @@ post-destroot {
system -W "${workpath}/${distname}" \
"chmod -R +or ${destroot}/${ruby.gemdir}"
}
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-mini_portile2
diff --git a/ruby/rb-getopt-declare/Portfile b/ruby/rb-getopt-declare/Portfile
index 24244e2d27e..52390f6354e 100644
--- a/ruby/rb-getopt-declare/Portfile
+++ b/ruby/rb-getopt-declare/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup getopt-declare 1.09.7 gem {} rubygems
-revision 2
+ruby.setup getopt-declare 1.32 gem {} rubygems
+revision 0
license Artistic-1 Permissive
maintainers nomaintainer
description Declaratively Expressed Command-Line Arguments via RegExp
diff --git a/ruby/rb-gettext/Portfile b/ruby/rb-gettext/Portfile
index adf31e6b1e6..298096a2559 100644
--- a/ruby/rb-gettext/Portfile
+++ b/ruby/rb-gettext/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup gettext 2.3.9 gem {} rubygems
+ruby.setup gettext 3.3.2 gem {} rubygems
revision 0
maintainers {kimuraw @kimuraw} openmaintainer
description a Localization library and tools which modeled GNU gettext.
@@ -17,7 +17,7 @@ homepage http://ruby-gettext.github.com/
license Ruby
checksums md5 0e4d5216d4d73ffed15c15ac1b686d61 \
sha1 b30db6ef766234275aff24d714158fe6608fd2b7 \
- rmd160 cd4198a7c11de78eb0b03d86454169eea600be4b
+ rmd160 25c2387f1366db53bbf5ffd12592574d3b442409
platforms darwin
post-destroot {
@@ -27,3 +27,5 @@ post-destroot {
reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsgmerge
}
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-kramdown
diff --git a/ruby/rb-gstreamer/Portfile b/ruby/rb-gstreamer/Portfile
index b1cb6b75d04..9d8b6a41bb0 100644
--- a/ruby/rb-gstreamer/Portfile
+++ b/ruby/rb-gstreamer/Portfile
@@ -2,10 +2,10 @@ PortSystem 1.0
PortGroup muniversal 1.0
PortGroup ruby 1.0
-ruby.setup {gstreamer ruby-gnome2} 1.1.3 extconf.rb \
+ruby.setup {gstreamer ruby-gnome2} 3.4.1 extconf.rb \
{ gstreamer/README gstreamer/sample } \
sourceforge:ruby-gnome2
-revision 1
+revision 0
maintainers {kimuraw @kimuraw}
platforms darwin
description Ruby/GStreamer is a Ruby binding for GStreamer.
@@ -13,7 +13,7 @@ long_description Ruby/GStreamer is a Ruby binding for GStreamer.
categories-append gnome
license LGPL-2
checksums md5 8fa5a2b35f45df722df599fb0765b069 \
- rmd160 7f78bd36632bf5547000a92304cefd368da9ad98 \
+ rmd160 81c5e95fcfb9aeed46920cd55460dad90abb82aa \
sha1 f99af53f020136a1e1162e97c792343cd97a9a45
# generate glib-enum-types.h at glib/src (for test)
pre-configure {
@@ -40,3 +40,5 @@ post-configure {
test.cmd ${ruby.bin}
test.target -C gstreamer test/run-test.rb
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-gobject-introspection
diff --git a/ruby/rb-haml/Portfile b/ruby/rb-haml/Portfile
index d3677c21b54..5a240687e6f 100644
--- a/ruby/rb-haml/Portfile
+++ b/ruby/rb-haml/Portfile
@@ -1,9 +1,9 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup haml 3.0.25 gem
+ruby.setup haml 5.1.2 gem
conflicts rb-haml-edge
-revision 1
+revision 0
maintainers nomaintainer
description Haml and Sass: markup languages for HTML and CSS
long_description \
@@ -24,4 +24,12 @@ homepage http://haml-lang.com
master_sites http://rubygems.org/downloads/
checksums md5 88da935b08a8458d453a65da1a93f4de \
sha1 71fba1c7deefc237af6712388b1240aeed5e2113 \
- rmd160 5c34251668d422d2d75480f44ba06fc38c90e2a6
+ rmd160 9e74f05655b7819eab153e891edb3bae1c278b3f
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-nokogiri \
+ port:rb${ruby.suffix}-rails \
+ port:rb${ruby.suffix}-rbench
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-temple \
+ port:rb${ruby.suffix}-tilt
diff --git a/ruby/rb-haml-edge/Portfile b/ruby/rb-haml-edge/Portfile
index cdf6ef1399d..572a9fe1413 100644
--- a/ruby/rb-haml-edge/Portfile
+++ b/ruby/rb-haml-edge/Portfile
@@ -1,9 +1,9 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup haml-edge 2.3.251 gem
+ruby.setup haml-edge 3.1.79 gem
conflicts rb-haml
-revision 1
+revision 0
maintainers nomaintainer
description Haml and Sass: markup languages for HTML and CSS (bleeding edge)
long_description \
@@ -24,4 +24,4 @@ homepage http://haml-lang.com
master_sites http://rubygems.org/downloads/
checksums md5 649a903fd30b12513f97403e2b45b102 \
sha1 143d032ef3a1a7920b39d370ca5832179065523c \
- rmd160 97bba5374c52d8b75985ed130405041351474b62
+ rmd160 7c9ff41a88ac57e5effd0e6c0b9ee41db78872b9
diff --git a/ruby/rb-highline/Portfile b/ruby/rb-highline/Portfile
index 30bd6aa85ab..0ce5b7f3737 100644
--- a/ruby/rb-highline/Portfile
+++ b/ruby/rb-highline/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup highline 1.5.2 gem {} rubygems
+ruby.setup highline 2.0.3 gem {} rubygems
maintainers nomaintainer
description A high-level IO library.
long_description A high-level IO library that provides validation, type \
@@ -13,6 +13,10 @@ license {GPL-2 Ruby}
supported_archs noarch
checksums md5 10940b08add2173252b267d1919cd5b6 \
sha1 2b1d6b3088d91df2fd955928731fb0aabdb3817f \
- rmd160 4994a380da10d1938424aa8062b508208edc32cf
+ rmd160 f0631d366164ee92368d6ca8976a5d093b0efcfd
platforms darwin
homepage https://github.com/JEG2/highline
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-bundler \
+ port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-rake
diff --git a/ruby/rb-image_science/Portfile b/ruby/rb-image_science/Portfile
index 587be4e7240..011f3cd4e29 100644
--- a/ruby/rb-image_science/Portfile
+++ b/ruby/rb-image_science/Portfile
@@ -1,16 +1,19 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup image_science 1.1.3 gem {} rubygems
+ruby.setup image_science 1.3.1 gem {} rubygems
license MIT
maintainers nomaintainer
description Ruby library that generates thumbnails
long_description ${description}
checksums md5 b03791c25b4ef5ee0323a23ca15aae09 \
sha1 cc6670364f63bd1ee13bb39eaf2f7176c1097c69 \
- rmd160 b673d11645a90f67bf33cf6c5a54dbc5435d199f
+ rmd160 65de0562681c77ff153cff02957e121ee9c4ff9c
platforms darwin
depends_run-append port:freeimage \
port:rb-rubyinline \
port:rb-hoe
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-hoe \
+ port:rb${ruby.suffix}-rdoc
diff --git a/ruby/rb-innate/Portfile b/ruby/rb-innate/Portfile
index 5a227d4ff17..7852ca7a3dd 100644
--- a/ruby/rb-innate/Portfile
+++ b/ruby/rb-innate/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup innate 2009.10 gem {} rubygems
+ruby.setup innate 2015.10.28 gem {} rubygems
maintainers nomaintainer
categories-append www devel
@@ -12,7 +12,7 @@ homepage https://github.com/manveru/innate
platforms darwin
checksums md5 78e30a90c4126c7a40e8df1159f9616b \
- rmd160 f45ff1a5c3789d74e63c46f759916569f47cf787 \
+ rmd160 7dae2d0b3d7aa8b462296740e2d573f098ae2508 \
sha1 0e4400f8aaa525eb9558e912c094e950b4da89e0
depends_lib port:rb-rack
diff --git a/ruby/rb-json_pure/Portfile b/ruby/rb-json_pure/Portfile
index 8976a80c953..9c95d8aba62 100644
--- a/ruby/rb-json_pure/Portfile
+++ b/ruby/rb-json_pure/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup json_pure 1.4.6 gem {} rubygems
-revision 2
+ruby.setup json_pure 2.2.0 gem {} rubygems
+revision 0
description This is a JSON implementation in pure Ruby.
long_description \
This is a implementation of the JSON specification according to RFC 4627. \
@@ -15,7 +15,7 @@ homepage http://flori.github.com/json/
platforms darwin
checksums md5 efc352b7e48263cba1d4e7d96c7721b1 \
sha1 9fe74cdffaba077e1209f9222e8b7ddd282966df \
- rmd160 2ce9c5c4315c330a0f9dac5592e4c8d6c134efc6
+ rmd160 d05f25d75c429e27589ce5bb7498e3e2018e8f64
# avoid conflict against a command from port:rb-json
ruby.link_binaries no
@@ -27,3 +27,6 @@ post-destroot {
}
}
}
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-test-unit
diff --git a/ruby/rb-launchy/Portfile b/ruby/rb-launchy/Portfile
index 8478be69005..a06d2c9c6f1 100644
--- a/ruby/rb-launchy/Portfile
+++ b/ruby/rb-launchy/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup launchy 0.3.3 gem {} rubygems
-revision 1
+ruby.setup launchy 2.4.3 gem {} rubygems
+revision 0
maintainers nomaintainer
categories-append devel
@@ -15,7 +15,14 @@ platforms darwin
supported_archs noarch
checksums md5 467abcff90841c06faae6941f0a66910 \
- rmd160 a760e0107b5887174e42538bd176e16da4d99c61 \
+ rmd160 048abd0f9ba5f1fb5daae49098a9a952e933320a \
sha1 b2e4e990d59c89d2a4fabf99a722586966328553
depends_lib-append port:rb-rake port:rb-configuration
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-rdoc
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-addressable \
+ port:rb${ruby.suffix}-spoon
diff --git a/ruby/rb-lazylist/Portfile b/ruby/rb-lazylist/Portfile
index e457cdcd5a9..16cc258a501 100644
--- a/ruby/rb-lazylist/Portfile
+++ b/ruby/rb-lazylist/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup lazylist 0.2.1 gem {} rubygems
+ruby.setup lazylist 0.3.2 gem {} rubygems
license GPL-2
maintainers nomaintainer
description Implementation of lazy lists for ruby
@@ -14,3 +14,5 @@ long_description This class implements lazy lists (or streams) for Ruby. Suc
of memory for the second usage.
checksums md5 121b48bde4db3492475e17d19ade02c2
platforms darwin
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-dslkit
diff --git a/ruby/rb-lockfile/Portfile b/ruby/rb-lockfile/Portfile
index 859427b899d..6f9c8f6564f 100644
--- a/ruby/rb-lockfile/Portfile
+++ b/ruby/rb-lockfile/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup lockfile 1.4.3 gem {} rubygems
-revision 1
+ruby.setup lockfile 2.1.3 gem {} rubygems
+revision 0
license {Ruby GPL-2}
maintainers nomaintainer
description A ruby library for creating NFS safe lockfiles.
@@ -14,4 +14,4 @@ homepage https://github.com/ahoward/lockfile
checksums md5 53a63206bbaefb7106db5a74a5adf148 \
sha1 828710234b7ccc87744e9386749b8e2d0657ff41 \
- rmd160 fe2ffc3f245b2af75c581038af85e72f79d0cfcf
+ rmd160 fc35efa95a73dd9dc8986d632c5ec3644ae16e0b
diff --git a/ruby/rb-mini_portile/Portfile b/ruby/rb-mini_portile/Portfile
index e81b8bd4a67..950cc65fb2c 100644
--- a/ruby/rb-mini_portile/Portfile
+++ b/ruby/rb-mini_portile/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup mini_portile 0.5.1 gem {} rubygems
+ruby.setup mini_portile 0.6.2 gem {} rubygems
revision 0
maintainers {kimuraw @kimuraw} openmaintainer
description Simplistic port-like solution for developers
@@ -13,5 +13,5 @@ platforms darwin
homepage http://nokogiri.org/
checksums md5 cb8c0f8e9f3777289613198d0abef699 \
sha1 d05bb17e987d7c6a0482a01420ed17d1bf6a3d7f \
- sha256 efa9058711e1d382b29fd413c728dc2b49c8e6492b558677a17faadf20b54e31 \
- rmd160 6dd604b506f796a22faf993cc961774511919541
+ sha256 5c60cd85db3df6b279e9a6807954c596dc0ced359a10fcd9b49969a6aa8d7d40 \
+ rmd160 bd061310e779322f911e7a5569430150894e097d
diff --git a/ruby/rb-nanoc/Portfile b/ruby/rb-nanoc/Portfile
index 911a0101ab2..e25ba54d996 100644
--- a/ruby/rb-nanoc/Portfile
+++ b/ruby/rb-nanoc/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup nanoc 3.1.3 gem
-revision 1
+ruby.setup nanoc 4.11.14 gem
+revision 0
maintainers nomaintainer
description A Ruby site compiler that produces static HTML
long_description \
@@ -16,6 +16,14 @@ homepage http://nanoc.stoneship.org/
master_sites http://rubygems.org/downloads/
checksums md5 940c80e92c05e318c0746769fc3969c2 \
sha1 6a31449e1eb8980835ce050ca6d7355cb0025889 \
- rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+ rmd160 02675b65f4dcab8c386e2e6d3c4303dc797a7eb6
depends_run-append port:rb-nanoc3
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-addressable \
+ port:rb${ruby.suffix}-colored \
+ port:rb${ruby.suffix}-nanoc-cli \
+ port:rb${ruby.suffix}-nanoc-core \
+ port:rb${ruby.suffix}-parallel \
+ port:rb${ruby.suffix}-tty-command \
+ port:rb${ruby.suffix}-tty-which
diff --git a/ruby/rb-net-scp/Portfile b/ruby/rb-net-scp/Portfile
index 55d486f8dcf..953e6a3c451 100644
--- a/ruby/rb-net-scp/Portfile
+++ b/ruby/rb-net-scp/Portfile
@@ -1,13 +1,16 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup net-scp 1.0.1 gem {} rubygems
+ruby.setup net-scp 2.0.0 gem {} rubygems
license MIT
maintainers nomaintainer
description A pure-Ruby implementation of the SCP client protocol
long_description ${description}
checksums md5 4355d61bccb5cf492d1297701f54eaab \
sha1 84c9a895ad203d496262eb24b8f981482d18cfe1 \
- rmd160 96bbe869696f292f886ab003d6ceaa0d2fcf90af
+ rmd160 67198f9bbdb670b525e688066530ece8f26e3b01
platforms darwin
homepage https://github.com/net-ssh/net-scp
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-mocha \
+ port:rb${ruby.suffix}-test-unit
diff --git a/ruby/rb-net-sftp/Portfile b/ruby/rb-net-sftp/Portfile
index 78f7ee73d19..ee635e5096c 100644
--- a/ruby/rb-net-sftp/Portfile
+++ b/ruby/rb-net-sftp/Portfile
@@ -1,13 +1,16 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup net-sftp 2.0.2 gem {} rubygems
+ruby.setup net-sftp 2.1.2 gem {} rubygems
license MIT
maintainers nomaintainer
description A pure Ruby implementation of the SFTP client protocol
long_description ${description}
checksums md5 1153ab84a10a17f6eec187e456fab71c \
sha1 e38d1c9b3697d9854c24fcdc3cf7bad6a3e5f7c4 \
- rmd160 20ba6be49d08e212b3c00f0c7105e317f96ea3ac
+ rmd160 d0317c5370a8c16eedc1e1ee9e4696c44ec15045
platforms darwin
homepage https://github.com/net-ssh/net-sftp
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-mocha \
+ port:rb${ruby.suffix}-test-unit
diff --git a/ruby/rb-net-ssh/Portfile b/ruby/rb-net-ssh/Portfile
index 0634f11c4c1..c9f817c4918 100644
--- a/ruby/rb-net-ssh/Portfile
+++ b/ruby/rb-net-ssh/Portfile
@@ -1,13 +1,21 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup net-ssh 2.0.14 gem {} rubygems
+ruby.setup net-ssh 5.2.0 gem {} rubygems
license MIT
maintainers nomaintainer
description A pure-Ruby implementation of the SSH2 client protocol
long_description ${description}
checksums md5 ef2e16b0cbe1ee09b1e4118905c992f4 \
sha1 05aad2cd0af4ecaa009fa7d94ed22ab8d99277f7 \
- rmd160 e6044ef9115558b49605d09e6e498aeb4a26c1d7
+ rmd160 afc7d16163a18fb36e53b5e53dd36982078c59cf
platforms darwin
homepage http://net-ssh.github.io/net-ssh/
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-bcrypt_pbkdf \
+ port:rb${ruby.suffix}-bundler \
+ port:rb${ruby.suffix}-ed25519 \
+ port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-mocha \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-rubocop
diff --git a/ruby/rb-net-ssh-gateway/Portfile b/ruby/rb-net-ssh-gateway/Portfile
index 15f134bd28d..65f7b8cfdfb 100644
--- a/ruby/rb-net-ssh-gateway/Portfile
+++ b/ruby/rb-net-ssh-gateway/Portfile
@@ -1,13 +1,18 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup net-ssh-gateway 1.0.1 gem {} rubygems
+ruby.setup net-ssh-gateway 2.0.0 gem {} rubygems
license MIT
maintainers nomaintainer
description A simple library to assist in establishing tunneled Net::SSH connection
long_description ${description}
checksums md5 7b2a6e3b250c23872b4179f2ddc941af \
sha1 d45f7e0d26fc37cecc77243760b8e1a4d165d93b \
- rmd160 dce96b5eff1b94d44fb3f4b6594fff0c3540ae50
+ rmd160 6f78d46e5dc711441970ceda0ed27d97a02df29f
platforms darwin
homepage https://github.com/net-ssh/net-ssh-gateway
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-bundler \
+ port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-mocha \
+ port:rb${ruby.suffix}-rake
diff --git a/ruby/rb-poppler/Portfile b/ruby/rb-poppler/Portfile
index fbcd82a94d9..1de5440ad50 100644
--- a/ruby/rb-poppler/Portfile
+++ b/ruby/rb-poppler/Portfile
@@ -2,10 +2,10 @@ PortSystem 1.0
PortGroup muniversal 1.0
PortGroup ruby 1.0
-ruby.setup {poppler ruby-gnome2} 1.1.3 extconf.rb \
+ruby.setup {poppler ruby-gnome2} 3.4.1 extconf.rb \
{ poppler/README poppler/sample } \
sourceforge:ruby-gnome2
-revision 3
+revision 0
maintainers {kimuraw @kimuraw}
platforms darwin
description Ruby/Poppler is a Ruby binding of poppler-glib.
@@ -13,7 +13,7 @@ long_description Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append gnome
license LGPL-2
checksums md5 8fa5a2b35f45df722df599fb0765b069 \
- rmd160 7f78bd36632bf5547000a92304cefd368da9ad98 \
+ rmd160 2e0c0e6234c7b7dbc0a51c6020138c99bb5d13c6 \
sha1 f99af53f020136a1e1162e97c792343cd97a9a45
configure.env RUBYOPT=-rvendor-specific
configure.args --strict poppler
@@ -40,3 +40,6 @@ post-configure {
test.cmd ${ruby.bin}
test.target -C poppler test/run-test.rb
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-cairo-gobject \
+ port:rb${ruby.suffix}-gio2
diff --git a/ruby/rb-rails/Portfile b/ruby/rb-rails/Portfile
index bc3190c4f34..07b8344b365 100644
--- a/ruby/rb-rails/Portfile
+++ b/ruby/rb-rails/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup rails 2.3.5 gem {} rubygems
-revision 1
+ruby.setup rails 6.0.2.1 gem {} rubygems
+revision 0
categories-append www devel
maintainers nomaintainer
description Ruby web-application framework for the MVC pattern.
@@ -13,7 +13,7 @@ long_description Rails is a web-application framework for the MVC pattern \
on CGI, FastCGI, and mod_ruby.
checksums md5 d09038cee224b1a51ae50eff772cd8f2 \
sha1 e341aba6d1be9ec89ffe924a960e2c56c073954c \
- rmd160 6807ad6bbf04949e0f866ce05da0b321600572ea
+ rmd160 d71c9f259c091ec910ff751a232c78e392f8fc34
platforms darwin
depends_lib-append port:rb-rake \
@@ -23,3 +23,14 @@ depends_lib-append port:rb-rake \
port:rb-actionmailer \
port:rb-activeresource \
port:rb-sqlite3
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-actioncable \
+ port:rb${ruby.suffix}-actionmailbox \
+ port:rb${ruby.suffix}-actiontext \
+ port:rb${ruby.suffix}-actionview \
+ port:rb${ruby.suffix}-activejob \
+ port:rb${ruby.suffix}-activemodel \
+ port:rb${ruby.suffix}-activestorage \
+ port:rb${ruby.suffix}-bundler \
+ port:rb${ruby.suffix}-railties \
+ port:rb${ruby.suffix}-sprockets-rails
diff --git a/ruby/rb-rake/Portfile b/ruby/rb-rake/Portfile
index 5a598351850..5ba35e4062d 100644
--- a/ruby/rb-rake/Portfile
+++ b/ruby/rb-rake/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup rake 0.8.7 gem {} rubygems
-revision 2
+ruby.setup rake 13.0.1 gem {} rubygems
+revision 0
categories-append devel
license MIT
platforms darwin
@@ -23,6 +23,6 @@ long_description This package contains Rake, a simple ruby build \
installed on target systems.
checksums md5 d9eb83525310ad1a0e8a3eeddfe3c65f \
sha1 91daad079d404b68a7dd179716b9fdd0c195144c \
- rmd160 1c41208b3bf8fba5a89a7b156eb862c4cf6278f0
+ rmd160 029768001b7750e5147dae26c0ad466e3def2ea3
universal_variant no
diff --git a/ruby/rb-rmail/Portfile b/ruby/rb-rmail/Portfile
index fa65f47ecf2..cf1dc620835 100644
--- a/ruby/rb-rmail/Portfile
+++ b/ruby/rb-rmail/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup rmail 1.0.0 gem {} rubygems
+ruby.setup rmail 1.1.3 gem {} rubygems
categories-append mail
license BSD
maintainers nomaintainer
@@ -17,7 +17,7 @@ homepage http://www.rfc20.org/rubymail/
checksums md5 c94a6595a71aec61da5723699caea38c \
sha1 0c946e2e7daf5468a338ce42177f52bd4f89eb82 \
- rmd160 9a6069172ac6bed7355c0f4b4325ec8cea4582bc
+ rmd160 72eb712f6fbe172dee7e3893dd9e2b3a1dda0638
test.run yes
test.cmd ${ruby.bin} tests/runtests.rb
diff --git a/ruby/rb-rspec/Portfile b/ruby/rb-rspec/Portfile
index cb688d1b8f4..4f666403cf6 100644
--- a/ruby/rb-rspec/Portfile
+++ b/ruby/rb-rspec/Portfile
@@ -1,14 +1,18 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup rspec 1.1.11 gem {} rubygems
-revision 1
+ruby.setup rspec 3.9.0 gem {} rubygems
+revision 0
license MIT
maintainers nomaintainer
description Behaviour Driven Development framework for Ruby
long_description ${description}
checksums md5 04d59c2b715fe97a5763d7abf322afbb \
sha1 075fa05b9f864a1a081632445827f287102a8534 \
- rmd160 40ec791e226c9b50f733983cfd19774feac7ab5f
+ rmd160 ae15590c7a72b0df00351a7231e381067c895cec
platforms darwin
homepage http://rspec.info/
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-rspec-core \
+ port:rb${ruby.suffix}-rspec-expectations \
+ port:rb${ruby.suffix}-rspec-mocks
diff --git a/ruby/rb-ruby-debug-base/Portfile b/ruby/rb-ruby-debug-base/Portfile
index 3aeacb349a2..2c73a3a08c5 100644
--- a/ruby/rb-ruby-debug-base/Portfile
+++ b/ruby/rb-ruby-debug-base/Portfile
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup ruby-debug-base 0.9.3 gem {} rubygems
+ruby.setup ruby-debug-base 0.10.4 gem {} rubygems
platforms darwin
categories-append devel
@@ -19,4 +19,4 @@ homepage https://github.com/ruby-debug/
checksums md5 9ba1ffabdf823225397834f3b64b83d5 \
sha1 96138d1287846f4ae23515de304f386f79c953c8 \
- rmd160 ef1e4da6b3474fd1e883c90e72b3afe3ec6bf0c9
+ rmd160 6a0e4cfeb9ce0d4ed208e2a004874bea51c6400d
diff --git a/ruby/rb-slave/Portfile b/ruby/rb-slave/Portfile
index 83b4372422c..7f6db31f446 100644
--- a/ruby/rb-slave/Portfile
+++ b/ruby/rb-slave/Portfile
@@ -1,13 +1,13 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup slave 1.2.1 gem {} rubygems
+ruby.setup slave 1.3.2 gem {} rubygems
maintainers nomaintainer
description Ruby class to fork processes and starting a DRb server.
long_description ${description}
checksums md5 7d7d7efb584b4581ad1494d2229f09c5 \
sha1 b6974b87307ebb0071bbd2611546e7bf6bfd3050 \
- rmd160 2874f5e23b8c19109c7179710833fdcd0a66901e
+ rmd160 5fc692fe7695890c14f016f730ae86ed03ccf1fd
platforms darwin
homepage https://github.com/ahoward/slave
diff --git a/ruby/rb-snmp/Portfile b/ruby/rb-snmp/Portfile
index da42dc2b972..8e9ab77094f 100644
--- a/ruby/rb-snmp/Portfile
+++ b/ruby/rb-snmp/Portfile
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup snmp 1.0.1 gem {} rubygems
+ruby.setup snmp 1.3.2 gem {} rubygems
platforms darwin
maintainers nomaintainer
description SNMP library implemented in ruby
@@ -17,3 +17,8 @@ long_description This library implements SNMP (the Simple Network \
checksums md5 03917ca123adb7827b2aa75304953a28
depends_lib-append port:rb-gem_plugin
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-bundler \
+ port:rb${ruby.suffix}-minitest \
+ port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-rdoc
diff --git a/ruby/rb-stream/Portfile b/ruby/rb-stream/Portfile
index fa2b23afed5..f087c11631b 100644
--- a/ruby/rb-stream/Portfile
+++ b/ruby/rb-stream/Portfile
@@ -1,8 +1,8 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup stream 0.5 gem {} rubygems
-revision 1
+ruby.setup stream 0.5.2 gem {} rubygems
+revision 0
maintainers nomaintainer
license {Ruby GPL-2}
description Extended External Iterators
@@ -11,3 +11,8 @@ long_description Extended External Iterators (forward and backward). \
the module comes from.
checksums md5 3e9dca987b799b1db4bd59dc713df8e9
platforms darwin
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-rake \
+ port:rb${ruby.suffix}-rdoc \
+ port:rb${ruby.suffix}-test-unit \
+ port:rb${ruby.suffix}-yard
diff --git a/ruby/rb-term-ansicolor/Portfile b/ruby/rb-term-ansicolor/Portfile
index 5472db60326..aa8b5d244b6 100644
--- a/ruby/rb-term-ansicolor/Portfile
+++ b/ruby/rb-term-ansicolor/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup term-ansicolor 1.0.4 gem {} rubygems
+ruby.setup term-ansicolor 1.7.1 gem {} rubygems
license GPL-2
maintainers nomaintainer
@@ -11,5 +11,11 @@ homepage http://flori.github.com/term-ansicolor
platforms darwin
checksums md5 19e0fd34944da6c58769d43d030a0c6c \
- rmd160 d637b212c193168263516fdbf99cc44b2422c90c \
+ rmd160 534e683f7712586444f497e0ece172b8eb95f35f \
sha1 13164176e602bbc3d8fc83d969762bde1e3f89f8
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-gem_hadar \
+ port:rb${ruby.suffix}-simplecov \
+ port:rb${ruby.suffix}-test-unit
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-tins
diff --git a/ruby/rb-tweetstream/Portfile b/ruby/rb-tweetstream/Portfile
index 812d0cb3f4f..8cd8ea49047 100644
--- a/ruby/rb-tweetstream/Portfile
+++ b/ruby/rb-tweetstream/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup tweetstream 1.0.4 gem {} rubygems
+ruby.setup tweetstream 2.6.1 gem {} rubygems
revision 0
maintainers {kimuraw @kimuraw} openmaintainer
description A RubyGem to access the Twitter Streaming API.
@@ -12,6 +12,13 @@ license MIT
depends_lib-append port:rb-twitter-stream port:rb-daemons
checksums md5 d1d73e3f2ea8cff65a092497d7bf72bc \
sha1 05f94a47502ee7aa520847cc89a90f2441f47b9f \
- rmd160 a1e77474c4391105c300dce42666290d2e9c1a76
+ rmd160 6fbdb0cde25591d9584b59a7366146e81212c794
platforms darwin
+#TODO: Move this
+depends_test-append port:rb${ruby.suffix}-bundler
+#TODO: Move this
+depends_lib-append port:rb${ruby.suffix}-em-http-request \
+ port:rb${ruby.suffix}-em-twitter \
+ port:rb${ruby.suffix}-multi_json \
+ port:rb${ruby.suffix}-twitter
diff --git a/ruby/rb-twitter-stream/Portfile b/ruby/rb-twitter-stream/Portfile
index faa129acdcd..80a841d621d 100644
--- a/ruby/rb-twitter-stream/Portfile
+++ b/ruby/rb-twitter-stream/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup ruby 1.0
-ruby.setup twitter-stream 0.1.14 gem {} rubygems
+ruby.setup twitter-stream 0.1.16 gem {} rubygems
license MIT
maintainers {kimuraw @kimuraw} openmaintainer
description Simple Ruby client library for twitter streaming API.
@@ -15,5 +15,5 @@ depends_lib-append port:rb-eventmachine \
checksums md5 dfb7a7548a0d54f5affc05136a339f58 \
sha1 7947e8df96408e1fd535ae82bf632997f7534702 \
- rmd160 f118795035fe8f326c32939e82a32e315955d744
+ rmd160 ae3242c063df7e855f9b1276811ad2e74cd9bdb1
platforms darwin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment