21374 Commits

Author SHA1 Message Date
rpointel
d7e8ec88e1 update jd-gui to 1.6.3. 2019-09-13 08:05:44 +00:00
jsing
231683932a Update devel/go-sys.
This updates devel/go-sys to a point around the Go 1.13 release.

ok abieber@ sthen@
2019-09-12 18:49:45 +00:00
bket
1f410137f8 Update CVE entry for net/openconnect. 2019-09-12 14:17:34 +00:00
bluhm
41ff140477 update p5-File-Find-Object-Rule to 0.3.4
from wen heping
2019-09-11 21:49:09 +00:00
ajacoutot
798b807dd0 PORTROACH: only track version 2. 2019-09-11 17:53:53 +00:00
espie
625fc42366 no cookie for kili, forgot to cvs add
no build -> no bump
2019-09-11 14:50:46 +00:00
jsg
ef53c288a1 update to cppcheck 1.89
tested by Hiltjo Posthuma ok gsoares@
2019-09-11 03:22:39 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
kili
641bb4e738 Add a quirk to avoid collisions after switching ghc to @define-tag/@tag.
From espie@, who is currently afk.
2019-09-10 13:50:33 +00:00
jca
c64dc40473 Sort PLIST
from Brad
2019-09-09 21:15:16 +00:00
kmos
597ab8d80e Update devel/py-arrow 0.14.5 -> 0.14.7
From Wen Heping. Thank you!
2019-09-09 19:23:48 +00:00
stsp
84436284e9 update to got-0.15
- use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
- obtain repo format version and commit author name/email from .git/config
- fix line-wrap for lines spanning the terminal in tog diff view
- make 'got status' ignore inaccessible directories (reported by semarie)
- unstage may need to write to repository; fix unveil(2) call accordingly
- fix modified files not shown by 'got status' after committing staged changes
2019-09-08 17:10:21 +00:00
jca
cbb02a6e7f Update to llvm-8.0.1
Similar diff from Brad; bulk build by ajacoutot@
2019-09-08 10:40:39 +00:00
chrisz
8a2d18eacb Update to 19.0, which supports OCaml 4.08.
OK (ports-wise) jca@
2019-09-07 17:11:53 +00:00
ajacoutot
35afd9118b +libsigc++30 2019-09-07 15:52:14 +00:00
ajacoutot
930acab8c5 Import libsigc++30-3.0.0.
(can be installed alongside devel/libsigc++-2)

libsigc++ implements a typesafe callback system for standard C++. It
allows you to define signals and to connect those signals to any
callback function, either global or a member function, regardless of
whether it is static or virtual.

ok robert@
2019-09-07 15:51:00 +00:00
rsadowski
fda31e0b1d Update kdevelop to 5.4.2 2019-09-06 20:28:24 +00:00
jcs
b6b49e3692 += ruby-shims 2019-09-06 17:06:47 +00:00
jcs
fe3da9707e Import ruby-shims, a small utility to dynamically switch Ruby
versions on a per-directory basis

ok jeremy
2019-09-06 17:02:02 +00:00
sthen
b682128e6d regen patches; no pkg change 2019-09-06 14:51:46 +00:00
landry
a8d8838b00 Update to proj 6.2.0. 2019-09-05 15:47:24 +00:00
martijn
3d0c0d1ee9 Hook up mail/opensmtpd-filters
Unhook mail/opensmtpd-filter-rspamd and mail/opensmtpd-filter-senderscore

register pkg renaming from filter-* to opensmtpd-filter-*.

Idea OK gilles@
OK sthen@
2019-09-04 12:33:52 +00:00
jca
19fe03522c Remove g77 and libf2c
g77 was a fortran compiler based off gcc3.  Remove it since it isn't
used any more by the ports tree.

ok naddy@
2019-09-04 09:37:49 +00:00
landry
c711fa76b0 Use libc 0.2.63 for sparc64, reminded by semarie@ 2019-09-04 06:31:08 +00:00
semarie
fc944f3a11 keep libc-rs >= 0.2.63 for sparc64 compatibility
it is a manual setting to have while upstream doesn't use higher libc-rs
version.

don't bump REVISION as the build on sparc64 doesn't work with older
version, and on others platforms it doesn't change anything.
2019-09-04 06:18:20 +00:00
landry
15a0e0ca1a Update to cbindgen 0.9.1, required by gecko 70. 2019-09-03 18:33:39 +00:00
stsp
9a2d4b1cdc update to got-0.14
- fix tag_list test failure on single-day-digit dates (patch by Evan Silberman)
- prevent theoretical double-free with non-OpenBSD asprintf (found by jasper@)
- fix NULL deref in got_error_from_errno via got_error_uuid (found by jasper@)
- make tog release its work tree lock before going into main loop
- 'got stage' writes to repository, fix unveil(2) call accordingly
2019-09-03 15:27:43 +00:00
ajacoutot
cd6f04e6b7 Update to glib2-2.60.7. 2019-09-03 07:32:34 +00:00
thfr
03330b1cae +nuget 2019-09-02 18:12:43 +00:00
thfr
cd5d9a875d import devel/nuget, the package manager for .NET
tweaks and ok abieber@

