Commit graph

486949 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
7dcc757371 Update to 0.43
Changes:	https://metacpan.org/changes/distribution/IO-Pager
2019-09-30 11:30:51 +00:00
Sunpoet Po-Chuan Hsieh
1455b770a8 Add p5-Test-HTTP-LocalServer 0.68
Test::HTTP::LocalServer implements a tiny web server suitable for running "live"
tests of HTTP clients against it. It also takes care of cleaning %ENV from
settings that influence the use of a local proxy etc.

Use this web server if you write an HTTP client and want to exercise its
behaviour in your test suite without talking to the outside world.

WWW: https://metacpan.org/release/Test-HTTP-LocalServer
2019-09-30 11:30:05 +00:00
Sunpoet Po-Chuan Hsieh
5d09dbcd9b Move textproc/rubygem-sassc-rails to textproc/rubygem-sassc-rails-rails52
- Add PKGNAMESUFFIX
2019-09-30 11:15:39 +00:00
Sunpoet Po-Chuan Hsieh
1910e06a4a Add rubygem-sassc-rails-rails50 2.1.2 (copied from rubygem-sassc-rails) 2019-09-30 11:15:33 +00:00
Sunpoet Po-Chuan Hsieh
387f07ad9f Add rubygem-sassc-rails-rails5 2.1.2 (copied from rubygem-sassc-rails) 2019-09-30 11:15:28 +00:00
Sunpoet Po-Chuan Hsieh
21b5ccd52c Add rubygem-sassc-rails-rails4 2.1.2 (copied from rubygem-sassc-rails) 2019-09-30 11:15:22 +00:00
Sunpoet Po-Chuan Hsieh
efefcdf4d4 Move devel/rubygem-sprockets-rails to devel/rubygem-sprockets-rails-rails4
- Take maintainership
2019-09-30 11:15:17 +00:00
Rene Ladan
721738180f bsd.java.mk: unregister expired java/linux-oracle-jdk9 and java/linux-oracle-jdk10 2019-09-30 11:12:10 +00:00
Alexander Nedotsukov
cc73d622a1 Update to 435.21 2019-09-30 11:11:06 +00:00
Kai Knoblich
f79be15dc2 databases/py-redis: Update to 3.2.1
* Switch MASTER_SITES back to PyPI as it's the preferred way for Python
  ports and all relevant files are supplied with the sdist.

* Sort variables according to the PHB by moving the OPTIONS block further
  down.

Changelog:

https://github.com/andymccurdy/redis-py/blob/3.2.1/CHANGES

Info about backwards incompatible changes since 3.0.0:

https://github.com/andymccurdy/redis-py/blob/3.2.1/CHANGES#L72

PR:		237237
Submitted by:	koobs (maintainer)
Reported by:	sunpoet
Approved by:	koobs (maintainer)
2019-09-30 10:20:00 +00:00
Piotr Kubaj
4844133c9d science/InsightToolkit: fix build with GCC-based architectures
Compiling with GCC requires changes in pkg-plist.

Approved by:    tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D21428
2019-09-30 10:14:18 +00:00
Piotr Kubaj
5a8f64b8ad games/openrct2: fix build with Clang 9, add USES=xorg, update objects and title-sequences
Merge upstream patch (by jbeich) to fix build with Clang 9.

Add USES=xorg.

Update objects and title-sequences.

