142155 Commits

Author SHA1 Message Date
ajacoutot
970e01af72 Needs x11/dbus to build. 2019-11-08 14:28:48 +00:00
sthen
b6f00cdf7e unbreak fetching, upstream now has github.com/KiCad/kicad-18n instead of
github.com/KiCad/i18n.
2019-11-08 14:17:48 +00:00
sthen
4ce0173ff7 I had an @ask-update to warn about the syntax change, but have now decided
it's not worth it because "make update" from ports doesn't agree with this.
2019-11-08 14:03:43 +00:00
sthen
52d74a7d7d add getopt parsing and move SSH port-forwarding username from special
rsync://username@host/path syntax to "reposync -l username rsync://host/path",
also add -f to force an update even if ChangeLog didn't change.

change in port-forwarding syntax done to stop depending on an undocumented
rsync feature tracked down by naddy@.
2019-11-08 13:57:10 +00:00
rsadowski
96f1ee8f81 rm kwrite
There is no kwrite in the KDE project anymore
2019-11-08 13:44:27 +00:00
espie
ecaecae8b9 always go thru task->finalize properly. including task->end, so that pipes
get closed automatically

for init core, if tasks did fail, do not continue.
in particular, this avoids calling DPB::Var->get on a failed host.

thx sthen@ for noticing this
2019-11-08 13:42:17 +00:00
rsadowski
4c78ab62ff switch MASTER_SITES path to Attic (18.x.x is no longer in stable) 2019-11-08 13:38:38 +00:00
espie
17744e9830 less hackish: distfile shouldn't have an undef'd pkgname.
instead, make $v responsible for log_as_built so that packages
get logged and distfiles do not.
2019-11-08 13:06:00 +00:00
ajacoutot
2a06288cfd Update to exoscale-cli-1.6.0. 2019-11-08 11:58:19 +00:00
ajacoutot
a1947f5500 Update terraform providers. 2019-11-08 11:14:50 +00:00
kmos
8e977b4378 Move testing to using MODPY_PYTEST 2019-11-08 10:58:46 +00:00
fcambus
e7e89727a6 Fix broken HOMEPAGE and MASTER_SITES. 2019-11-08 10:27:56 +00:00
espie
8e8a04e74e allows disable recording again. make the file handling more explicit, since
open "just failing" is not THAT great.
noticed by  cwen@
2019-11-08 10:26:09 +00:00
fcambus
ec7c0ff5b1 Remove dependency on net/GeoIP.
pen still uses net/GeoIP for doing GeoIP lookups. As the functionality
isn't really useful with outdated databases, disable it and remove the
dependency on net/GeoIP.

There is a newer version available but it hasn't been updated to use
net/libmaxminddb yet.

OK sthen@, jca@
2019-11-08 10:24:21 +00:00
sthen
e9349ce552 update to khard-0.15.1, from maintainer Paco Esteban, ok kmos 2019-11-08 10:15:13 +00:00
ajacoutot
311ec7dcd6 Update to awscli-1.16.277. 2019-11-08 10:12:27 +00:00
ajacoutot
c3d12ef2b7 Update to py-boto3-1.10.13. 2019-11-08 10:12:12 +00:00
ajacoutot
4895c89b85 Update to py-botocore-1.13.13. 2019-11-08 10:11:51 +00:00
espie
d8f1105bba distfiles are also marked as built, but we don't want to log them. 2019-11-08 10:08:26 +00:00
rsadowski
4fb011ab78 update license comment and cleanup Makefile
Feedback from kmos@, sthen@ and Raf Czlonka (Thanks)
2019-11-08 09:56:52 +00:00
sthen
56a43d1648 check that reposync is run by uid owning the repo 2019-11-08 09:56:21 +00:00
sthen
b2ad5502af update to squid-4.9 2019-11-08 09:53:40 +00:00
naddy
bc3f2d2049 maintenance update to 1.1.0 and drop maintainership; ok kn@ fcambus@ 2019-11-08 09:46:48 +00:00
kmos
3253c84b93 Tests still need things from py-nose, restore it to TEST_DEPENDS 2019-11-08 09:34:55 +00:00
kmos
4d1e992ca6 Move testing from py-nose to MODPY_PYTEST. Drop now-unneeded py-nose
TEST_DEPENDS.
2019-11-08 09:30:23 +00:00
kmos
85a7e78783 Move testing from py-nose to MODPY_PYTEST. Drop now-unneeded py-nose
TEST_DEPENDS. Move from custom version to standard FIX_EXTRACT_PERMISSIONS
2019-11-08 09:09:19 +00:00
kmos
169943acb9 Added missing RUN_DEPENDS on devel/py-dtfabric
Sorted RUN_DEPENDS while here
2019-11-08 09:02:55 +00:00
ajacoutot
e52c0feb7a Unbreak build with meson >=0.52.0 2019-11-08 07:47:29 +00:00
ajacoutot
f104f056ab Unbreak build with meson >=0.52.0 2019-11-08 07:47:12 +00:00
ajacoutot
4427211658 Update to meson-0.52.0.
Tested in a bulk.
2019-11-08 07:46:31 +00:00
kmos
ffbd1ec4fd Fix tests by adding py-responses and py-rarfile to the TEST_DEPENDS
and enable MODPY_PYTEST
2019-11-07 21:58:27 +00:00
kmos
a67475c9e4 Hook py-responses and py-responses,python3 up to the build 2019-11-07 21:56:19 +00:00
kmos
d1ad53048f www/py-responses
Version 0.10.6