Description:

NuGet is the package manager for .NET. The NuGet client tools provide the
ability to produce and consume packages. The NuGet Gallery is the central
package repository used by all package authors and consumers.

For .NET (including .NET Core), the Microsoft-supported mechanism for sharing
code is NuGet, which defines how packages for .NET are created, hosted, and
consumed, and provides the tools for each of those roles.

Put simply, a NuGet package is a single ZIP file with the .nupkg extension that
contains compiled code (DLLs), other files related to that code, and a
descriptive manifest that includes information like the package's version
number. Developers with code to share create packages and publish them to a
public or private host. Package consumers obtain those packages from suitable
hosts, add them to their projects, and then call a package's functionality in
their project code. NuGet itself then handles all of the intermediate details.
2019-09-02 18:11:46 +00:00
fcambus
c0b68671fb Update libbinio to 1.5. 2019-09-01 20:10:32 +00:00
jasper
fb2525e7aa update to xdg-2.2.5 2019-09-01 11:10:23 +00:00
jasper
8735ec905b update to py-ioflo-1.7.6 2019-09-01 09:51:37 +00:00
kmos
df2f83db09 Fix the missed 1 line change to PLIST in last commit
Bump REVISION
2019-09-01 05:00:23 +00:00
kmos
3cfffd7c57 Update devel/py-configargparse 0.12.0 -> 0.14.0
Original diff from maintainer Timo Myyra

Updated by myself to go to latest version and use MODPY_PYTEST
2019-09-01 03:17:28 +00:00
sthen
d9fb0a05e2 update to libev/p5-EV 4.27 2019-08-31 17:21:33 +00:00
sthen
2ecb31bb5e update to cvs-fast-export-1.48 2019-08-31 15:26:39 +00:00
semarie
0fb585e377 update libc-rs for include sparc64 compatibility
ok landry@
2019-08-30 12:24:00 +00:00
stsp
a0d4bf8d63 update to got-0.13
- fix several possible leaks, use after frees, and NULL derefs (hiltjo)
- tog: mbs2ws: fix sizeof of element for memory allocation (hiltjo)
- fix deletion of branches stored in packed-refs
- fix 'got log path' in a work tree with a path prefix (with Evan Silberman)
2019-08-30 08:31:57 +00:00
kmos
ea235e2da3 Update devel/py-yapf from 0.26.0 -> 0.28.0
From Paco Esteban. Thank you very much!
2019-08-28 22:29:50 +00:00
landry
d758a9147d Update to nspr 4.22.
add a bunch of patches from #1575821 to fix building tests (regressed by
#1535665)
2019-08-28 13:38:14 +00:00
kmos
00a29dcd8a Update devel/py-arrow 0.14.2 -> 0.14.5
From Paco Esteban. Thank you very much!
2019-08-27 23:02:55 +00:00
landry
de2125a0eb Update to buildbot/buildslave 2.4.0. 2019-08-27 15:35:55 +00:00
ajacoutot
44804e8963 Update to meson-0.51.2. 2019-08-27 11:08:55 +00:00
pamela
0bc4a09873 Register py-mastodon.py python2 removal
OK danj@
2019-08-27 03:21:32 +00:00
kn
31a819f791 Update to git 2.23.0
Lots of fixes and improvements, new git-switch(1) and git-restore(1):
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.23.0.txt

`WANTLIB += charset' comes through `git fast-export/import' now "handl[ing]
commits with log messages in encoding other than UTF-8 better".

Add myself as second maintainer while here.

OK benoit
2019-08-26 23:35:24 +00:00
pamela
52612a27da Add removal of py2 port as obsolete package reason
suggestion danj, input juanfra
OK kn, espie, kmos
2019-08-26 17:51:38 +00:00
stsp
cc7952dcc4 update to got-0.12
- add support for path arguments to 'got cat'
- make 'got log -p path' display patches for the specified path only
- allow creating branches based on commit IDs
- prevent deletion of the work tree's current branch
- detect and ignore Git submodules
- indicate non-existent path arguments in 'got status'
- make 'got diff' error for non-existent path arguments
- make 'got tag -l' list tags by time stamp in descending order
- fix reading pack index files with large offsets (patch by Hiltjo Posthuma)
2019-08-26 13:26:47 +00:00
afresh1
88b583267f +p5-Params-ValidationCompiler +p5-Specio +p5-Test2-Plugin-NoWarnings 2019-08-25 23:10:03 +00:00
afresh1
389e08b363 Import devel/p5-Params-ValidationCompiler
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.

From wen heping <wenheping2000 () hotmail ! com>
Cleanup and OK cwen@
2019-08-25 23:09:01 +00:00