Submitted by:	jbeich (LLVM9 patch)
Approved by:	tcberner (mentor)
2019-09-30 10:08:36 +00:00
Alexey Dokuchaev
ae502cef1c Update `graphics/milton' to version 1.9.0.
Reported by:	portscout
2019-09-30 10:06:34 +00:00
Kai Knoblich
1135a91bbd databases/py-rb, devel/py-eventlib: Use py-redis2 instead py-redis
Change RUN_DEPENDS to devel/py-redis2 as preparation for the upcoming update
of databases/py-redis to 3.x as both ports aren't compatible with the newer
py-redis version.

PR:		237237
Approved by:	sunpoet (maintainer)
2019-09-30 09:42:50 +00:00
Dmitry Marakasov
604dfb37ce - Update WWW
Approved by:	portmgr blanket
2019-09-30 09:38:28 +00:00
Kai Knoblich
a2c85be5df [NEW PORT]: databases/py-redis2
Repocopy databases/py-redis to databases/py-redis2 to have the latest
version of the 2.x release branch for a while.

Use it also as a fallback if some consumers have issues with the upcoming
update of databases/py-redis to the 3.x release.

PR:		237237
Approved by:	koobs (maintainer)
2019-09-30 09:36:11 +00:00
Vinícius Zavam
ba131b2380 sysutils/py-borgmatic: update 1.3.20 to 1.3.21 2019-09-30 09:33:07 +00:00
Tijl Coosemans
9443da294a Update to 3.6.10.
Also revert r508194 (-Wl,-z,notext on i386).  The problem has been fixed
upstream.
2019-09-30 09:16:21 +00:00
Michael Gmelin
1f04bcd099 Fix use of implode() to avoid warnings when running on newer versions
of PHP.

See also https://www.php.net/manual/en/function.implode.php
Committed with minor changes.

PR:		240931
Submitted by:	lutz@donnerhacke.de
2019-09-30 09:12:53 +00:00
Kirill Ponomarev
b4789211bf Disable native CPU support and hence some advanced instructions to
prevent breakage execution with some older CPUs

Reported by:	avg
2019-09-30 09:07:19 +00:00
Emanuel Haupt
590788486e Add py-openbrokerapi 3.2.6, package for the V2 CF Service Broker API and
Open Broker API.
2019-09-30 08:29:57 +00:00
Jan Beich
a7a310c79a math/suitesparse: simplify
- Allow using Clang again (base libomp.so or OpenMP disabled)
- Respect C++ library if using GCC (must be libc++ on Clang architectures)
- Respect CFLAGS/CXXFLAGS in subdirectories using CMake
- Respect BLAS/LAPACK choice (actually use OpenBLAS)
- Enable Intel threading building blocks support
- Switch to vendor build/install targets
- Adjust plist for new items (GraphBLAS, Mongoose, DOCS)
- Skip running demos during build

PR:		240899
Tested by:	pkubaj
Approved by:	fortran (thierry)
MFH:		2019Q4
2019-09-30 08:17:43 +00:00
Alexey Dokuchaev
3aaae59d2c Update `audio/flacon' to version 5.5.1.
Reported by:	portscout
2019-09-30 08:08:25 +00:00
Emanuel Haupt
c862d280c4 Update to 1.19.0 2019-09-30 06:57:29 +00:00
Kurt Jaeger
3c852dbd3b devel/pecl-uploadprogress: Resurrect port with fixes for php7X
The port was removed due to PHP 5.6 being EOL.

A project hosting an updated version is available on PHP's Github:
https://github.com/php/pecl-php-uploadprogress.

