net/dropbox-api-command: Update to 2.09
This update brings support for Dropbox APIv2.
This is required since, according to dropbox, the API v1 will be
disabled on 28th June 2017:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
Convert LWP option (off by default) to FURL option (on by default)
as testing has revealed that without the p5-LWP-Protocol-https pkg
installed, the following error is given even if the FURL option in enabled.
$ dropbox-api sync dropbox:/ ~/Dropbox
2016-07-31T14:09:57 [WebService::Dropbox] [ERROR] https://api.dropboxapi.com/2/files/list_folder {"path":"","recursive":true} -> [501] LWP will support https URLs if the LWP::Protocol::https module is installed.
LWP will support https URLs if the LWP::Protocol::https module is installed.
PR: 211016
Reviewed by: mat (mentor)
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer timeout), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D7377
There are several OSVERSION checks but everything is specific to FreeBSD
so the entire block is wrapped with a single OPSYS check to minimize
changes to the makefile.
Approved by: OSVERSION/OPSYS blanket
- Switch to GH account used by Debian
- Update patch-cplay to remove upstreamed changes and add mpv support
- Add off-by-default dependency options for supported audio players
- Change to USES=python:-2.7; runtime testing with python3 failed
- shebangfix added to remove need for ${LOCALBASE}/bin/python symlink
- Add patch-po_fr.po to fix build error fr.po:78: 'msgid' and 'msgstr'
entries do not both end with '\n'
Reviewed by: adamw
Approved by: koobs, mat (mentors)
Relnotes: https://github.com/hukka/cplay/blob/v1.50/ChangeLog
Differential Revision: https://reviews.freebsd.org/D7200
the case $? needs to have the exit status of the grep, not the awk line,
so remove the awk line, it was not really helpful anyway.
Also, with slave ports, most of the time, they don't have
(PORT|DIST)VERSION, try to use CATEGORIES, PKGNAMEPREFIX or
PKGNAMESUFFIX.
PR: 211243
Submitted by: mat
Approved by: maintainer timeout
Sponsored by: Absolight
tl:dr; git grep -P now works.
Most package managers enable it by default, so enable it by default too.
PR: 211228
Submitted by: mat, knu
Approved by: maintainer (or timeout, see PR)
Sponsored by: Absolight
branch and release series. There should not be any further releases (nor
even snapshots) of GCC 4.9 going forward.
Adjust the download location etc accordingly.
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
This module has been folded into the core for rt-4.4, so remove the
RT44 option and make RT42 the default choice.
Remove patch-inc__Module__Install__RTx.pm -- upstream have applied the
fix.
The variable defined in it are now always available after including
bsd.port.pre.mk.
PR: 210666
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6933
- Mark BROKEN on 9.3
- We have no MASTER_SITES and no DISTFILES. Therefore these are empty.
PR: 211321
Submitted by: Tobias Kortkamp (maintainer)
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
MFH: 2016Q3 (ports-secteam build fix blanket)
Sndio is a small audio and MIDI framework part of the OpenBSD project.
It provides an lightweight audio & MIDI server and a fully documented
user-space API to access either the server or directly the hardware in
a uniform way. Sndio is designed to work for desktop applications,
but pays special attention to synchronization mechanisms and
reliability required by music applications. Reliability through
simplicity are part of the project goals.
WWW: http://www.sndio.org/
PR: 210124
Submitted by: Tobias Kortkamp <t@tobik.me>
Earlier today version 0.13 got released, but it turned out it contained
a pretty major bug in IPv6 address handling (which was also present in
previous versions). While we're at it, just do another release to tackle
that.
Detailed maintainer explanation:
Build time tests in the radamsa package are stochastic and
they experience sporadic failures. Simply remove them. They
are not necessary for radamsa to operate properly.
PR: 209792
Submitted by: jau@iki.fi
Reviewed by: riggs
- move from SF to new official repo at Github
- set LICENSE_FILE
- add 12 new dependencies
- remove do-patch section
- change BUILD_DEPENDS to RUN_DEPENDS
- apply shebangfix on tools/*
- add DOCS option
- submitter becomes maintainer
PR: 211061
Changes: https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
possible dependency change.
IO::Socket::IP is in core (as is its dependency, Socket). On reasonably
new versions of Perl (i.e. anything newer than FreeBSD's default),
the version of those modules in core is sufficient.
At this point, likely any hard dependency on p5-IO-Socket-IP or
p5-Socket is probably wrong.