DESCR:
Responses is a utility for mocking out the Python Requests library.
It also provides a pytest fixture.

OK landry
2019-11-07 21:55:19 +00:00
kmos
04db4592c5 Hook py-cookies and py-cookies,python3 up to the build 2019-11-07 21:52:56 +00:00
fcambus
30101154cc Disable GeoIP lookups in Webalizer and remove dependency on net/GeoIP.
Webalizer hasn't had a release since 2014, and still uses net/GeoIP
for doing GeoIP lookups. As the functionality isn't really useful with
outdated databases, disable it and remove the dependency on net/GeoIP.

While there, switch HOMEPAGE and MASTER_SITES to HTTPS.

Users are encouraged to switch to www/goaccess for a general purpose
web log analyzer supporting GeoIP2 and GeoLite2 databases.

OK sthen@, jca@
2019-11-07 21:50:52 +00:00
kmos
91c958236c www/py-cookies
Version 2.2.1

DESCR:
cookies.py is a Python module for working with HTTP cookies: parsing
and rendering 'Cookie:' request headers and 'Set-Cookie:' response
headers, and exposing a convenient API for creating and modifying
cookies. It can be used as a replacement of Python's Cookie.py (aka
http.cookies).

Features

Rendering according to the excellent new RFC 6265 (rather than using
a unique ad hoc format inconsistently relating to unrealistic, very
old RFCs which everyone ignored). Uses URL encoding to represent
non-ASCII by default, like many other languages' libraries

Liberal parsing, incorporating many complaints about Cookie.py
barfing on common cookie formats which can be reliably parsed (e.g.
search 'cookie' on the Python issue tracker)

Well-documented code, with chapter and verse from RFCs (rather than
arbitrary, undocumented decisions and huge tables of magic values,
as you see in Cookie.py).

Test coverage at 100%, with a much more comprehensive test suite
than Cookie.py

OK landry
2019-11-07 21:50:47 +00:00
kmos
face704637 Hook py-rarfile and py-rarfile,python up to the build 2019-11-07 21:47:11 +00:00
kmos
6dba602bec archivers/py-rarfile
Version 3.1

DESCR:
rarfile is a Python module for RAR archive reading. The interface
is made as zipfile like as possible.

Supports both RAR3 and RAR5 format archives, multi volume archives,
Unicode filenames, password-protected archives, archive and file
comments, and archive parsing and non-compressed files handled with
pure Python code, Compressed files are extracted by executing either
unrar from RARLAB or bsdtar from libarchive.  Works with both Python
2.7 and 3.x.

ok landry
2019-11-07 21:45:52 +00:00
cwen
7d05a3fb48 bastet: fix a segfault at runtime on macppc, by using ports-gcc instead
of ports-clang, and as such remove ONLY_FOR_ARCHS. Also, remove
BROKEN-sparc64, as it seems it was not tried since ports-gcc-4.9 days,
as proposed by naddy.

OK naddy@
2019-11-07 21:39:31 +00:00
fcambus
1da3fb863b Register removal of pecl-geoip. 2019-11-07 21:13:41 +00:00
fcambus
30d97e03c0 Remove www/pecl-geoip.
The GeoIP/GeoLite databases are now legacy [1], so this module is not
useful anymore. Nothing in the ports tree uses it.

[1] https://blog.maxmind.com/2018/01/02/discontinuation-of-the-geolite-legacy-databases/

OK sthen@, jca@
2019-11-07 21:12:01 +00:00
kili
92f4d17585 Let libreoffice build with poppler-0.82.0.
ok robert@ (maintainer)
2019-11-07 18:44:39 +00:00
fcambus
02e1e4da1a Remove unnecessary RUN_DEPENDS on net/GeoIP.
It was wrongfully included since the port was imported, but it was never
necessary. Both the current version and the version at the time of import
only references GeoLite2 databases and use their own functions to do the
lookups.

OK rsadowksi@, jca@
2019-11-07 17:40:36 +00:00
jca
c4c177b612 Update to knot-2.9.0
2.9.0 release notes:
https://www.knot-dns.cz/2019-10-10-version-290.html

Very basic testing only.  If someone uses this port and wants to
maintain it please just say so.
2019-11-07 17:33:17 +00:00
sthen
6eba4dc420 update to py-cryptography 2.8 2019-11-07 17:23:10 +00:00
rsadowski
2e1641b79a add hidden dependency on textproc/discount as run/build-depends
This enables Markdown support in okular.

Found by espie@ in a bulk, thanks!
2019-11-07 16:58:27 +00:00
sthen
f32d3c3838 update to php-7.1.33 2019-11-07 16:47:22 +00:00
espie
1383885715 set aside -N for roach (new) instead of -n, because it's confusing
compared to conventional -n "don't do anything" in pkg tools.
2019-11-07 16:36:42 +00:00
espie
c8a64aecd9 have package building heed FTP_ONLY as well, as it makes things simpler 2019-11-07 16:34:57 +00:00
sthen
9809104c3f update to p5-Mail-Mime-1.10.5 2019-11-07 16:32:27 +00:00