Commit graph

311449 commits

Author SHA1 Message Date
mef
693ef499cd (devel/R-devtools) Updated to 2.1.0 to 2.2.2
(pkgsrc changes)
 - Add three DEPENDS, and add 6 TEST_DEPENDS. But test needs more.

(upstream changes)
# devtools 2.2.1

* New `options("devtools.ellipsis_action")` option added to control the action
  of ellipsis in devtools. This should be one of
  - `rlang::abort` - to emit an error if arguments are unused
  - `rlang::warn` - to emit a warning if arguments are unused
  - `rlang::inform` - to emit a message if arguments are unused
  - `rlang::signal` - to emit a message if arguments are unused
  Using `rlang::signal` will produce no output unless the custom condition is
  caught, so it is the best way to retain backwards compatibility with devtools
  behavior prior to 2.2.0.
  The default behavior was also changed to issue a
  warning rather than an error if any arguments are unused, as there are some
  cases where devtools does not need to install the package, so unused
  arguments are false positives (#2109).

* `install()` now throws an error when it fails, as intended (#2120)

* `install()` now again reloads and re-attaches packages if they were
  previously loaded (#2111).

* `release()` no longer calls the deprecated `dr_devtools()` (#2105)

* `test()` now explicitly passes `stop_on_failure = FALSE` to
  `testthat::test_dir()` (@jameslamb, #2099)

# devtools 2.2.0

## New Features

* `create()` added back, the RStudio IDE uses `create()` in the create packages
  dialog, so removing it in version 2.1.0 broke old versions of the IDE.

* New `dev_sitrep()` function to return information about your development
  environment and diagnose common problems. The former functions
  `dr_devtools()` and `dr_github()` have been deprecated. (#1970)

* All functions taking `...` now use the ellipsis package. This catches errors
  when arguments are misspelled or incorrectly specified (#2016)

## Minor improvements and fixes

* `build_vignettes()` now correctly installs the vignette builder if it is not
  already installed (#2089).

* `dev_sitrep()` now uses the same endpoint to detect the current RStudio
  version as the IDE (#2050).

* `document()` gains a `quiet` parameter, to silence output and `check()` now
  passes its quiet argument to it (#1986).

* Add the DT package as a dependency, so that `test_coverage()` and
  `test_coverage_file()` work without having to install additional packages
  (#2085).

* `check_man()` now succeeds when `tools::undoc()` returns empty results
  (#1944).

* `check_win_*()` functions gain a `email` argument, so temporarily change the
  email the check results will be sent to (#1723).

* `install()` now explicitly unloads packages before trying to install a new
  version (#2094).

* All `install_*()` functions now attach build tools to the PATH, which makes them work on
  Windows when RTools is not on the default PATH (#2093).

* `test_coverage_file()` now works when there is not a 1 to 1 correspondence
  between test and source files (#2011).

* `release()` now works again when `pkg` is not the current working directory
  (#1974).

* `release()` now works without error when `options("repos")` is unnamed (#1956).
* `create()` added, the RStudio IDE uses `create()`, so removing it in version 2.1.0
  broke old versions of the IDE.

* In several places `http:` URLs were used instead of `https:`, the most
  critical being in the `cran_mirror`, `cran_pacakges`, and `cran_submission_url`
  values which could have enabled discrete activity disclosure and person-in-the-middle
  attacks (i.e. changing the contents while uploading/downloading). All `http:`
  URLS have been changed to `https:` URLs. (@hrbrmstr, #2091)
2020-02-09 12:08:55 +00:00
mef
63ad9fbd21 Added devel/R-rversions version 2.0.1 2020-02-09 11:58:49 +00:00
mef
149d77b585 devel/R-rversions: import R-rversions-2.0.1
Query the main 'R' 'SVN' repository to find the versions 'r-release'
and 'r-oldrel' refer to, and also all previous 'R' versions and their
release dates.
2020-02-09 11:56:43 +00:00
mef
8987f08d11 doc: Updated math/R-ellipsis to 0.3.0 2020-02-09 11:53:58 +00:00
mef
ee1aa43caa (math/ellipsis) Updated to 0.3.0
# ellipsis 0.3.0
* `check_dots_used()`, `check_dots_unnamed()`, and `check_dots_empty()` gain an
  `action` argument, to specify if they should error, warn, message or signal
  when the dots meet the condition.
2020-02-09 11:53:47 +00:00
jdolecek
2cc90486d5 add gmodule-2.0 (part of glib2) to the list of required/linked libs, so
that libglade link succeds on Darwin/macOS - it uses
g_module_build_path()/g_module_open()
2020-02-09 11:34:15 +00:00
ryoon
118a765466 Updated multimedia/vlc to 3.0.8nb4 2020-02-09 11:32:07 +00:00
ryoon
5048852040 Use the same Lua version for library and luac to fix runtime error
* Bump PKGREVISION.
2020-02-09 11:31:35 +00:00
jdolecek
7cf666c1bf rename libglade patches to nowadays form with the patches file name 2020-02-09 11:28:13 +00:00
wiz
0ee4624384 doc/TODO: add some
+ ImageMagick-7.0.9.22, calibre-4.10.1, http-parser-2.9.3,
  libcdr-0.1.6, libzip-1.6.1, mame-0.218, py-mercurial-5.3,
  py-setuptools-45.2.0, py-zipp-2.2.0
2020-02-09 10:49:54 +00:00
fox
ac3d458b09 audio/fasttracker2: Update to v1.08
Changes since v1.07:

v1.08 - 08.02.2020
- Critical bugfix: Saved instruments (.xi) would end up being broken!
- Linux bugfix: Loading a song by passing it to the executable's argument from a
  terminal wouldn't work in most cases...
- macOS/Linux bugfix: Don't show ".." directory when you are in root
- Code fix: We don't want our main instrument/sample structs to be packed, only
  the ones used during saving/loading of songs/instruments. This doesn't change
  the behavior of the FT2 clone, but it prevents unaligned pointer access in the
  replayer and other routines.
- Small optimizations to pattern data rendering, those routines are quite slow!
- Updated HOW-TO-COMPILE.txt
2020-02-09 08:34:48 +00:00
mef
36f884f330 (www/R-crosstalk) Deleting, sorry, already exists at textproc 2020-02-09 01:27:07 +00:00
mef
c4debf4790 www/R-crosstalk: import R-crosstalk-1.0.0
Provides building blocks for allowing HTML widgets to communicate with
each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.
2020-02-09 01:24:48 +00:00
rillig
ebdd858b44 doc/guide: explain how to track down where the CFLAGS are ignored 2020-02-09 00:44:25 +00:00
rillig
c7e011039b print/cups-base: remove unknown configure options 2020-02-09 00:06:53 +00:00
rillig
f094fd5e50 security/libtasn1: remove unknown configure options
The package does not mention the word "packager" anymore.
2020-02-08 23:57:51 +00:00
kamil
db2bf9548d doc: Updated www/seamonkey to 2.49.5nb3 2020-02-08 23:00:44 +00:00
kamil
ed5758f10b seamonkey: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 22:59:55 +00:00
nia
1ec5caf1d1 warzone2100: Resolve build issues and remove leftover GNU build system goo. 2020-02-08 22:59:32 +00:00
kamil
92466ac140 doc: Updated mail/thunderbird to 68.4.2nb1 2020-02-08 22:36:37 +00:00
kamil
bd4dda449b thunderbird: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 22:36:24 +00:00
kamil
ef85fac9a1 doc: Updated mail/thunderbird60 to 60.9.1nb2 2020-02-08 22:30:45 +00:00
kamil
dc181d7d52 thunderbird60: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 22:30:17 +00:00
jdolecek
9cd395f1db add FreeBSD patch to export couple more symbols from libnio for Jenkins,
found and provided by Mike Pumfold
2020-02-08 22:26:42 +00:00
kamil
d508f6158f doc: Updated mail/thunderbird52 to 52.9.1nb7 2020-02-08 22:20:36 +00:00
kamil
303ab8f929 thunderbird52: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 22:20:26 +00:00
kamil
413c45d780 Import patches/patch-nsprpub_pr_src_pthreads_ptsynch.c 2020-02-08 22:12:22 +00:00
kamil
cba25423bd doc: Updated www/firefox to 72.0.2nb1 2020-02-08 22:12:02 +00:00
kamil
b12d171a4d firefox: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 22:11:53 +00:00
kamil
1299ad45bd doc: Updated www/firefox68 to 68.4.2nb1 2020-02-08 22:06:48 +00:00
kamil
fbf48b008c firefox68: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 22:06:38 +00:00
kamil
eebb3799db Remove leftover file from distinfo 2020-02-08 22:01:36 +00:00
kamil
db5e94e01f doc: Updated www/firefox60 to 60.9.0nb3 2020-02-08 21:54:51 +00:00
kamil
cc60aab7de firefox60: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 21:54:30 +00:00
kamil
cfc5bd2013 Include patch-nsprpub_pr_src_pthreads_ptsynch.c 2020-02-08 21:47:42 +00:00
kamil
5545e3f3ad doc: Updated www/firefox52 to 52.9.0nb21 2020-02-08 21:45:33 +00:00
kamil
86f9c705f7 firefox52: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.

Problems detected on NetBSD 9.99.46.
2020-02-08 21:44:59 +00:00
wiedi
650a5250e8 doc: Updated editors/nano to 4.8 2020-02-08 20:19:49 +00:00
wiedi
63f808922c nano: update to 4.8
2020.02.07 - GNU nano 4.8 "Jaška"
• When something is pasted into nano, auto-indentation is suppressed,
  and the paste can be undone as a whole with a single M-U.
• When a lock file is encountered during startup, pressing ^C/Cancel
  quits nano.  (Pressing 'No' just skips the file and continues.)
• Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.
  Making any such binding dismisses the default behavior of ignoring
  Shift for all Meta+letter keystrokes.
• The configuration option --with-slang (to be avoided when possible)
  can now be used only together with --enable-tiny.
• A custom nanorc file can be specified on the command line, with
  -f filename or --rcfile=filename.

2019.12.23 - GNU nano 4.7 "Havikskruid"
• A <Tab> will indent a marked region only when mark and cursor are
  on different lines.
• Two indentations (any mix of tabs and spaces) are considered the
  same when they look the same (that is: indent to the same level).
• When using --breaklonglines or ^J, a line will never be broken in
  its leading whitespace or quoting.
• The keywords in nanorc files must be in lowercase.

2019.11.29 - GNU nano 4.6 "And don't you eat that yellow snow"
• The 'formatter' command has returned, bound by default to M-F.
  It allows running a syntax-specific command on the contents of
  the buffer.
• ^T will try to run 'hunspell' before 'spell', because it checks
  spellling for the locale's language and understands UTF-8.
• Multiple errors or warnings on startup will no longer slow nano
  down but will be indicated on the status bar with trailing dots.

2019.10.04 - GNU nano 4.5 "Košice"
• The new 'tabgives' command allows you to specify per syntax what
  the <Tab> key should produce: some spaces, a hard TAB, ...
• The output of --help is properly aligned again for all languages.
• <Tab> will indent a marked region also when M-} has been rebound.
2020-02-08 20:19:01 +00:00
wiz
4816a74bff qr-code-generator: add upstream pull request URL as comments 2020-02-08 17:50:03 +00:00
wiz
d2a8c771e6 doc: Updated graphics/qr-code-generator to 1.4.0nb1 2020-02-08 17:47:35 +00:00
wiz
336f6048c8 qr-code-generator: update to 1.4.0nb1.
Honor LDFLAGS. Fixes RELRO build.
2020-02-08 17:47:26 +00:00
fcambus
4feabadc0f asciiquarium: switch HOMEPAGE and MASTER_SITES to HTTPS, take maintainership. 2020-02-08 17:30:22 +00:00
fcambus
d0bd7d7d0d *: reset MAINTAINER, email address does not exist anymore. 2020-02-08 17:21:14 +00:00
fcambus
af8adee24c doc: Updated lang/yabasic to 2.86.4 2020-02-08 17:12:37 +00:00
fcambus
d38706eee3 yabasic: update to 2.86.4.
ChangeLog:

Version 2.86.4 (January 1, 2020)
  - Fix for do-loop / continue
2020-02-08 17:12:27 +00:00
nia
9bf183a541 qca2: Update HOMEPAGE 2020-02-08 16:58:08 +00:00
nia
19b472a839 doc: Updated audio/libmysofa to 1.0 2020-02-08 16:35:04 +00:00
nia
adf42e51e5 libmysofa: Update to 1.0
- Fixed CVE-2020-6860
- Support for netcdf 4.7.2 generated files
- Support for user-defined variables
2020-02-08 16:34:55 +00:00
nia
145c92e77b doc: Removed graphics/adapta-gtk-theme 2020-02-08 16:15:11 +00:00