PR:		239321
Submitted by:	Daniel Morante <daniel@morante.net>
2019-09-30 06:47:51 +00:00
Jochen Neumeister
986afdc6e0 Update to 4.9.1
Sponsored by:	Netzkommune GmbH
2019-09-30 06:11:46 +00:00
Antoine Brodin
110de4a35d Mark BROKEN
net-snmp_wrap.c:11400:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
         PyDict_SetItemString(d,"SNMP_DEFAULT_AUTH_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
                                                                                    ^
net-snmp_wrap.c:11402:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
         PyDict_SetItemString(d,"SNMP_DEFAULT_PRIV_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
                                                                                    ^

Reported by:	pkg-fallout
2019-09-30 05:47:06 +00:00
Antoine Brodin
49d0de437d Fix plist (and unbreak fusefs-sshfs)
Reported by:	pkg-fallout
2019-09-30 05:39:18 +00:00
Sunpoet Po-Chuan Hsieh
4dccb7c27a Avoid using %% in Makefile 2019-09-30 05:33:46 +00:00
Sunpoet Po-Chuan Hsieh
9ac90e38b4 Avoid using %% in Makefile 2019-09-30 05:33:42 +00:00
Sunpoet Po-Chuan Hsieh
f08e440145 Document the removal of expired ports
- textproc/py-openpyxl24
- textproc/rubygem-elasticsearch-api6
- textproc/rubygem-elasticsearch-transport6
- textproc/rubygem-elasticsearch-xpack6
- textproc/rubygem-elasticsearch6
2019-09-30 05:19:05 +00:00
Sunpoet Po-Chuan Hsieh
a1125e5eb6 Remove expired textproc/rubygem-elasticsearch6 2019-09-30 05:17:59 +00:00
Sunpoet Po-Chuan Hsieh
4669829674 Remove expired textproc/rubygem-elasticsearch-xpack6 2019-09-30 05:17:42 +00:00
Sunpoet Po-Chuan Hsieh
b93905cf7d Remove expired textproc/rubygem-elasticsearch-transport6 2019-09-30 05:17:27 +00:00
Sunpoet Po-Chuan Hsieh
bbec8505b7 Remove expired textproc/rubygem-elasticsearch-api6 2019-09-30 05:17:13 +00:00
Sunpoet Po-Chuan Hsieh
6ee5648ea1 Remove expired textproc/py-openpyxl24 2019-09-30 05:17:02 +00:00
Koichiro Iwao
fffce72703 devel/lua-cjson: Revert ?= for USES and COMMENT
as they're required for the slave ports.

PR:		239989
Reported by:	sunpoet
2019-09-30 04:47:52 +00:00
TAKATSU Tomonari
bce6642e99 - Update to 0.23-5 2019-09-30 04:44:53 +00:00
Cy Schubert
e7f678a40f Prepare for the deprecation of libXp, which has been deorbited by
our upstream: remove the libXp dependency.

Reported by:	zeising
2019-09-30 04:35:19 +00:00
Sunpoet Po-Chuan Hsieh
04285e2733 Remove devel/py-pip-tools3 2019-09-30 04:34:36 +00:00
Tobias Kortkamp
87abe5ff6b sysutils/runit-faster: Update to 2.1.3.4
Changes:	https://github.com/t6/freebsd-runit/releases/tag/v2.1.3.4
2019-09-30 04:33:17 +00:00
Sunpoet Po-Chuan Hsieh
b75ab78db5 Update to 2019.09.29 2019-09-30 04:28:21 +00:00
Sunpoet Po-Chuan Hsieh
62050c7373 Fix build on powerpc* with Clang
PR:		240696
Submitted by:	pkubaj
2019-09-30 04:19:22 +00:00
Sunpoet Po-Chuan Hsieh
cc592b5a3c Workaround to avoid using /usr/lib32 over /usr/lib
PR:		239725
Reported by:	bofh
Submitted by:	leres
2019-09-30 04:19:17 +00:00
Sunpoet Po-Chuan Hsieh
9182cc1b4e Update to 5.3.3
Changes:	https://github.com/jupyter/jupyter_client/blob/5.x/docs/changelog.rst
2019-09-30 04:19:12 +00:00
Sunpoet Po-Chuan Hsieh
08e4098353 Update to 0.82
Changes:	https://metacpan.org/changes/distribution/Toadfarm
2019-09-30 04:19:06 +00:00
Sunpoet Po-Chuan Hsieh
a68636a78e Update to 0.19
Changes:	https://metacpan.org/changes/distribution/HTML-Scrubber
2019-09-30 04:19:01 +00:00
Sunpoet Po-Chuan Hsieh
367985510a Update to 1.03
- Update COMMENT
- Add LICENSE_FILE
- Sort PLIST
- Update pkg-descr

Changes:	https://metacpan.org/changes/distribution/Text-Trim
2019-09-30 04:18:55 +00:00
Sunpoet Po-Chuan Hsieh
3da9797454 Update to 1.58
Changes:	https://metacpan.org/changes/distribution/Text-Template
2019-09-30 04:18:50 +00:00
Sunpoet Po-Chuan Hsieh
5d29e483ea Update to 1.89
Changes:	https://metacpan.org/changes/distribution/Alien-Build
2019-09-30 04:18:45 +00:00