pkgsrc/devel
wiz e3ca2f5ee9 gmake: update to 4.3nb1.
Version 4.3 (19 Jan 2020)

A complete list of bugs fixed in this version is available here:

https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=108&set=custom

* WARNING: Backward-incompatibility!
  Number signs (#) appearing inside a macro reference or function invocation
  no longer introduce comments and should not be escaped with backslashes:
  thus a call such as:
    foo := $(shell echo '#')
  is legal.  Previously the number sign needed to be escaped, for example:
    foo := $(shell echo '\#')
  Now this latter will resolve to "\#".  If you want to write makefiles
  portable to both versions, assign the number sign to a variable:
    H := \#
    foo := $(shell echo '$H')
  This was claimed to be fixed in 3.81, but wasn't, for some reason.
  To detect this change search for 'nocomment' in the .FEATURES variable.

* WARNING: Backward-incompatibility!
  Previously appending using '+=' to an empty variable would result in a value
  starting with a space.  Now the initial space is only added if the variable
  already contains some value.  Similarly, appending an empty string does not
  add a trailing space.

* NOTE: Deprecated behavior.
  Contrary to the documentation, suffix rules with prerequisites are being
  treated BOTH as simple targets AND as pattern rules.  Further, the
  prerequisites are ignored by the pattern rules.  POSIX specifies that in
  order to be a suffix rule there can be no prerequisites defined.  In this
  release if POSIX mode is enabled then rules with prerequisites cannot be
  suffix rules.  If POSIX mode is not enabled then the previous behavior is
  preserved (a pattern rule with no extra prerequisites is created) AND a
  warning about this behavior is generated:
    warning: ignoring prerequisites on suffix rule definition
  The POSIX behavior will be adopted as the only behavior in a future release
  of GNU make so please resolve any warnings.

* New feature: Grouped explicit targets
  Pattern rules have always had the ability to generate multiple targets with
  a single invocation of the recipe.  It's now possible to declare that an
  explicit rule generates multiple targets with a single invocation.  To use
  this, replace the ":" token with "&:" in the rule.  To detect this feature
  search for 'grouped-target' in the .FEATURES special variable.
  Implementation contributed by Kaz Kylheku <kaz@kylheku.com>

* New feature: .EXTRA_PREREQS variable
  Words in this variable are considered prerequisites of targets but they are
  not added to any of the automatic variable values when expanding the
  recipe.  This variable can either be global (applies to all targets) or
  a target-specific variable.  To detect this feature search for 'extra-prereqs'
  in the .FEATURES special variable.
  Implementation contributed by Christof Warlich <cwarlich@gmx.de>

* Makefiles can now specify the '-j' option in their MAKEFLAGS variable and
  this will cause make to enable that parallelism mode.

* GNU make will now use posix_spawn() on systems where it is available.
  If you prefer to use fork/exec even on systems where posix_spawn() is
  present, you can use the --disable-posix-spawn option to configure.
  Implementation contributed by Aron Barath <baratharon@caesar.elte.hu>

* Error messages printed when invoking non-existent commands have been cleaned
  up and made consistent.

* The previous limit of 63 jobs under -jN on MS-Windows is now
  increased to 4095.  That limit includes the subprocess started by
  the $(shell) function.

* A new option --no-silent has been added, that cancels the effect of the
  -s/--silent/--quiet flag.

* A new option -E has been added as a short alias for --eval.

* All wildcard expansion within GNU make, including $(wildcard ...), will sort
  the results.  See https://savannah.gnu.org/bugs/index.php?52076

* Interoperate with newer GNU libc and musl C runtime libraries.

* Performance improvements provided by Paolo Bonzini <pbonzini@redhat.com>

GNU make Developer News

* Import the GNU standard bootstrap script to replace the hand-rolled
  "make update" method for building code from a GNU make Git repository.

* Rework the source distribution to move source files into the src/*
  subdirectory.  This aligns with modern best practices in GNU.

* Replace local portability code with Gnulib content.  Unfortunately due to a
  problem with Gnulib support for getloadavg, this forces a requirement on
  Automake 1.16 or above in order to build from Git.  See README.git.
2021-05-02 19:03:52 +00:00
..
abseil abseil: updated to 20210324.1 2021-04-30 10:32:17 +00:00
accerciser
acme
acr
acunia-jam
adacurses adacurses: update PLIST 2021-04-05 08:32:09 +00:00
adocman
aegis revbump for boost-libs 2021-04-21 13:24:06 +00:00
afl
afl++
ald
alex Build and install the documentation 2021-04-23 04:35:50 +00:00
allegro
allegro5 allegro5: update to 5.2.7 2021-04-19 10:14:56 +00:00
amtk
anjuta *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
ant-contrib ant-contrib: Update to 1.0b3 2021-03-12 17:49:11 +00:00
apache-ant apache-ant: update to 1.10.10. 2021-04-20 16:15:39 +00:00
apache-ant15
apache-ant19
apache-ivy
apache-maven
apel
apenwarr-redo
appdata-tools revbump for textproc/icu 2021-04-21 11:40:12 +00:00
appstream-glib revbump for textproc/icu 2021-04-21 11:40:12 +00:00
apr
apr-util revbump for textproc/icu 2021-04-21 11:40:12 +00:00
arcanist Switch to use lang/php/json.mk. 2021-03-07 13:21:56 +00:00
arena
argp
argtable
as31 as31: remove dead master site 2021-04-21 08:41:05 +00:00
asio
aslc86k
asm2html
asmfmt Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
astyle
at-spi revbump for textproc/icu 2021-04-21 11:40:12 +00:00
at-spi2-atk at-spi2-atk: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:08:18 +00:00
at-spi2-core at-spi2-core: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:07:44 +00:00
atf
atk atk: Set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:07:06 +00:00
atkmm atkmm: updated to 2.28.1 2021-04-08 21:12:09 +00:00
autoconf
autoconf-archive
autoconf213
autogen revbump for textproc/icu 2021-04-21 11:40:12 +00:00
automake
automake14
automoc4
autosetup
avl
avltree avltree: remove dead master site 2021-04-21 08:39:56 +00:00
bam
bats
bcc
bfg
bglibs
bin86
binaryen binaryen: update to 101. 2021-04-17 20:04:24 +00:00
binutils
bison bison: update to 3.7.6. 2021-03-14 08:16:02 +00:00
blame
blib
blosc blosc: updated to 1.21.0 2021-03-07 13:45:18 +00:00
bmake
bmkdep
boa-constructor
boehm-gc
boost-build boost: updated to 1.76.0 2021-04-21 12:09:49 +00:00
boost-docs
boost-headers boost: updated to 1.76.0 2021-04-21 12:09:49 +00:00
boost-jam boost-jam: fix RELRO build 2021-04-22 21:41:52 +00:00
boost-libs devel/boost-libs: make the libbacktrace check nicer 2021-04-24 14:12:17 +00:00
boost-mpi boost: updated to 1.76.0 2021-04-21 12:09:49 +00:00
bpython bpython: updated to 0.21 2021-03-20 15:14:48 +00:00
breezy
buddy
bugzilla
bugzilla3
bullet
byacc byacc: update to 20210328. 2021-04-02 18:59:31 +00:00
bzr
bzr-explorer
bzr-gtk
bzr-svn
bzrtools
c++gsl
calltree-perl
capnproto devel/capnproto: import capnproto-0.8.0 2021-02-20 21:58:35 +00:00
capstone
catch
catch2
cbindgen cbindgen: Update to 0.19.0 2021-04-26 14:34:41 +00:00
cbrowser
ccache
cdecl cdecl: remove dead master sites 2021-04-21 08:38:49 +00:00
cdk
cervisia revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cfitsio revbump for boost-libs 2021-04-21 13:24:06 +00:00
cflow
cflow-mode
cfr
cgdb
cgen
check
chmlib
chrpath
clib
clion-bin
clisp-pcre
clisp-syscalls
clisp-wildcard
clisp-zlib
cloc cloc: update to 1.90. 2021-05-02 14:23:50 +00:00
cmake cmake: updated to 3.20.2 2021-04-30 06:45:13 +00:00
cmake-fedora
cmake-gui cmake: updated to 3.20.2 2021-04-30 06:45:13 +00:00
cmake-mode
cmocka
cmockery2
cmph
cobol-mode
coccinelle Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
coconut revbump for textproc/icu 2021-04-21 11:40:12 +00:00
codeville
cogito
colordiff
commit-patch
compiz-bcop revbump for textproc/icu 2021-04-21 11:40:12 +00:00
compizconfig-backend-gconf revbump for textproc/icu 2021-04-21 11:40:12 +00:00
concurrencykit
confuse
cook
cppcheck revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cppunit cppunit: Disable -Werror 2021-03-19 10:52:23 +00:00
cpputest
cproto
cpu_features
cpuflags
cqual
cre2
creduce revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cscope
cssc
ctemplate
cunit
cut
cutter revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cvs-fast-export
cvs2cl
cvs2html
cvs2svn
cvsclone
cvsd *: reset maintainer 2021-04-24 08:37:49 +00:00
cvsdiff2patch
cvsgraph
cvslock cvslock: remove dead master site 2021-04-21 08:37:59 +00:00
cvsps
cvsps3
cvsup-bin
cvsup-gui-bin
cvsutils
cvsync cvsync: remove dead master site 2021-04-21 08:37:05 +00:00
cxref
darcs revbump for boost-libs 2021-04-21 13:24:06 +00:00
darts
dconf *: Use the tools framework for gdbus-codegen 2021-05-02 11:06:12 +00:00
dconf-editor Update dconf-editor to 3.38.3 2021-04-15 19:55:06 +00:00
ddd
debugcon_printf
deepstate
deepstate-afl
deepstate-honggfuzz
deepstate-libfuzzer
deforaos-asm
deforaos-coder
deforaos-configure
deforaos-cpp
deforaos-libsystem
dejagnu
delta
dev86
devhelp *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
device-driver-doc-de
devIL
dia2code revbump for textproc/icu 2021-04-21 11:40:12 +00:00
diffbreaker
diffuse
diffutils
distcc
distcc-pump
distccmon-gnome revbump for textproc/icu 2021-04-21 11:40:12 +00:00
distccmon-gtk
dlcompat
dmake
dmalloc
doc++
dolphin-plugins revbump for textproc/icu 2021-04-21 11:40:12 +00:00
dotconf
doxygen revbump for textproc/icu 2021-04-21 11:40:12 +00:00
doxymacs revbump for textproc/icu 2021-04-21 11:40:12 +00:00
dumpet revbump for textproc/icu 2021-04-21 11:40:12 +00:00
easygit
ecb
eclipse
ecore revbump for boost-libs 2021-04-21 13:24:06 +00:00
edcommon revbump for textproc/icu 2021-04-21 11:40:12 +00:00
editline
editorconfig-core editorconfig-core: updated to 0.12.4 2021-03-20 18:52:45 +00:00
eet
egypt
eina
eio revbump for boost-libs 2021-04-21 13:24:06 +00:00
electric-fence
elf
elfcat
elfsh
elftoolchain
elib
emacs-ilisp
emacs20-elib
empty
epydoc
erlang-base64url
erlang-cache_tab
erlang-ezlib
erlang-fs
erlang-mqtree
errcheck Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
error
ETL
etrace
exctags
exempi revbump for boost-libs 2021-04-21 13:24:06 +00:00
ExmanIDE
extra-cmake-modules extra-cmake-modules: update to 5.81.0. 2021-04-26 15:25:34 +00:00
fann
fastdep
fhist
fifechan
fifengine revbump for boost-libs 2021-04-21 13:24:06 +00:00
flatbuffers
flatzebra
flex
flexdock
flim
florist
fortran-utils
fossil revbump for textproc/icu 2021-04-21 11:40:12 +00:00
frama-c revbump for textproc/icu 2021-04-21 11:40:12 +00:00
frink *: remove dead master site 2021-04-21 08:36:10 +00:00
fromcvs
ftnchek
g-wrap
gccmakedep
GConf revbump for textproc/icu 2021-04-21 11:40:12 +00:00
GConf-ui revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gconfmm revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gcvs
gdb
gdb7
gdbus-codegen glib2: updated to 2.68.1 2021-04-13 19:22:14 +00:00
gdl revbump for textproc/icu 2021-04-21 11:40:12 +00:00
geany geany: Update to 1.37.1 2021-04-08 11:20:07 +00:00
gearmand revbump for boost-libs 2021-04-21 13:24:06 +00:00
generate
gengetopt
gentle
gettext
gettext-asprintf
gettext-lib
gettext-m4
gettext-tools
gflags
gflib
giblib
gindent
git git: updated to 2.31.1 2021-03-31 08:04:21 +00:00
git-base revbump for boost-libs 2021-04-21 13:24:06 +00:00
git-contrib
git-cvs
git-docs git: updated to 2.31.1 2021-03-31 08:04:21 +00:00
git-filter-repo
git-gitk
git-lfs git-lfs: convert to a Go module build 2021-04-04 13:06:03 +00:00
git-remote-hg
git-svn
gitolite
glade *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
glib
glib2 glib2: updated to 2.68.1 2021-04-13 19:22:14 +00:00
glib2-tools
glibmm glibmm: mark python as build dependency 2021-04-13 09:10:02 +00:00
global revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gmake gmake: update to 4.3nb1. 2021-05-02 19:03:52 +00:00
gmp
gmtk revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gnatpython
gnome-common
gnustep-base revbump for boost-libs 2021-04-21 13:24:06 +00:00
gnustep-examples revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gnustep-make
gnustep-objc
gnustep-objc-lf2
go-afero Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-amber Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-appengine Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-argv Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-assert Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-blackfriday Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-buffruneio Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-bytebufferpool Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-cast Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-check Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-cli Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-cmp Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-cobra Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-colorable Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-colortext Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-colour Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-compress Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-consul-api Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-cpuid Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-debounce Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-ed25519 Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-emoji Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-errors Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-flags-svent Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-fnmatch Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-fs Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-fsnotify Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-fsync Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-gitmap Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-glog Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-gls Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-gocode Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-godef Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-godirwalk Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-godotenv Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-golang-lru Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-goorgeous Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-gopkgs Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-goptlib Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-goreturns Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-gospel Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-gox Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-hashstructure Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-homedir Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-humanize Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-i18n Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-immutable-radix Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-ini Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-iochan Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-isatty Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-jwalterweatherman Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-jwt-go Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-kingpin.v3-unstable Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-kr-pretty Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-levenshtein Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-locker Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-logrus Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-mapstructure Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-mapstructure-bep Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-mod Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-mow-cli Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-nbreader Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-nitro Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-osext Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-pflag Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-pkgconfig Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-properties Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-protobuf Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-pty Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-purell Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-quicktest Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-radix Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-ratelimit Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-repr Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-review Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-sanitized_anchor_name Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-shellwords Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-shuffle Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-siphash Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-spew Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-sync Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-sys Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-termbox Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-testify Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-textseg Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-thrift thrift: updated to 0.14.1 2021-04-12 19:23:27 +00:00
go-tmc Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-tools Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-try Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-viper Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-walker Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-wordwrap Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-xerrors Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-yaml Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
gob2
gobject-introspection gobject-introspection: updated to 1.68.0 2021-03-22 07:05:31 +00:00
golangci-lint Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
golint Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
google-api-go-client Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
google-glog google-glog: Update to 0.4.0 2021-02-20 20:46:13 +00:00
googletest
gopls gopls: update to 0.6.10. 2021-04-25 21:28:40 +00:00
Gorm revbump for textproc/icu 2021-04-21 11:40:12 +00:00
got
gperf
gperftools gperftools: updated to 2.9.1 2021-03-19 10:24:47 +00:00
gprbuild-aux
gps revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gputils
gradle gradle: Update to 6.8.3 2021-03-12 22:50:42 +00:00
grantlee
grantlee-qt5 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gsoap
gst-plugins0.10-pango
gst-plugins1-pango
gtexinfo
gtl
guile-bytestructures
guile-gcrypt
guile-git
guile-gnome revbump for textproc/icu 2021-04-21 11:40:12 +00:00
guile-lib
guile-slib
guile-www
guile22-slib
gyp gyp: Remove unused patches 2021-02-17 12:31:33 +00:00
happy Update to happy-1.20.0 2021-04-23 04:44:20 +00:00
haskell-mode
hdevtools
hdf
hdf5
hdf5-c++
heirloom-getopt
heirloom-libcommon
heirloom-what
hoe
honggfuzz
hptools
hs-ansi-terminal Update to ansi-terminal-0.11 2021-04-23 10:49:00 +00:00
hs-asn1-encoding Update PLIST 2021-04-23 10:21:21 +00:00
hs-asn1-parse Update PLIST 2021-04-23 10:21:21 +00:00
hs-asn1-types Update to asn1-types-0.3.4 2021-04-23 10:18:36 +00:00
hs-assoc Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:11:53 +00:00
hs-async Update to async-2.2.3 2021-04-23 09:55:49 +00:00
hs-base-compat Update to base-compat-0.11.2 2021-04-23 05:06:44 +00:00
hs-base-compat-batteries Update to base-compat-batteries-0.11.2 2021-04-23 08:33:28 +00:00
hs-base-orphans Update to base-orphans-0.8.4 2021-04-23 07:54:05 +00:00
hs-base-unicode-symbols Update PLIST 2021-04-23 10:50:16 +00:00
hs-basement Fix build with GHC 9 2021-04-23 09:26:55 +00:00
hs-bitarray Update PLIST 2021-04-23 10:21:21 +00:00
hs-blaze-builder Update to blaze-builder-0.4.2.1 2021-04-23 10:53:02 +00:00
hs-bytestring-builder Update PLIST 2021-04-23 17:48:43 +00:00
hs-call-stack Update to call-stack-0.3.0 2021-04-23 17:57:45 +00:00
hs-cereal Update PLIST 2021-04-23 09:53:40 +00:00
hs-cmdargs Update to cmdargs-0.10.21 2021-04-23 08:49:15 +00:00
hs-code-page Update to code-page-0.2.1 2021-04-23 15:44:40 +00:00
hs-colour Update PLIST 2021-04-23 09:16:26 +00:00
hs-conduit Update to conduit-1.3.4.1 2021-04-23 15:24:09 +00:00
hs-conduit-extra Import conduit-extra-1.3.5 2021-04-24 16:10:01 +00:00
hs-control-monad-free Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:11:53 +00:00
hs-cpphs Update to cpphs-1.20.9.1 2021-04-25 15:28:44 +00:00
hs-data-default Update PLIST 2021-04-23 10:54:31 +00:00
hs-data-default-class Update PLIST 2021-04-23 10:54:31 +00:00
hs-data-default-instances-base Update PLIST 2021-04-23 10:54:31 +00:00
hs-data-default-instances-containers Update PLIST 2021-04-23 10:54:31 +00:00
hs-data-default-instances-dlist Update PLIST 2021-04-23 10:54:31 +00:00
hs-data-default-instances-old-locale Update PLIST 2021-04-23 10:54:31 +00:00
hs-data-fix Import data-fix-0.3.1 2021-04-23 07:24:30 +00:00
hs-deepseq-generics Fix build with GHC 9 2021-04-23 11:03:27 +00:00
hs-dlist Update to dlist-1.0 2021-04-23 06:06:12 +00:00
hs-echo Update to echo-0.1.4 2021-04-23 09:14:44 +00:00
hs-either Update PLIST 2021-04-23 13:16:50 +00:00
hs-errors Update PLIST; drop dependency on hs-exceptions (which will be removed later) 2021-04-23 09:10:06 +00:00
hs-extensible-exceptions Update PLIST 2021-04-23 11:05:07 +00:00
hs-fail Update PLIST 2021-04-23 06:16:33 +00:00
hs-fgl Update to fgl-5.7.0.3 2021-04-23 17:54:46 +00:00
hs-file-embed Update to file-embed-0.0.13.0 2021-04-23 18:00:28 +00:00
hs-fingertree Update PLIST 2021-04-23 15:46:08 +00:00
hs-fsnotify Update PLIST 2021-04-23 13:07:39 +00:00
hs-generic-deriving Update to generic-deriving-1.14 2021-04-23 07:07:30 +00:00
hs-ghc-mtl Mark the package as BROKEN 2021-05-02 13:45:12 +00:00
hs-ghc-paths Update PLIST 2021-04-23 11:38:22 +00:00
hs-hashable Update to hashable-1.3.1.0 2021-04-23 04:50:04 +00:00
hs-hashtables Update to hashtables-1.2.4.1 2021-04-24 04:49:49 +00:00
hs-haskell-lexer Update to haskell-lexer-1.1 2021-04-23 10:29:08 +00:00
hs-haskell-src-exts Use tools framework for Haskell source preprocessors 2021-05-01 16:14:19 +00:00
hs-hint Update to hint-0.9.0.4 2021-04-23 12:19:26 +00:00
hs-hslua-module-system Update to hslua-module-system-0.2.2.1 2021-04-23 09:51:49 +00:00
hs-indexed-traversable Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:11:53 +00:00
hs-ipynb Update to ipynb-0.1.0.1 2021-04-23 09:38:28 +00:00
hs-libffi Update PLIST 2021-04-23 15:29:38 +00:00
hs-lifted-base Update PLIST 2021-04-23 12:23:00 +00:00
hs-lukko Update to lukko-0.1.1.3 2021-04-23 10:38:26 +00:00
hs-memory Fix build with GHC 9 2021-04-23 09:26:55 +00:00
hs-mmorph Update to mmorph-1.1.5 2021-04-23 12:27:42 +00:00
hs-monad-control Update PLIST 2021-04-23 12:23:00 +00:00
hs-MonadRandom Update to MonadRandom-0.5.3 2021-04-23 10:41:51 +00:00
hs-mono-traversable Update PLIST 2021-04-23 13:16:50 +00:00
hs-old-locale Update PLIST 2021-04-23 06:16:33 +00:00
hs-Only Update PLIST 2021-04-23 17:48:43 +00:00
hs-optparse-applicative Update to optparse-applicative-0.16.1.0 2021-04-23 16:41:34 +00:00
hs-parser-combinators Update to parser-combinators-1.3.0 2021-04-23 16:09:09 +00:00
hs-pretty-show Use tools framework for Haskell source preprocessors 2021-05-01 16:14:19 +00:00
hs-pretty-simple Import pretty-simple-4.0.0.0 2021-04-24 06:45:59 +00:00
hs-primitive Update to primitive-0.7.1.0 2021-04-23 04:58:10 +00:00
hs-QuickCheck Update to QuickCheck-2.14.2 2021-04-23 10:46:52 +00:00
hs-random Update to random-1.2.0 2021-04-23 06:51:27 +00:00
hs-reflection Update to reflection-2.1.6 2021-04-23 12:30:17 +00:00
hs-resourcet Update to resourcet-1.2.4.2 2021-04-23 12:36:02 +00:00
hs-safe Update to safe-0.3.19 2021-04-23 09:07:28 +00:00
hs-setlocale Update to setlocale-1.0.0.10 2021-04-23 12:40:46 +00:00
hs-split Update to split-0.2.3.4 2021-04-23 12:44:47 +00:00
hs-splitmix Update to splitmix-0.1.0.3 2021-04-23 06:50:03 +00:00
hs-StateVar Update to StateVar-1.2.1 2021-04-23 07:13:57 +00:00
hs-streaming-commons Update to streaming-commons-0.2.2.1 2021-04-23 10:06:52 +00:00
hs-strict Import strict-0.4.0.1 2021-04-23 08:24:36 +00:00
hs-syb Update to syb-0.7.2.1 2021-04-23 12:47:27 +00:00
hs-tabular Update to tabular-0.2.2.8 2021-04-24 05:01:28 +00:00
hs-tagged Update PLIST 2021-04-23 06:09:17 +00:00
hs-tasty Update to tasty-1.4.1 2021-04-24 05:25:25 +00:00
hs-tasty-hunit Update to tasty-hunit-0.10.0.3 2021-04-24 05:28:22 +00:00
hs-terminal-size Update PLIST 2021-04-23 17:24:02 +00:00
hs-tf-random Update PLIST 2021-04-23 12:48:52 +00:00
hs-th-abstraction Update to th-abstraction-0.4.2.0 2021-04-23 06:13:07 +00:00
hs-th-compat Import th-compat-0.1.2 2021-04-24 13:14:20 +00:00
hs-th-lift Import th-lift-0.8.2 2021-04-24 10:23:50 +00:00
hs-these Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:11:53 +00:00
hs-timeit Update PLIST 2021-04-24 05:29:49 +00:00
hs-transformers-base Update PLIST 2021-04-23 12:23:00 +00:00
hs-transformers-compat Update to transformers-compat-0.6.6 2021-04-23 07:09:50 +00:00
hs-uglymemo Update PLIST 2021-04-24 05:29:49 +00:00
hs-unbounded-delays Update to unbounded-delays-0.1.1.1 2021-04-24 05:12:04 +00:00
hs-uniplate Update to uniplate-1.6.13 2021-04-23 12:51:29 +00:00
hs-unix-compat Update to unix-compat-0.5.3 2021-04-23 13:06:25 +00:00
hs-unliftio-core Update to unliftio-core-0.2.0.1 2021-04-23 12:34:06 +00:00
hs-unordered-containers Update to unordered-containers-0.2.13.0 2021-04-23 06:28:04 +00:00
hs-utf8-string Update to utf8-string-1.0.2 2021-04-23 12:54:09 +00:00
hs-utility-ht Update to utility-ht-0.0.16 2021-04-24 05:33:25 +00:00
hs-uuid-types Update to uuid-types-1.0.4 2021-04-23 06:54:13 +00:00
hs-vault Update to vault-0.3.1.5 2021-04-23 12:57:15 +00:00
hs-vector Fix build with GHC 9 2021-04-23 07:00:57 +00:00
hs-vector-algorithms Update to vector-algorithms-0.8.0.4 2021-04-23 13:02:09 +00:00
hs-vector-binary-instances Update to vector-binary-instances-0.2.5.2 2021-04-23 17:45:24 +00:00
hs-vector-th-unbox Update to vector-th-unbox-0.2.1.9 2021-04-23 15:31:53 +00:00
hs-void Update PLIST 2021-04-23 13:03:26 +00:00
hs-wizards Fix build with GHC 9 2021-04-24 05:36:32 +00:00
ht
hugs-HUnit
hugs-unix
hyperscan revbump for textproc/icu 2021-04-21 11:40:12 +00:00
idiff
idutils
imake
include-what-you-use revbump for textproc/icu 2021-04-21 11:40:12 +00:00
iniparser
intel2gas
intellij-ce-bin
intellij-ue-bin
isect
ivykis
jam
java-jna
java-subversion revbump for textproc/icu 2021-04-21 11:40:12 +00:00
javacc
javadeps
jd-gui
jdebp-redo
jemalloc
jenkins
jenkins-lts
jflex
jq
js2-mode
js_of_ocaml Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
jsonnet
kafka
kapptemplate revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kbookmarks revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kbuild
kcachegrind revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kcmutils revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kconfig revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kcoreaddons revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kcrash revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kde-dev-scripts revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kde-dev-utils revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kdeclarative revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kdesdk-kioslaves revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdesdk-strigi-analyzers revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdesdk-thumbnailers revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdevelop4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdevplatform revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdiff3 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kdoctools revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ki18n revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kidletime revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kio revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kio-extras revbump for boost-libs 2021-04-21 13:24:06 +00:00
kitemmodels revbump for textproc/icu 2021-04-21 11:40:12 +00:00
knotifications revbump for textproc/icu 2021-04-21 11:40:12 +00:00
knotifyconfig revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ko-po-check
kompare revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kpackage revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kparts revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kpeople revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kpty revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kross revbump for textproc/icu 2021-04-21 11:40:12 +00:00
krunner revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kservice revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ktexteditor revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kwayland revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kyua revbump for textproc/icu 2021-04-21 11:40:12 +00:00
lcc
lcdis
lcov
ldapsdk
ldpc
leahneukirchen-redo
lemon sqlite3: updated to 3.35.5 2021-04-20 06:30:07 +00:00
lettuce
libantlr3c
libappindicator revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libarena
libargparse
libast
libatomic libatomic: update to 10.3.0. 2021-04-19 14:07:49 +00:00
libatomic-links
libatomic_ops
libbegemot
libbinio
libblkid
libbonobo revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libbonoboui revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libbsd
libcbor
libcerf
libcfg+
libcompizconfig revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libconfig
libctl
libcutl revbump for boost-libs 2021-04-21 13:24:06 +00:00
libdaemon
libdatrie
libdazzle *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libdbusmenu-glib *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libdbusmenu-gtk *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libdbusmenu-gtk-doc
libdbusmenu-gtk3 *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libdbusmenu-jsonloader *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libdbusmenu-qt
libdbusmenu-qt5 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libdbusmenu-tools *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libdevq
libdivsufsort
libdnsres
libdockapp
libdshconfig
libdstr
libdwarf
libebml libebml: updated to 1.4.2 2021-02-18 19:18:50 +00:00
libelf
libestr
libetm
libev
libevent
libewf
libexecinfo
libextractor revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libf2c
libffcall
libffi
libfirm
libFoundation
libFoundation-examples
libfreefare
libftdi
libftdi1 revbump for boost-libs 2021-04-21 13:24:06 +00:00
libgcroots
libgee *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libgee0.6
libgetopt
libgit2 revbump for boost-libs 2021-04-21 13:24:06 +00:00
libglade revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libglademm revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgnome revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgnomemm revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgnomeui revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgnomeuimm revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgnt revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgphoto2 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgsf revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libgweather revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libhandy *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libhandy1 *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
libhfs
libhid revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libiberty
libidn
libidn2
libindicator
libinotify
libite
libixp
libjit
libjudy
libkgapi revbump for boost-libs 2021-04-21 13:24:06 +00:00
libkomparediff2 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
liblangtag revbump for textproc/icu 2021-04-21 11:40:12 +00:00
liblnk
libltdl
libmaa
libmatchbox
libmemcache
libmemcached
libmemmgr
libmimedir
libmm
libmowgli
libmtp
libnet
libnet10
libnet11
libnfc
libnjb
libntlm
liboil
liboop
libosip
libowfat
libpeas libpeas: make python dependencies explicit 2021-04-12 13:31:13 +00:00
libpgm
libphutil
libportlib
libproplist libproplist: remove dead master site 2021-04-21 08:35:04 +00:00
librdkafka
librelp revbump for boost-libs 2021-04-21 13:24:06 +00:00
librfuncs
librlog
librxspencer
libsafec
libsexy revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libsexymm revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libsigc++ libsigc++: mark python as build dependency only 2021-04-13 08:28:13 +00:00
libsigc++1
libsigc++3 libsigc++3: updated to 3.0.6 2021-04-08 20:55:18 +00:00
libsigsegv
libslang
libslang2
libsmi
libstash
libstatgrab
libstree
libstroke
libstubborn
libtai
libtar
libtecla
libthai
libthrift revbump for boost-libs 2021-04-21 13:24:06 +00:00
libthrift_c_glib thrift: updated to 0.14.1 2021-04-12 19:23:27 +00:00
libtool
libtool-base
libtool-fortran
libtool-info
libts
libunit (devel/libunit) update distinfo to follow www/unit update 2021-03-04 14:57:41 +00:00
libusb
libusb-compat
libusb1
libuuid
libuv libuv: updated to 1.41.0 2021-02-14 15:00:59 +00:00
libuxre
libview
libvolume_id
libwhisker2
libwnck
libwnck3 libwnck3: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:00:56 +00:00
libxenserver revbump for boost-libs 2021-04-21 13:24:06 +00:00
libyang
libzen
libzookeeper
linenoise
lld
lldb
lmdbg
locktests
log4cplus
log4cxx
log4shib
lokalize revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ltsa
lua-alt-getopt
lua-ansicolors
lua-argparse
lua-basexx
lua-binaryheap
lua-bit32
lua-BitOp
lua-busted
lua-cliargs
lua-compat53
lua-cov
lua-coxpcall
lua-cqueues
lua-epnf
lua-event
lua-fifo
lua-filesystem
lua-fun
lua-gi
lua-inspect
lua-linenoise
lua-ljsyscall
lua-loadkit
lua-lpeg
lua-lpeg-patterns
lua-lrexlib
lua-lrexlib-onig
lua-lrexlib-pcre
lua-lrexlib-posix
lua-luassert
lua-luv
lua-mediator
lua-mimetypes
lua-mode
lua-moses
lua-penlight
lua-posix
lua-repl
lua-rings
lua-rocks lua-rocks: update to 3.7.0 2021-05-02 07:48:22 +00:00
lua-safer
lua-say
lua-sdl2
lua-std-_debug
lua-std-normalize
lua-stdlib
lua-system
lua-term
lua-thrift
lua-vstruct
lutok
lwp
lxqt-build-tools revbump for textproc/icu 2021-04-21 11:40:12 +00:00
m4
m17n-lib revbump for textproc/icu 2021-04-21 11:40:12 +00:00
mad-flute revbump for boost-libs 2021-04-21 13:24:06 +00:00
magit
makedepend
makedepf90
maketool
man-pages
mantis Switch to use lang/php/json.mk. 2021-03-07 13:21:56 +00:00
mate-common
matio
mcpp
mdds revbump for boost-libs 2021-04-21 13:24:06 +00:00
mdds1.2 revbump for boost-libs 2021-04-21 13:24:06 +00:00
meld *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
mell
memcached
menhir Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
mercurial
meson meson: fix a pkglint warning 2021-04-29 20:15:59 +00:00
metslib devel/metslib: trim DESCR 2021-04-28 08:28:54 +00:00
mk-configure Version 0.37.0, by Aleksey Cheusov, Thu, 8 Apr 2021 09:07:48 +0300 2021-04-08 18:57:48 +00:00
mkcmd
mm-common mm-common: updated to 1.0.2 2021-04-08 20:49:07 +00:00
MoarVM
mob Update to 1.5.0. From the changelog: 2021-04-20 13:07:30 +00:00
monotone revbump for textproc/icu 2021-04-21 11:40:12 +00:00
monotone-server
monotone-viz revbump for textproc/icu 2021-04-21 11:40:12 +00:00
mph
msgpack msgpack: updated to 3.3.0 2021-02-14 18:56:11 +00:00
mustach
myrepos
nana nana: remove dead master site 2021-04-21 08:33:50 +00:00
nancy nancy: add c to USE_LANGUAGES 2021-03-20 08:33:47 +00:00
nasm
nbpatch
ncc
ncurses
ncursesw
netbeans-ide
netbsd-iscsi-lib
netcdf revbump for boost-libs 2021-04-21 13:24:06 +00:00
netcdf-cxx revbump for boost-libs 2021-04-21 13:24:06 +00:00
netcdf-fortran revbump for boost-libs 2021-04-21 13:24:06 +00:00
newfile
ninja-build
ninka
noweb noweb: remove dead master site 2021-04-21 08:29:00 +00:00
npapi-sdk
npth
nqc
nsis
nspr nspr: Fix support for NetBSD/aarch64eb. Bump revision. 2021-04-23 16:03:15 +00:00
nspr-reference
nss nss: hide symbols on NetBSD like on other platforms 2021-05-01 21:52:02 +00:00
ObjectiveLib revbump for textproc/icu 2021-04-21 11:40:12 +00:00
objfw
ocaml-angstrom Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-astring Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-async Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-async_extra Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-async_kernel Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-async_rpc_kernel Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-async_unix Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-base Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-base64 Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-base_bigstring Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-base_quickcheck Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-batteries Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-bigarray-compat Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-bigstringaf Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-bin_prot Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-biniou Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-bos Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-checkseum Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-cmdliner Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-compiler-libs Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-configurator Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-core Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-core_kernel Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-cppo Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-csexp Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-cstruct Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-deriving-ocsigen Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-digestif Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-duff Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-dune Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-dune-configurator Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-encore Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-eqaf Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-extlib Updated devel/ocaml-extlib to version 1.7.8. 2021-03-08 20:36:53 +00:00
ocaml-fieldslib Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-findlib Updated devel/ocaml-findlib to version 1.9.1. 2021-03-18 08:30:43 +00:00
ocaml-fmt Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-fpath (devel/ocaml-fpath) +.include devel/ocaml-result/buildlink3.mk 2021-03-28 12:30:19 +00:00
ocaml-git Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-hex Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-jane-street-headers Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-jbuilder Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-js-build-tools Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-jst-config Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ke Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-logs Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lru Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt_camlp4 Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt_glib Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt_log Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt_ppx Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt_react Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-lwt_ssl Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-migrate-parsetree Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-mmap Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-oasis Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ocplib-endian Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-optcomp Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-optint Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-parsexp Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_assert Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_base Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_bench Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_bin_prot Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_cold Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_compare Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_custom_printf Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_derivers Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_deriving Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_enumerate Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_expect Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_fail Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_fields_conv Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_hash Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_here Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_inline_test Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_jane Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_let Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_module_timer Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_optcomp Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_optional Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_pipebang Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_sexp_conv Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_sexp_message Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_sexp_value Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_stable Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_tools Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_tools_versioned Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_typerep_conv Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppx_variants_conv Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppxfind Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-ppxlib Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-psq Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-re Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-react Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-reactiveData Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-resource-pooling Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-result Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-rresult Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-seq Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-sexplib Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-sexplib0 Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-spawn Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-splittable_random Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-stdio Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-stdlib-shims Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-stringext Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-type_conv Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-typerep Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-variantslib Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-yojson Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocamlbuild Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocamlgraph revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ocamlify Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocamlmod Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ode
ogre ogre: Update to 1.12.11 2021-03-01 12:12:14 +00:00
okteta revbump for boost-libs 2021-04-21 13:24:06 +00:00
omake Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
open-vcdiff
opengrok revbump for textproc/icu 2021-04-21 11:40:12 +00:00
openocd
openrcs
orc orc: set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:22:42 +00:00
ossp-uuid
p5-accessors
p5-accessors-fast
p5-Acme-Damn
p5-Acme-PlayCode
p5-Algorithm-Annotate
p5-Algorithm-C3
p5-Algorithm-CheckDigits
p5-Algorithm-Dependency
p5-Algorithm-Diff
p5-Algorithm-HowSimilar
p5-Algorithm-Merge
p5-Algorithm-Permute
p5-aliased
p5-Alien-Base-ModuleBuild
p5-Alien-Build p5-Alien-Build: update to 2.38. 2021-04-26 12:45:39 +00:00
p5-Alien-Packages
p5-Alien-SDL
p5-AnnoCPAN-Perldoc
p5-Any-Moose
p5-AnyEvent
p5-AnyEvent-AIO
p5-AnyEvent-IRC
p5-AnyEvent-RabbitMQ
p5-AnyEvent-XMPP
p5-App-Cache
p5-App-CLI
p5-App-Cmd
p5-App-cpanminus
p5-App-cpanoutdated
p5-App-FatPacker
p5-App-perlbrew
p5-App-Prove-Plugin-ProgressBar
p5-App-Prove-Plugin-ProgressBar-Each
p5-AppConfig
p5-AppConfig-Std
p5-Array-Compare
p5-Array-Diff
p5-Array-RefElem
p5-asa
p5-Async-Interrupt
p5-AtExit
p5-Attribute-Lexical
p5-autobox
p5-autobox-Core
p5-Autodia
p5-autovivification
p5-AutoXS-Header
p5-B-Compiling
p5-B-COW
p5-B-Debug
p5-B-Hooks-EndOfScope
p5-B-Hooks-OP-Annotation
p5-B-Hooks-OP-Check
p5-B-Hooks-OP-Check-EntersubForCV
p5-B-Hooks-OP-Check-StashChange
p5-B-Hooks-OP-PPAddr
p5-B-Hooks-Parser
p5-B-Keywords
p5-B-Utils
p5-BackPAN-Index
p5-bareword-filehandles
p5-Bit-Vector
p5-boolean
p5-BSD-Resource
p5-Cache
p5-Cache-Cache
p5-Cache-FastMmap
p5-Cache-LRU
p5-Cache-Memcached
p5-Cache-Memcached-Fast
p5-Cache-Simple-TimedExpiry
p5-Canary-Stability
p5-capitalization
p5-Capture-Tiny
p5-Carp
p5-Carp-Always
p5-Carp-Assert
p5-Carp-Assert-More
p5-Carp-Clan
p5-Carp-REPL
p5-Carton
p5-Check-ISA
p5-CHI
p5-circular-require
p5-CLASS
p5-Class-Accessor
p5-Class-Accessor-Chained
p5-Class-Accessor-Grouped
p5-Class-Accessor-Lite
p5-Class-Accessor-Named
p5-Class-Adapter
p5-Class-Autouse
p5-Class-Base
p5-Class-C3
p5-Class-C3-Adopt-NEXT
p5-Class-C3-Componentised
p5-Class-C3-XS
p5-Class-Container
p5-Class-Data-Accessor
p5-Class-Data-Inheritable
p5-Class-ErrorHandler
p5-Class-Factory
p5-Class-Factory-Util
p5-Class-Field
p5-Class-Fields
p5-Class-Gomor
p5-Class-Inner
p5-Class-InsideOut
p5-Class-Inspector
p5-Class-ISA
p5-Class-Load
p5-Class-Load-XS
p5-Class-Loader
p5-Class-MakeMethods
p5-Class-Method-Modifiers
p5-Class-MethodMaker
p5-Class-Mix
p5-Class-ObjectTemplate
p5-Class-OOorNO
p5-Class-Refresh
p5-Class-ReturnValue
p5-Class-Singleton
p5-Class-Std
p5-Class-Throwable
p5-Class-Tiny
p5-Class-Trigger
p5-Class-Unload
p5-Class-Virtual
p5-Class-WhiteHole
p5-Class-XML
p5-Class-XPath
p5-Class-XSAccessor
p5-CLI-Osprey Import CLI-Osprey-0.08 as devel/p5-CLI-Osprey. 2021-04-19 01:53:38 +00:00
p5-Clone
p5-Clone-Choose
p5-Clone-Fast
p5-Clone-PP
p5-common-sense
p5-Compiler-Lexer
p5-Compress-PPMd
p5-Config-Any
p5-Config-Any-Merge
p5-Config-Auto
p5-Config-AutoConf
p5-Config-File
p5-Config-Find
p5-Config-General
p5-Config-GitLike
p5-Config-Grammar
p5-Config-INI
p5-Config-INI-Reader-Ordered
p5-Config-IniFiles
p5-Config-MVP
p5-Config-MVP-Reader-INI
p5-Config-Onion
p5-Config-Properties
p5-Config-Std
p5-Config-Tiny p5-Config-Tiny: update to 2.26. 2021-04-26 12:46:40 +00:00
p5-Const-Fast
p5-constant-def
p5-Context-Preserve
p5-Contextual-Return
p5-Convert-Binary-C
p5-Coro
p5-CPAN-Changes
p5-CPAN-Checksums
p5-CPAN-Common-Index
p5-CPAN-DistnameInfo
p5-CPAN-FindDependencies
p5-CPAN-Inject
p5-CPAN-Meta-Check
p5-CPAN-Mini
p5-CPAN-ParseDistribution
p5-CPAN-Perl-Releases
p5-CPAN-Reporter
p5-CPAN-Uploader
p5-CPANPLUS
p5-curry
p5-Curses
p5-Curses-UI
p5-Curses-UI-POE
p5-Cwd-Guard
p5-Data-Alias
p5-Data-Binary
p5-Data-Buffer
p5-Data-Compare
p5-Data-Denter
p5-Data-Dump
p5-Data-Dump-Streamer
p5-Data-Dumper
p5-Data-Dumper-Concise
p5-Data-Dumper-Names
p5-Data-GUID
p5-Data-Hierarchy
p5-Data-IEEE754
p5-Data-Integer
p5-Data-MessagePack
p5-Data-Munge
p5-Data-ObjectDriver
p5-Data-OptList
p5-Data-Page
p5-Data-Page-Pageset
p5-Data-Pageset
p5-Data-Peek
p5-Data-Perl
p5-Data-Printer
p5-Data-Random
p5-Data-Record
p5-Data-Section
p5-Data-Section-Simple
p5-Data-Serializer
p5-Data-ShowTable
p5-Data-Stag
p5-Data-Structure-Util
p5-Data-Taxi
p5-Data-TemporaryBag
p5-Data-Uniqid
p5-Data-UUID
p5-Data-UUID-Base64URLSafe
p5-Data-Validate-IP
p5-Data-Visitor
p5-Date-Business
p5-Date-Calc
p5-Date-Calc-XS
p5-Date-Manip p5-Date-Manip: update to 6.85. 2021-04-26 12:48:41 +00:00
p5-Date-Simple
p5-Debug-Client
p5-Debug-ShowStuff
p5-Declare-Constraints-Simple
p5-Devel-Autoflush
p5-Devel-CallChecker
p5-Devel-Caller
p5-Devel-Caller-IgnoreNamespaces
p5-Devel-CallParser
p5-Devel-CheckBin
p5-Devel-CheckCompiler
p5-Devel-CheckLib
p5-Devel-CheckOS
p5-Devel-Confess
p5-Devel-Cover
p5-Devel-Cycle
p5-Devel-Declare
p5-Devel-Dumpvar
p5-Devel-ebug
p5-Devel-EvalContext
p5-Devel-Events
p5-Devel-Events-Objects
p5-Devel-FindPerl
p5-Devel-FindRef
p5-Devel-Gladiator
p5-Devel-GlobalDestruction
p5-Devel-Hide
p5-Devel-Leak
p5-Devel-Leak-Object
p5-Devel-LexAlias
p5-Devel-NYTProf Update to 6.08 2021-04-30 23:20:19 +00:00
p5-Devel-OverloadInfo
p5-Devel-OverrideGlobalRequire
p5-Devel-PartialDump
p5-Devel-PatchPerl Update to 2.08 2021-04-30 23:23:04 +00:00
p5-Devel-Pragma
p5-Devel-Profile
p5-Devel-Refactor
p5-Devel-Refcount
p5-Devel-REPL
p5-Devel-Size
p5-Devel-SmallProf
p5-Devel-StackTrace
p5-Devel-StackTrace-AsHTML
p5-Devel-StackTrace-WithLexicals
p5-Devel-Symdump
p5-Devel-Trace
p5-Devel-TraceUse
p5-Dir-Self
p5-Dist-CheckConflicts
p5-Dist-Zilla
p5-Dist-Zooky
p5-DynaLoader-Functions
p5-enum
p5-Env-Path
p5-Error
p5-EV
p5-Eval-Closure
p5-Eval-LineNumbers
p5-Event
p5-Event-ExecFlow
p5-Event-RPC
p5-ex-lib
p5-Exception-Class
p5-Exception-Handler
p5-Expect
p5-Expect-Simple
p5-Exporter-Declare
p5-Exporter-Lite
p5-Exporter-Tiny
p5-ExtUtils-AutoInstall
p5-ExtUtils-CChecker
p5-ExtUtils-Config
p5-ExtUtils-CppGuess
p5-ExtUtils-Depends
p5-ExtUtils-F77
p5-ExtUtils-Helpers
p5-ExtUtils-InstallPaths
p5-ExtUtils-LibBuilder
p5-ExtUtils-MakeMaker-CPANfile
p5-ExtUtils-ModuleMaker
p5-ExtUtils-ModuleMaker-TT
p5-ExtUtils-PkgConfig
p5-ExtUtils-XSBuilder
p5-ExtUtils-XSpp
p5-Fennec-Lite
p5-FFI-CheckLib
p5-File-BaseDir
p5-File-Binary
p5-File-BOM
p5-File-ChangeNotify
p5-File-chdir
p5-File-ConfigDir
p5-File-DesktopEntry
p5-File-DirCompare
p5-File-DirSync
p5-File-Find-Object
p5-File-Find-Rule
p5-File-Find-Rule-Age
p5-File-Find-Rule-Perl
p5-File-Find-Rule-Permissions
p5-File-Find-Rule-PPI
p5-File-Find-Rule-VCS
p5-File-Flat
p5-File-Flock
p5-File-FlockDir
p5-File-HomeDir
p5-File-LibMagic
p5-File-Listing
p5-File-MimeInfo
p5-File-Modified
p5-File-Next
p5-File-NFSLock
p5-File-Path-Expand
p5-File-Path-Tiny Update to 1.0 2021-04-30 23:25:35 +00:00
p5-File-PathConvert
p5-File-Policy
p5-File-pushd
p5-File-Save-Home
p5-File-Share
p5-File-ShareDir p5-File-ShareDir: update to 1.118nb3. 2021-04-26 12:52:02 +00:00
p5-File-ShareDir-Install
p5-File-ShareDir-ProjectDistDir
p5-File-Slurp
p5-File-Slurp-Tiny
p5-File-Slurper
p5-File-Tempdir
p5-File-Touch Update to 0.12 2021-04-30 23:29:13 +00:00
p5-File-Type
p5-File-Util
p5-File-Valet Update to 1.08 2021-04-30 23:39:06 +00:00
p5-File-Which p5-File-Which: update to 1.24. 2021-04-26 12:53:05 +00:00
p5-FileHandle-Fmode
p5-FileHandle-Unget
p5-Filesys-Notify-Simple
p5-Find-Lib
p5-FindBin-libs Update to 2.21.0. From the changelog: 2021-04-28 15:02:39 +00:00
p5-forks
p5-Format-Human-Bytes
p5-FreezeThaw
p5-Function-Parameters
p5-Future p5-Future: update to 0.47. 2021-04-26 12:54:46 +00:00
p5-Getopt-ArgvFile
p5-Getopt-Euclid
p5-Getopt-Long-Descriptive Update to 0.109 2021-04-30 23:52:09 +00:00
p5-Getopt-Mixed
p5-Getopt-Simple
p5-Getopt-Tabular
p5-gettext
p5-Git-CPAN-Patch
p5-Git-Repository
p5-Git-Repository-Plugin-AUTOLOAD
p5-Git-Version-Compare
p5-Git-Wrapper
p5-GitLab-API-v3
p5-GitLab-API-v4
p5-Glib-Object-Introspection
p5-glib2
p5-Gnome2 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
p5-Gnome2-GConf revbump for textproc/icu 2021-04-21 11:40:12 +00:00
p5-Graph Update to 0.9721 2021-04-19 00:02:47 +00:00
p5-Graph-ReadWrite
p5-Gravatar-URL
p5-Gtk2-GladeXML revbump for textproc/icu 2021-04-21 11:40:12 +00:00
p5-Guard
p5-Hash-Case
p5-Hash-FieldHash
p5-Hash-Flatten
p5-Hash-Merge
p5-Hash-Merge-Simple
p5-Hash-MoreUtils
p5-Hash-MultiValue
p5-Hash-Util-FieldHash-Compat
p5-Heap
p5-Hook-LexWrap
p5-IMDB-Film
p5-Import-Into
p5-Importer
p5-inc
p5-inc-latest
p5-indirect
p5-Inline
p5-Inline-C
p5-InlineX-C2XS
p5-Internals
p5-IO-AIO p5-IO-AIO: update to 4.75. 2021-04-26 12:56:18 +00:00
p5-IO-All
p5-IO-Async p5-IO-Async: update to 0.78. 2021-04-26 14:31:50 +00:00
p5-IO-Capture
p5-IO-CaptureOutput
p5-IO-Digest
p5-IO-Event
p5-IO-Handle-Util
p5-IO-HTML
p5-IO-InSitu
p5-IO-Interactive
p5-IO-LockedFile
p5-IO-Multiplex
p5-IO-Null
p5-IO-Pager
p5-IO-Pipeline
p5-IO-Pipely
p5-IO-Prompt
p5-IO-Prompter
p5-IO-String
p5-IO-stringy
p5-IO-Stty
p5-IO-Tee
p5-IO-TieCombine
p5-IO-Tty
p5-IO-Util
p5-IPC-Cache
p5-IPC-DirQueue
p5-IPC-PubSub
p5-IPC-Run
p5-IPC-Run3
p5-IPC-Shareable
p5-IPC-SharedCache
p5-IPC-ShareLite
p5-IPC-Signal
p5-IPC-System-Simple
p5-LEOCHARRE-CLI2
p5-LEOCHARRE-Debug
p5-LEOCHARRE-Dir
p5-Lexical-Persistence
p5-Lexical-SealRequireHints
p5-lib-abs
p5-List-AllUtils p5-List-AllUtils: update to 0.19. 2021-05-01 11:44:07 +00:00
p5-List-MoreUtils p5-List-MoreUtils: update to 0.430. 2021-04-26 14:40:20 +00:00
p5-List-MoreUtils-XS p5-List-MoreUtils-XS: update to 0.430. 2021-04-26 14:39:17 +00:00
p5-List-Pairwise
p5-List-SomeUtils
p5-List-SomeUtils-XS
p5-List-UtilsBy
p5-local-lib
p5-Locale-Msgfmt
p5-Locale-PO
p5-Log-Agent
p5-Log-Any
p5-Log-Any-Adapter-Callback
p5-Log-Any-Adapter-Dispatch
p5-Log-Any-Adapter-Log4perl
p5-Log-Any-Adapter-Screen
p5-Log-Any-Adapter-TAP
p5-Log-Dispatch
p5-Log-Dispatch-Array
p5-Log-Dispatch-Config
p5-Log-Dispatch-DBI
p5-Log-Dispatch-FileRotate
p5-Log-Dispatch-Perl
p5-Log-Dispatchouli
p5-Log-Handler
p5-Log-Log4perl
p5-Log-LogLite
p5-Log-Message
p5-Log-Message-Simple
p5-Log-Report
p5-Log-Report-Optional
p5-Log-Trace
p5-Mac-Carbon
p5-Mac-SystemDirectory
p5-Make
p5-Memoize-ExpireLRU
p5-Memoize-Memcached
p5-Menlo
p5-Menlo-Legacy
p5-Meta-Builder
p5-MetaCPAN-API
p5-MetaCPAN-Client
p5-Method-Signatures
p5-Method-Signatures-Simple
p5-Metrics-Any
p5-Mixin-ExtraFields
p5-Mixin-ExtraFields-Param
p5-Mixin-Linewise
p5-Mo
p5-Mock-Quick
p5-Modern-Perl
p5-Module-Build
p5-Module-Build-Tiny
p5-Module-Build-WithXSpp
p5-Module-Build-XSUtil
p5-Module-Compile
p5-Module-CPANfile
p5-Module-CPANTS-Analyse
p5-Module-Dependency
p5-Module-ExtractUse
p5-Module-Find
p5-Module-FromPerlVer
p5-Module-Implementation
p5-Module-Install
p5-Module-Install-AuthorRequires
p5-Module-Install-AuthorTests
p5-Module-Install-GithubMeta
p5-Module-Install-ManifestSkip
p5-Module-Install-PadrePlugin
p5-Module-Install-ReadmeFromPod
p5-Module-Install-Repository
p5-Module-Install-RTx
p5-Module-Install-Substitute
p5-Module-Install-XSUtil
p5-Module-Manifest
p5-Module-Manifest-Skip
p5-Module-Pluggable
p5-Module-Refresh
p5-Module-Runtime
p5-Module-Runtime-Conflicts
p5-Module-ScanDeps
p5-Module-Starter
p5-Module-Starter-PBP
p5-Module-Util
p5-Module-Versions
p5-Module-Versions-Report
p5-Mojo-IOLoop-ForkCall
p5-Moo p5-Moo: update to 2.005004. 2021-04-26 14:46:03 +00:00
p5-Moos
p5-Moose Update to 2.2015 2021-04-01 08:21:05 +00:00
p5-Moose-Autobox
p5-Moose-Policy
p5-MooseX-Aliases
p5-MooseX-App
p5-MooseX-App-Cmd
p5-MooseX-ArrayRef
p5-MooseX-Attribute-Chained
p5-MooseX-AttributeHelpers
p5-MooseX-Attributes-Curried
p5-MooseX-ClassAttribute
p5-MooseX-CompileTime-Traits
p5-MooseX-ConfigFromFile
p5-MooseX-Daemonize
p5-MooseX-Declare
p5-MooseX-Emulate-Class-Accessor-Fast
p5-MooseX-FollowPBP
p5-MooseX-Getopt
p5-MooseX-Has-Options
p5-MooseX-InsideOut
p5-MooseX-LazyRequire
p5-MooseX-MarkAsMethods
p5-MooseX-Meta-TypeConstraint-ForceCoercion
p5-MooseX-Method-Signatures
p5-MooseX-MethodAttributes
p5-MooseX-MultiInitArg
p5-MooseX-NonMoose
p5-MooseX-Object-Pluggable
p5-MooseX-OneArgNew
p5-MooseX-Param
p5-MooseX-Params-Validate
p5-MooseX-POE
p5-MooseX-Role-Parameterized
p5-MooseX-Role-Tempdir
p5-MooseX-Role-WithOverloading
p5-MooseX-SemiAffordanceAccessor
p5-MooseX-SetOnce
p5-MooseX-SimpleConfig
p5-MooseX-Singleton
p5-MooseX-StrictConstructor
p5-MooseX-Traits
p5-MooseX-Traits-Pluggable
p5-MooseX-Types
p5-MooseX-Types-Common
p5-MooseX-Types-JSON
p5-MooseX-Types-LoadableClass
p5-MooseX-Types-LogAny
p5-MooseX-Types-Path-Class
p5-MooseX-Types-Perl
p5-MooseX-Types-Stringlike
p5-MooseX-Types-Structured
p5-MooseX-Types-URI
p5-MooX-ClassAttribute
p5-MooX-Cmd
p5-MooX-ConfigFromFile
p5-MooX-File-ConfigDir
p5-MooX-HandlesVia p5-MooX-HandlesVia: update to 0.001009. 2021-04-26 14:47:52 +00:00
p5-MooX-late
p5-MooX-Locale-Passthrough
p5-MooX-Log-Any
p5-MooX-Options
p5-MooX-Roles-Pluggable
p5-MooX-StrictConstructor
p5-MooX-Types-MooseLike
p5-MooX-Types-MooseLike-Numeric
p5-MooX-TypeTiny
p5-Mouse
p5-MouseX-Getopt
p5-MouseX-NativeTraits
p5-MouseX-Types
p5-MouseX-Types-Path-Class
p5-MRO-Compat
p5-multidimensional
p5-namespace-autoclean
p5-namespace-clean
p5-Net-CIDR
p5-Net-LDAP-Batch
p5-Net-LDAP-Class
p5-Net-LDAP-Server-Test
p5-Net-LDAP-SID
p5-Net-Netmask
p5-Object-Accessor
p5-Object-Declare
p5-Object-Event
p5-Object-InsideOut
p5-Object-Pluggable
p5-Object-Realize-Later
p5-Object-Signature
p5-OLE-Storage_Lite
p5-OOTools
p5-Ouch
p5-Package-Constants
p5-Package-DeprecationManager
p5-Package-Generator
p5-Package-Stash p5-Package-Stash: update to 0.39. 2021-04-26 14:51:04 +00:00
p5-Package-Stash-XS
p5-Package-Variant
p5-PadWalker p5-PadWalker: update to 2.5. 2021-04-26 14:52:18 +00:00
p5-pango
p5-PAR
p5-PAR-Dist
p5-Parallel-ForkManager
p5-Parallel-Prefork
p5-Params-Classify
p5-Params-Coerce p5-Params-Coerce: update to 0.15. 2021-04-26 14:53:28 +00:00
p5-Params-Util
p5-Params-Validate p5-Params-Validate: update to 1.30. 2021-04-26 14:56:03 +00:00
p5-Params-ValidationCompiler
p5-Parse-CPAN-Packages
p5-Parse-ErrorString-Perl
p5-Parse-ExuberantCTags
p5-Parse-Method-Signatures
p5-Parse-PMFile
p5-Parse-RecDescent
p5-Parse-Yapp
p5-PatchReader
p5-Path-Class
p5-Path-Class-File-Stat
p5-Path-Dispatcher
p5-Path-Dispatcher-Declarative
p5-Path-FindDev
p5-Path-IsDev
p5-Path-Iter
p5-PathTools
p5-Pegex
p5-Perl-APIReference
p5-Perl-Critic
p5-perl-headers
p5-Perl-MinimumVersion
p5-Perl-PrereqScanner
p5-Perl-PrereqScanner-NotQuiteLite
p5-Perl-Tidy
p5-Perl-Version
p5-Perl4-CoreLibs
p5-Perl6-Export
p5-Perl6-Export-Attrs
p5-Perl6-Junction
p5-Perl6-Slurp
p5-PerlIO-eol
p5-PerlIO-gzip
p5-PerlIO-utf8_strict
p5-PerlIO-via-Bzip2
p5-PerlIO-via-dynamic
p5-PerlIO-via-symlink
p5-PerlIO-via-Timeout
p5-PerlX-Maybe
p5-PHP-Serialization
p5-pip
p5-PkgConfig p5-PkgConfig: update to 0.25026. 2021-04-26 15:00:12 +00:00
p5-POE
p5-POE-Component-Cron
p5-POE-Component-Pluggable
p5-POE-Component-Schedule
p5-POE-Component-Syndicator
p5-POE-Test-Loops
p5-POEx-Types
p5-PPI
p5-PPI-PowerToys
p5-PPI-XS
p5-PPIx-Regexp Update to 0.080 2021-04-30 23:57:23 +00:00
p5-PPIx-Utilities
p5-prefork
p5-Probe-Perl
p5-Proc-Background
p5-Proc-Daemon
p5-Proc-InvokeEditor
p5-Proc-PID-File
p5-Proc-Pidfile
p5-Proc-ProcessTable
p5-Proc-Queue
p5-Proc-Simple
p5-Proc-Wait3
p5-Proc-WaitStat
p5-PV
p5-Python-Serialise-Marshal
p5-Readonly
p5-Readonly-XS
p5-Ref-Util
p5-Ref-Util-XS
p5-Regexp-Assemble
p5-Regexp-MatchContext
p5-Regexp-Parser
p5-Regexp-Shellish
p5-Regexp-Trie
p5-Reply
p5-Return-MultiLevel
p5-Return-Value
p5-rlib
p5-Role-Basic
p5-Role-HasMessage
p5-Role-Identifiable
p5-Role-Tiny p5-Role-Tiny: update to 2.002004. 2021-04-26 14:44:44 +00:00
p5-Rose-Object
p5-RT-Authen-ExternalAuth
p5-RT-Extension-ArticleTemplates
p5-Safe-Hole
p5-Safe-Isa
p5-Scalar-Defer
p5-Scalar-List-Utils Update to 1.56 2021-04-01 07:06:30 +00:00
p5-Scalar-Util-Refcount
p5-Schedule-RateLimiter
p5-Scope-Guard
p5-Scope-Upper
p5-SDL
p5-Search-Elasticsearch
p5-Set-Array
p5-Set-IntSpan
p5-Set-Object Update to 1.41 2021-05-01 00:00:36 +00:00
p5-Set-Scalar
p5-Shell-Config-Generate
p5-Shell-Guess
p5-Shell-Perl
p5-ShipIt
p5-Signal-Mask
p5-signatures
p5-Smart-Comments
p5-Software-License
p5-Sort-Key
p5-Sort-Maker
p5-Sort-Naturally
p5-Sort-Versions
p5-Specio p5-Specio: update to 0.47. 2021-04-26 15:01:33 +00:00
p5-Spiffy
p5-Spoon
p5-Stream-Buffered
p5-strictures
p5-String-Escape
p5-String-Format
p5-String-PerlIdentifier
p5-String-Print
p5-String-Util p5-String-Util: update to 1.32. 2021-04-26 15:02:32 +00:00
p5-Struct-Dumb
p5-Sub-Exporter
p5-Sub-Exporter-ForMethods
p5-Sub-Exporter-GlobExporter
p5-Sub-Exporter-Progressive
p5-Sub-HandlesVia p5-Sub-HandlesVia: update to 0.016. 2021-04-26 15:04:28 +00:00
p5-Sub-Identify
p5-Sub-Info
p5-Sub-Install
p5-Sub-Installer
p5-Sub-Name
p5-Sub-Override
p5-Sub-Quote
p5-Sub-Uplevel
p5-subversion revbump for textproc/icu 2021-04-21 11:40:12 +00:00
p5-SUPER
p5-SVN-Class
p5-SVN-Dump
p5-SVN-Mirror
p5-SVN-Notify
p5-SVN-Simple
p5-Symbol-Global-Name
p5-syntax
p5-Syntax-Keyword-Junction
p5-Sys-Syscall
p5-System-Command
p5-Taint-Util
p5-TAP-Formatter-HTML
p5-TAP-Harness-Archive
p5-Task-Weaken
p5-Tee
p5-Template-Plugin-Handy
p5-Template-Plugin-HashMerge
p5-Template-Plugin-ListMoreUtils
p5-Template-Plugin-ListUtil
p5-Template-Plugin-VMethods
p5-Term-Animation
p5-Term-Encoding
p5-Term-ProgressBar
p5-Term-ProgressBar-Quiet
p5-Term-ProgressBar-Simple
p5-Term-Prompt
p5-Term-ReadKey
p5-Term-ReadLine-Gnu p5-Term-ReadLine-Gnu: update to 1.40. 2021-04-26 15:05:28 +00:00
p5-Term-ReadLine-Perl
p5-Term-ReadLine-TTYtter
p5-Term-ReadPassword
p5-Term-Screen
p5-Term-Shell
p5-Term-ShellUI
p5-Term-Size
p5-Term-Size-Any
p5-Term-Size-Perl
p5-Term-Table
p5-Term-UI
p5-Test-Aggregate
p5-Test-Alien-CPP
p5-Test-API
p5-Test-Approx
p5-Test-Assertions
p5-Test-Base
p5-Test-BDD-Cucumber Update to 0.79. From the changelog: 2021-03-21 08:46:48 +00:00
p5-Test-Bits
p5-Test-CheckDeps
p5-Test-CheckManifest
p5-Test-Class
p5-Test-ClassAPI
p5-Test-CleanNamespaces
p5-Test-Cmd
p5-Test-Command-Simple
p5-Test-Compile
p5-Test-Continuous
p5-Test-CPAN-Meta
p5-Test-CPAN-Meta-JSON
p5-Test-CPAN-Meta-YAML
p5-Test-Deep
p5-Test-DependentModules
p5-Test-Differences
p5-Test-Dir
p5-Test-DistManifest
p5-Test-Distribution
p5-Test-EOL
p5-Test-Exception
p5-Test-Exit
p5-Test-Expect
p5-Test-FailWarnings
p5-Test-Fatal
p5-Test-File Update to 1.448 2021-03-08 06:23:46 +00:00
p5-Test-File-Contents
p5-Test-File-ShareDir
p5-Test-Fixture-DBIC-Schema
p5-Test-HexDifferences
p5-Test-HexString
p5-Test-HTTP-LocalServer
p5-Test-Identity
p5-Test-InDistDir
p5-Test-Inline Update to 2.214 2021-03-08 08:12:06 +00:00
p5-Test-Inter
p5-Test-Kwalitee
p5-Test-LeakTrace p5-Test-LeakTrace: update to 0.17. 2021-04-26 15:07:17 +00:00
p5-Test-LectroTest
p5-Test-Lib Import Test-Lib-0.002 as devel/p5-Test-Lib. 2021-04-19 01:43:49 +00:00
p5-Test-LoadAllModules
p5-Test-Log4perl
p5-Test-LongString
p5-Test-Manifest p5-Test-Manifest: update to 2.022. 2021-04-26 15:08:11 +00:00
p5-Test-Memory-Cycle
p5-Test-Metrics-Any
p5-Test-MinimumVersion
p5-Test-Mock-LWP
p5-Test-MockModule
p5-Test-MockObject
p5-Test-Modern
p5-Test-More-Behaviour
p5-Test-More-UTF8
p5-Test-Most
p5-Test-Needs
p5-Test-NiceDump
p5-Test-NoTabs
p5-Test-NoWarnings
p5-Test-Object
p5-Test-Output p5-Test-Output: update to 1.033. 2021-04-26 15:10:24 +00:00
p5-Test-Perl-Critic
p5-Test-Pod
p5-Test-Pod-Coverage
p5-Test-Pod-Spelling-CommonMistakes
p5-Test-POE-Client-TCP
p5-Test-POE-Server-TCP
p5-Test-Refcount
p5-Test-Reporter
p5-Test-Requires
p5-Test-Requires-Git
p5-Test-Roo
p5-Test-Script p5-Test-Script: update to 1.27. 2021-04-26 15:12:41 +00:00
p5-Test-Script-Run
p5-Test-SharedFork
p5-Test-Spec
p5-Test-Spelling
p5-Test-Stream
p5-Test-Strict
p5-Test-SubCalls
p5-Test-Taint
p5-Test-TempDir
p5-Test-TempDir-Tiny
p5-Test-TinyMocker
p5-Test-Toolbox
p5-Test-Trap
p5-Test-Unit
p5-Test-UseAllModules
p5-Test-utf8
p5-Test-Version
p5-Test-Warn
p5-Test-Warnings
p5-Test-Weaken
p5-Test-Without-Module
p5-Test-WWW-Selenium
p5-Test-YAML-Meta
p5-Test-YAML-Valid
p5-Test2-Plugin-NoWarnings
p5-Test2-Suite p5-Test2-Suite: update to 0.000139. 2021-04-26 15:14:47 +00:00
p5-Test2-Tools-Explain
p5-TheSchwartz
p5-thrift thrift: updated to 0.14.1 2021-04-12 19:23:27 +00:00
p5-Throwable
p5-Tie-Array-AsHash
p5-Tie-Array-Sorted
p5-Tie-Cache
p5-Tie-Cache-LRU
p5-Tie-Cache-LRU-Expires
p5-Tie-CPHash
p5-Tie-Cycle
p5-Tie-Function
p5-Tie-IxHash
p5-Tie-LLHash
p5-Tie-RefHash-Weak
p5-Tie-RegexpHash
p5-Tie-Simple
p5-Tie-ToObject
p5-Tree-DAG_Node
p5-Tree-R
p5-Tree-Simple
p5-Tree-Simple-VisitorFactory
p5-Try-Tiny
p5-TryCatch
p5-Type-Tiny p5-Type-Tiny: update to 1.012001. 2021-04-26 15:17:23 +00:00
p5-Type-Tiny-XS
p5-Types-Serialiser p5-Types-Serialiser: update to 1.01. 2021-04-26 15:18:15 +00:00
p5-UNIVERSAL-can
p5-UNIVERSAL-isa
p5-UNIVERSAL-moniker
p5-UNIVERSAL-require
p5-UUID-Tiny
p5-Variable-Magic
p5-Want
p5-WeakRef
p5-Wx-Perl-DataWalker
p5-XString
p5-XXX
p8-platform
palmpower
pango pango: remove gmake dependency 2021-04-12 12:16:23 +00:00
pangomm pangomm: import patches 2021-04-08 21:16:42 +00:00
pangox-compat
papaya
pardiff
patch
patchelf
patchutils
pcc-libs
pccts
pcl-cvs
pcre pcre: grammar 2021-04-12 15:27:58 +00:00
pcre++
pcre-ocaml Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
pcre2
pdcurses
pear-Console_CommandLine
pedisassem
phabricator use versioned py-pygemnts 2021-04-06 14:36:48 +00:00
php-base58 php-base58: Import php-base58-1.0.2 as devel/php-base58 2021-03-11 13:18:46 +00:00
php-composer php-composer: Update to 2.0.13 2021-04-27 20:53:23 +00:00
php-ffi devel/php-ffi: add package version 7.4.16 2021-03-08 00:07:09 +00:00
php-gearman revbump for boost-libs 2021-04-21 13:24:06 +00:00
php-gettext
php-gmp
php-igbinary
php-libawl
php-memcache devel/php-memcache: commit forgot files 2021-03-13 14:29:47 +00:00
php-memcache2 devel/php-memcache2: add php-memcache 2.2.7 as php-memcache2 2021-03-07 15:36:43 +00:00
php-memcache4 devel/php-memcache4: add php-memcache4 version 4.0.5.2 2021-03-07 15:38:40 +00:00
php-memcached
php-mode
php-msgpack php-msgpack: Import php-msgpack-2.1.2 as devel/php-msgpack 2021-03-12 15:02:38 +00:00
php-opcache
php-pcntl
php-posix
php-psr
php-pthreads devel/php-pthreads: fix build problem 2021-03-07 08:11:02 +00:00
php-raphf
php-raphf2
php-shmop
php-sysvmsg
php-sysvsem
php-sysvshm
php-xcache
php-xdebug devel/php-xdebug: update to 3.0.0 2021-02-28 17:07:54 +00:00
phpstorm-bin
physfs
picasm
picopb
picotrace
picp
picprg
pilrc
pipestatus
pkg-config
pkgconf devel/pkgconf: also symlink pkg-config man page 2021-04-29 11:00:15 +00:00
plasma-wayland-protocols revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ply
pmccabe
poco poco: honor CFLAGS and LDFLAGS 2021-04-08 08:21:58 +00:00
pointfree Fix build with GHC 9 2021-04-23 15:40:30 +00:00
polly
popt
poxml revbump for textproc/icu 2021-04-21 11:40:12 +00:00
prcs
ProjectCenter revbump for textproc/icu 2021-04-21 11:40:12 +00:00
protobuf protobuf, py-protobuf: update to 3.15.8 2021-04-20 16:49:50 +00:00
protobuf-c
pstreams
pth
pthread-sem
purpose revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pvs pvs: remove dead master site 2021-04-21 08:27:24 +00:00
pwlib
py-absl-py
py-adb
py-ailment
py-aiocontextvars
py-aiofiles
py-aiounittest
py-angr
py-anytree
py-apipkg
py-appdirs
py-approvaltests Update to 0.5.0. From the changelog: 2021-05-02 18:51:09 +00:00
py-archinfo
py-argcomplete
py-argh
py-argparse
py-args
py-astor
py-astroid py-astroid: updated to 2.5.6 2021-04-26 12:58:24 +00:00
py-async-timeout
py-async_generator
py-at-spi
py-at-spi2
py-atomicwrites
py-atpublic py-atpublic: updated to 2.3 2021-04-16 05:40:25 +00:00
py-attrs
py-automat
py-autopep8 py-autopep8: updated to 1.5.6 2021-03-20 19:07:14 +00:00
py-babel py-babel: updated to 2.9.1 2021-04-29 07:43:02 +00:00
py-backcall
py-backports
py-backports.functools_lru_cache py-backports.functools_lru_cache: updated to 1.6.4 2021-04-16 05:53:37 +00:00
py-backports.os
py-backports.shutil_get_terminal_size
py-backports_abc
py-bcolz
py-behave
py-binaryornot
py-bintrees py-bintrees: updated to 2.2.0 2021-03-09 06:00:47 +00:00
py-bitarray py-bitarray: updated to 1.9.0 2021-04-05 08:17:53 +00:00
py-bitstring
py-blessings
py-blinker
py-boltons
py-boost boost: updated to 1.76.0 2021-04-21 12:09:49 +00:00
py-bugzilla
py-buildbot
py-buildbot-badges
py-buildbot-console-view
py-buildbot-grid-view
py-buildbot-pkg
py-buildbot-waterfall-view
py-buildbot-worker
py-buildbot-www
py-bump2version
py-cachecontrol
py-cached-property
py-cachelib py-cachelib: import version 0.1 2021-02-25 14:59:15 +00:00
py-cachetools py-cachetools: updated to 4.2.1 2021-03-20 19:24:23 +00:00
py-canonicaljson
py-capstone
py-case
py-cffi py-cffi: updated to 1.14.5 2021-02-16 20:41:09 +00:00
py-chai
py-characteristic
py-checker
py-cheetah
py-cheetah3
py-cle
py-click
py-click-log
py-click-plugins devel/py-click-plugins: import py38-click-plugins-1.1.1 2021-04-06 09:59:00 +00:00
py-click-threading
py-clickclick
py-codespell
py-codestyle py-codestyle: updated to 2.7.0 2021-03-15 07:20:35 +00:00
py-cogapp
py-compizconfig revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-configargparse py-configargparse: updated to 1.4 2021-03-15 07:15:45 +00:00
py-configobj
py-configparser
py-constantly
py-constants
py-construct py-construct: updated to 2.10.66 2021-04-05 08:49:57 +00:00
py-contextlib2
py-contextvars
py-cookiecutter
py-cooldict
py-coverage
py-cparser
py-CppHeaderParser
py-cpplint
py-crayons py-crayons: updated to 0.4.0 2021-03-21 20:10:15 +00:00
py-curses
py-cursespanel
py-curtsies py-curtsies: updated to 0.3.5 2021-03-20 15:12:22 +00:00
py-cwcwidth py-cwcwidth: added version 0.1.4 2021-03-20 15:10:41 +00:00
py-cyordereddict
py-cython py-cython: updated to 0.29.23 2021-04-14 19:25:15 +00:00
py-cytoolz
py-d2to1
py-daemon
py-daemonize
py-darcsver
py-dash
py-ddt py-ddt: updated to 1.4.2 2021-03-20 09:30:40 +00:00
py-decorator
py-deepstate
py-Deprecated
py-deprecation
py-dialog
py-dialog2
py-dict2xml
py-distorm3 py-distorm3: updated to 3.5.2 2021-03-20 07:00:47 +00:00
py-distro
py-doc8
py-docopt
py-docstyle
py-doctor
py-dogpile-cache
py-dotenv
py-dulwich py-dulwich: updated to 0.20.21 2021-04-16 13:18:27 +00:00
py-editorconfig-core py-editorconfig-core: updated to 0.12.3 2021-03-20 18:55:52 +00:00
py-entrypoints
py-enum34
py-exam
py-execnet
py-expressions
py-extension-helpers
py-extras
py-extratools
py-factory_boy
py-fakefs
py-faker py-faker: updated to 6.6.2 2021-03-19 07:33:35 +00:00
py-falcon
py-fann2
py-fasteners (devel/py-fasteners) Build fix for py36 2021-02-15 14:18:35 +00:00
py-fastimport
py-filebytes
py-filechunkio
py-filelock
py-fixtures
py-flake8 py-flake8: updated to 3.9.1 2021-04-16 08:52:34 +00:00
py-flake8-docstrings py-flake8-docstrings: updated to 1.6.0 2021-03-19 07:35:04 +00:00
py-flake8-import-order
py-flake8-polyfill
py-flakes py-flakes: updated to 2.3.1 2021-04-05 11:17:09 +00:00
py-flaky
py-flexmock
py-flit
py-flit_core
py-flufl.i18n
py-flufl.lock
py-flufl.testing
py-freezegun
py-frozendict
py-func_timeout
py-funcparserlib
py-funcsigs
py-functools32
py-future
py-futures
py-fuzzywuzzy
py-game
py-gcovr
py-generate
py-gflags
py-gitdb py-gitdb: updated to 4.0.7 2021-04-02 08:44:46 +00:00
py-gitinspector py-gitinspector: build fix for python>=3.8 2021-02-25 02:03:47 +00:00
py-gitinspector-devel
py-gitpython py-gitpython: updated to 3.1.14 2021-03-08 07:01:25 +00:00
py-gobject
py-gobject-shared
py-gobject3
py-gobject3-common
py-google-api-core py-google-api-core: updated to 1.26.3 2021-04-05 11:52:56 +00:00
py-google-apputils
py-google-i18n-address
py-googleapis-common-protos py-googleapis-common-protos: updated to 1.53.0 2021-03-05 19:29:58 +00:00
py-grako
py-greenlet py-greenlet: updated to 1.0.0 2021-03-03 18:05:01 +00:00
py-guppy3
py-h5py
py-hamcrest
py-hash
py-hexbytes (devel/py-hexbytes) Fix build by py36, UnicodeDecodeError: 2021-02-18 14:42:52 +00:00
py-hg-evolve py-hg-evolve: update to 10.3.0. 2021-03-17 11:24:42 +00:00
py-hg-fastimport hg-fastimport: New upstream, update to version 0.1.1 2021-02-15 14:39:15 +00:00
py-hg-git Update package to 0.10, fixing an "AttributeError: 'bytes' object has 2021-03-24 09:25:09 +00:00
py-hglib
py-hgtools
py-hyperscan
py-hypothesis py-hypothesis: update to 6.10.0. 2021-04-20 16:43:04 +00:00
py-hypothesis4
py-idle
py-importlib-metadata
py-importlib-resources
py-incremental
py-iniconfig
py-InlineEgg
py-inquirer
py-intelhex
py-intervaltree
py-iowait
py-ipaddr
py-ipykernel
py-ipython
py-ipython5 use versioned py-pygemnts 2021-04-06 14:36:48 +00:00
py-ipython_genutils
py-iso-639
py-iso3166
py-isort
py-itanium_demangler
py-jaraco.classes py-jaraco.classes: updated to 3.2.1 2021-02-23 11:40:54 +00:00
py-jaraco.functools
py-jaraco.itertools
py-jaraco_util
py-jersey
py-joblib
py-jupyter-console
py-jupyter_client
py-jupyter_core
py-kafka-python
py-kaitaistruct py-kaitaistruct: updated to 0.9 2021-04-06 20:01:36 +00:00
py-kitchen
py-kjbuckets
py-lama
py-lazr.config
py-lazr.delegates
py-lazy-object-proxy
py-libevent-rpcgen
py-libmc
py-libusb1
py-limits
py-line_profiler
py-linecache2
py-llvmlite
py-lockfile
py-logan
py-logbook
py-logilab-astng
py-logilab-common
py-lru-dict
py-lupa
py-macaroons
py-macholib
py-mako
py-mando
py-manticore
py-mccabe
py-memcached
py-memory-profiler
py-mercurial py-mercurial: add patch fixing another test case. 2021-04-11 23:07:03 +00:00
py-minidump
py-minimock
py-mixbox
py-mmh3
py-mock
py-modulegraph
py-more-itertools
py-more-itertools2
py-mox
py-msgpack
py-mulpyplexer
py-multipledispatch
py-newt
py-nose
py-nose-exclude
py-nose2
py-nosexcover
py-ode
py-olefile
py-open-vcdiff
py-Optik
py-ordered-set
py-oset
py-packaging
py-parameterized
py-ParamUnittest
py-path.py use versioned py-pygemnts 2021-04-06 14:36:48 +00:00
py-pathlib
py-pathlib2
py-pathspec
py-pbr
py-pebble
py-pep8
py-pep517 py-pep517: updated to 0.10.0 2021-03-15 12:08:11 +00:00
py-pexpect
py-pip
py-pkgconfig py-pkgconfig: updated to 1.5.2 2021-02-19 05:51:51 +00:00
py-pkginfo
py-pluggy
py-plumbum
py-ply
py-polib
py-pqueue
py-prefixspan
py-pretend
py-progressbar2
py-prompt_toolkit
py-prompt_toolkit2
py-proteus
py-protobuf protobuf, py-protobuf: update to 3.15.8 2021-04-20 16:49:50 +00:00
py-py
py-py2app
py-pybind11 py-pybind11: update to 2.6.2 2021-04-05 18:31:56 +00:00
py-pydispatcher
py-pyelftools
py-pygit2
py-pylint py-pylint: updated to 2.8.2 2021-04-27 04:45:54 +00:00
py-pylint-plugin-utils
py-pylru py-pylry: import version 1.2.0 2021-02-25 15:10:08 +00:00
py-Pympler
py-pyobjc
py-pyobjc-core
py-pyobjc-framework-Accounts
py-pyobjc-framework-AddressBook
py-pyobjc-framework-AppleScriptKit
py-pyobjc-framework-AppleScriptObjC
py-pyobjc-framework-ApplicationServices
py-pyobjc-framework-Automator
py-pyobjc-framework-AVFoundation
py-pyobjc-framework-AVKit
py-pyobjc-framework-CalendarStore
py-pyobjc-framework-CFNetwork
py-pyobjc-framework-CloudKit
py-pyobjc-framework-Cocoa
py-pyobjc-framework-Collaboration
py-pyobjc-framework-ColorSync
py-pyobjc-framework-Contacts
py-pyobjc-framework-ContactsUI
py-pyobjc-framework-CoreAudio
py-pyobjc-framework-CoreBluetooth
py-pyobjc-framework-CoreData
py-pyobjc-framework-CoreLocation
py-pyobjc-framework-CoreMedia
py-pyobjc-framework-CoreML
py-pyobjc-framework-CoreServices
py-pyobjc-framework-CoreSpotlight
py-pyobjc-framework-CoreText
py-pyobjc-framework-CoreWLAN
py-pyobjc-framework-CryptoTokenKit
py-pyobjc-framework-DictionaryServices
py-pyobjc-framework-DiskArbitration
py-pyobjc-framework-EventKit
py-pyobjc-framework-ExceptionHandling
py-pyobjc-framework-ExternalAccessory
py-pyobjc-framework-FinderSync
py-pyobjc-framework-FSEvents
py-pyobjc-framework-GameCenter
py-pyobjc-framework-GameController
py-pyobjc-framework-GameKit
py-pyobjc-framework-GameplayKit
py-pyobjc-framework-ImageCaptureCore
py-pyobjc-framework-InputMethodKit
py-pyobjc-framework-InstallerPlugins
py-pyobjc-framework-InstantMessage
py-pyobjc-framework-Intents
py-pyobjc-framework-IOSurface
py-pyobjc-framework-iTunesLibrary
py-pyobjc-framework-LatentSemanticMapping
py-pyobjc-framework-LaunchServices
py-pyobjc-framework-libdispatch
py-pyobjc-framework-LocalAuthentication
py-pyobjc-framework-MapKit
py-pyobjc-framework-MediaAccessibility
py-pyobjc-framework-MediaLibrary
py-pyobjc-framework-MediaPlayer
py-pyobjc-framework-Metal
py-pyobjc-framework-MetalKit
py-pyobjc-framework-ModelIO
py-pyobjc-framework-MultipeerConnectivity
py-pyobjc-framework-NaturalLanguage
py-pyobjc-framework-NetFS
py-pyobjc-framework-NetworkExtension
py-pyobjc-framework-NotificationCenter
py-pyobjc-framework-OpenDirectory
py-pyobjc-framework-Photos
py-pyobjc-framework-PhotosUI
py-pyobjc-framework-PreferencePanes
py-pyobjc-framework-PubSub
py-pyobjc-framework-QTKit
py-pyobjc-framework-Quartz
py-pyobjc-framework-SafariServices
py-pyobjc-framework-SceneKit
py-pyobjc-framework-ScreenSaver
py-pyobjc-framework-ScriptingBridge
py-pyobjc-framework-SearchKit
py-pyobjc-framework-Security
py-pyobjc-framework-SecurityInterface
py-pyobjc-framework-ServiceManagement
py-pyobjc-framework-Social
py-pyobjc-framework-SpriteKit
py-pyobjc-framework-StoreKit
py-pyobjc-framework-SyncServices
py-pyobjc-framework-SystemConfiguration
py-pyobjc-framework-Vision
py-pyobjc-framework-WebKit
py-pyparsing
py-Pyro
py-pyrsistent
py-pysha3
py-pysvn revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-pyte
py-pytemplate
py-pyutil
py-pyvex
py-queuelib
py-quixote
py-radon py-radon: updated to 4.5.0 2021-03-15 12:04:03 +00:00
py-random2
py-rauth
py-readlike
py-readline
py-rednose
py-reparser
py-repoze.lru
py-requests
py-requests-file
py-requests-ftp
py-requests-futures
py-requests-mock py-requests-mock: updated to 1.9.1 2021-04-29 07:44:58 +00:00
py-requests-toolbelt
py-requests-unixsocket
py-restructuredtext_lint
py-retry_decorator
py-rlp py-rlp: do not depend on pip 2021-04-11 16:59:36 +00:00
py-rope py-rope: updated to 0.19.0 2021-04-29 17:08:01 +00:00
py-rply py-rply: updated to 0.7.8 2021-02-24 19:41:40 +00:00
py-ruamel-base
py-ruamel-ordereddict
py-ruamel-yaml py-ruamel-yaml: updated to 0.16.13 2021-03-05 13:45:28 +00:00
py-ruamel-yaml-clib
py-sarge py-sarge: import version 0.1.6 2021-02-25 15:23:21 +00:00
py-scandir
py-scard
py-selectors2
py-semantic_version
py-sentry-sdk py-sentry-sdk: updated to 1.0.0 2021-03-07 13:44:46 +00:00
py-serpent
py-setuptools py-setuptools: updated to 54.2.0 2021-04-03 07:32:26 +00:00
py-setuptools-rust
py-setuptools44
py-setuptools_scm py-setuptools_scm: updated to 5.0.2 2021-03-05 07:55:44 +00:00
py-setuptools_scm_git_archive
py-setuptools_trial
py-simplegeneric
py-singledispatch
py-slugify
py-smmap
py-sortedcontainers
py-Spans
py-speaklater
py-stem
py-stevedore
py-stompclient
py-stsci.distutils
py-subprocess32
py-subversion revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-subvertpy revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-sure
py-sysctl
py-termcolor
py-test py-test: updated to 6.2.3 2021-04-05 08:16:16 +00:00
py-test-assume
py-test-asyncio py-test-asyncio: updated to 0.15.1 2021-04-22 12:06:38 +00:00
py-test-benchmark
py-test-cache
py-test-cov
py-test-fixture-config
py-test-flake8
py-test-forked
py-test-isort
py-test-localserver
py-test-mock
py-test-pylint
py-test-pythonpath
py-test-random-order
py-test-randomly
py-test-relaxed
py-test-rerunfailures
py-test-runner
py-test-shutil
py-test-sugar
py-test-testmon
py-test-timeout
py-test-utils
py-test-virtualenv
py-test-watch
py-test-xdist
py-test-xprocess py-test-xprocess: updated to 0.17.1 2021-03-15 14:57:01 +00:00
py-test4
py-testpath
py-testrepository
py-testresources
py-testscenarios
py-testtools
py-thrift thrift: updated to 0.14.1 2021-04-12 19:23:27 +00:00
py-tlsh
py-toolz
py-tortoisehg revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-tox
py-traceback2
py-traitlets
py-treq
py-tryton revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-trytond
py-tubes
py-txaio py-txaio: updated to 21.2.1 2021-03-02 12:00:10 +00:00
py-txgithub
py-txrequests
py-typed-ast py-typed-ast: updated to 1.4.3 2021-04-14 07:05:57 +00:00
py-typing
py-typing-extensions
py-unit
py-unitgui
py-unittest-mixins
py-unittest2
py-unittest2pytest
py-unpaddedbase64
py-urwid
py-usb
py-utils
py-uuid
py-uvloop py-uvloop: updated to 0.15.2 2021-02-19 05:45:07 +00:00
py-vcversioner
py-vine py-vine: improve DESCR and COMMENT following upstream 2021-02-17 14:40:33 +00:00
py-virtualenv
py-visitor
py-wasm
py-wcwidth
py-wheel
py-whichcraft
py-windbg
py-wrapt
py-xbe
py-xdg py-xdg: does not need C compiler 2021-03-20 14:55:57 +00:00
py-xdis py-xdis: updated to 5.0.9 2021-04-22 16:07:43 +00:00
py-xopen
py-yapf py-yapf: updated to 0.31.0 2021-03-14 08:23:15 +00:00
py-zanata-python-client
py-zc.lockfile
py-zconfig
py-zope.deferredimport
py-zope.deprecation
py-zope.exceptions
py-zope.hookable
py-zope.testing
py-ZopeComponent py-ZopeComponent: updated to 5.0.0 2021-04-14 05:03:53 +00:00
py-ZopeConfiguration
py-ZopeEvent
py-ZopeI18NMessageid
py-ZopeInterface py-ZopeInterface: updated to 5.4.0 2021-04-15 18:45:13 +00:00
py-ZopeSchema py-ZopeSchema: updated to 6.1.0 2021-04-14 04:58:50 +00:00
py-ZopeTestrunner py-ZopeTestrunner: updated to 5.3.0 2021-04-14 04:57:39 +00:00
pycharm-bin
python-mode
pythontidy
qbzr
qconf revbump for textproc/icu 2021-04-21 11:40:12 +00:00
qjson
qore-uuid-module
qtscriptgenerator
quilt
R-assertthat
R-BH
R-bindr
R-bit
R-bit64
R-blob
R-brio
R-callr
R-caTools
R-checkmate
R-cli
R-cliapp
R-clipr
R-covr
R-crayon
R-cyclocomp
R-desc
R-devtools
R-diffobj
R-evaluate
R-fansi
R-filelock
R-fs
R-gert
R-git2r
R-glue
R-ini
R-inline
R-IRdisplay
R-IRkernel
R-iterators
R-lazyeval
R-lifecycle
R-lintr
R-lpSolve
R-magrittr
R-memoise
R-mockery
R-pak
R-pkgbuild
R-pkgcache
R-pkgconfig
R-pkgKitten
R-pkgload
R-plogr
R-prettycode
R-proto
R-purrr
R-R6
R-rappdirs
R-rcmdcheck
R-Rcpp
R-rematch
R-rematch2
R-remotes
R-repr
R-rex
R-rio
R-rlang Update to 0.4.10 2021-04-29 08:16:04 +00:00
R-roxygen2
R-rprojroot
R-RUnit
R-rversions
R-sessioninfo
R-tcltk2
R-testit
R-testthat
R-tidyselect
R-tinytest
R-usethis
R-uuid
R-waldo
R-whisker
R-withr
R-xfun
radamsa
radare2 revbump for boost-libs 2021-04-21 13:24:06 +00:00
radare2-cutter revbump for boost-libs 2021-04-21 13:24:06 +00:00
ragel
rainbow-delimiters-el
range-v3
rapidsvn revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ratfor
RBTools
rcs
rdp
RE-flex
re2
re2c re2c: update to 2.1.1. 2021-04-01 16:46:39 +00:00
readline
rebar
rebar3 rebar3: Update to 3.14.4 2021-03-19 16:42:47 +00:00
rebar21
refinecvs
reftools Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
remake
Renaissance revbump for textproc/icu 2021-04-21 11:40:12 +00:00
reposurgeon
rgbds
rinutils rinutils: add version 0.8.0 2021-04-08 19:45:30 +00:00
robin-map
ropper
roundup
rox-lib
rpc2
rscode
rsltc
rt-mysql
rt-pgsql
rt4
rttr
rubigen
ruby-abstract
ruby-activejob52 www/ruby-rails52: update to 5.2.5 2021-04-11 13:20:08 +00:00
ruby-activejob60 www/ruby-rails60: update to 6.0.3.6 2021-04-11 13:24:56 +00:00
ruby-activejob61 www/ruby-rails61: update to 6.1.3.1 2021-04-11 13:28:01 +00:00
ruby-activemodel52 www/ruby-rails52: update to 5.2.5 2021-04-11 13:20:08 +00:00
ruby-activemodel60 www/ruby-rails60: update to 6.0.3.6 2021-04-11 13:24:56 +00:00
ruby-activemodel61 www/ruby-rails61: update to 6.1.3.1 2021-04-11 13:28:01 +00:00
ruby-activestorage52 www/ruby-rails52: update to 5.2.5 2021-04-11 13:20:08 +00:00
ruby-activestorage60 www/ruby-rails60: update to 6.0.3.6 2021-04-11 13:24:56 +00:00
ruby-activestorage61 www/ruby-rails61: update to 6.1.3.1 2021-04-11 13:28:01 +00:00
ruby-activesupport52 www/ruby-rails52: update to 5.2.5 2021-04-11 13:20:08 +00:00
ruby-activesupport60 www/ruby-rails60: update to 6.0.3.6 2021-04-11 13:24:56 +00:00
ruby-activesupport61 www/ruby-rails61: update to 6.1.3.1 2021-04-11 13:28:01 +00:00
ruby-algorithms
ruby-amstd
ruby-assistance
ruby-atk
ruby-backports
ruby-bindata
ruby-bit-struct
ruby-blankslate
ruby-bond
ruby-bsearch
ruby-byaccr
ruby-byebug
ruby-c21e
ruby-celluloid
ruby-celluloid-essentials
ruby-celluloid-extras
ruby-celluloid-fsm
ruby-celluloid-pool
ruby-celluloid-supervision
ruby-classy_hash
ruby-cmd
ruby-concurrent-ruby
ruby-contracts
ruby-cucumber-core
ruby-cucumber-expressions
ruby-cucumber-messages
ruby-cucumber-tag_expressions
ruby-cucumber-wire
ruby-curses
ruby-daemon_controller
ruby-deep_merge
ruby-delayer
ruby-delayer-deferred
ruby-dep Mark these packages Ruby 3.0 incompatible 2021-02-14 15:09:29 +00:00
ruby-deprecated
ruby-dhaka
ruby-diva
ruby-docile
ruby-eet ruby-eet: remove dead master site 2021-04-21 08:26:08 +00:00
ruby-equatable
ruby-eventmachine devel/ruby-eventmachine: fix build problem with Ruby 3.0 2021-02-14 15:27:51 +00:00
ruby-extlib
ruby-facade
ruby-fast_gettext
ruby-ffi devel/ruby-ffi: update to 1.15.0 2021-03-07 08:30:47 +00:00
ruby-ffi-compiler
ruby-ffi-yajl
ruby-fiddle devel/ruby-fiddle: add support for Ruby 3.0 2021-02-14 14:34:54 +00:00
ruby-filesize
ruby-flexmock
ruby-forwardable-extended
ruby-gemcutter devel/ruby-gemcuttre: fix build with Ruby 3.0 2021-02-14 14:57:34 +00:00
ruby-generator
ruby-getopt devel/ruby-getopt: update to 1.6.0 2021-03-07 15:05:59 +00:00
ruby-gettext
ruby-gettext-activerecord
ruby-gettext-rails
ruby-gettext-setup
ruby-gettext_i18n_rails
ruby-gio2
ruby-glib2
ruby-globalid
ruby-gobject-introspection
ruby-hashery
ruby-heckle
ruby-highline
ruby-hike
ruby-hocon
ruby-i18n devel/ruby-i18n: update to 1.8.9 2021-02-13 10:20:47 +00:00
ruby-i18n12
ruby-idn
ruby-iniparse
ruby-inline
ruby-instance_storage
ruby-io-like
ruby-iruby
ruby-kgio
ruby-lazy_priority_queue
ruby-libyajl2
ruby-little-plugger
ruby-locale
ruby-locale-rails
ruby-lockfile
ruby-log4r
ruby-logging
ruby-loquacious
ruby-marcel devel/ruby-marcel: update to 1.0.1 2021-04-12 00:02:52 +00:00
ruby-memcache
ruby-memoist
ruby-mercenary
ruby-metaclass
ruby-metaid
ruby-metasm
ruby-middleware
ruby-minitest devel/ruby-minitest: update to 5.14.4 2021-02-28 15:08:08 +00:00
ruby-mixlib-authentication devel/ruby-mixlib-authentication: update to 3.0.10 2021-03-21 12:52:17 +00:00
ruby-mixlib-cli
ruby-mixlib-config
ruby-mixlib-log
ruby-mixlib-shellout devel/ruby-mixlib-shellout: udpate to 3.2.5 2021-02-14 13:37:17 +00:00
ruby-mkrf
ruby-mocha
ruby-msgpack
ruby-multi_test
ruby-mustache
ruby-native-package-installer devel/ruby-native-package-installer: update to 1.1.1 2021-03-07 14:34:32 +00:00
ruby-ncurses
ruby-necromancer
ruby-needle
ruby-nenv
ruby-octokit
ruby-ole
ruby-open4
ruby-pango
ruby-parseconfig
ruby-parser
ruby-parsetree
ruby-parslet
ruby-pastel
ruby-pathname2
ruby-pathutil
ruby-pkg-config
ruby-polyglot
ruby-posix-spawn
ruby-power_assert
ruby-priority-queue devel/ruby-priority-queue: fix build problem with Ruby 3.0 2021-02-14 14:58:20 +00:00
ruby-protobuf-cucumber
ruby-pycall
ruby-racc Add missing closing double-quote. 2021-03-22 13:21:53 +00:00
ruby-railties52 www/ruby-rails52: update to 5.2.5 2021-04-11 13:20:08 +00:00
ruby-railties60 www/ruby-rails60: update to 6.0.3.6 2021-04-11 13:24:56 +00:00
ruby-railties61 www/ruby-rails61: update to 6.1.3.1 2021-04-11 13:28:01 +00:00
ruby-randexp
ruby-rb-fsevent
ruby-rb-inotify
ruby-rb-kqueue
ruby-rbtree
ruby-rcsparse
ruby-rd-mode
ruby-readline
ruby-red-colors
ruby-redmine revbump for boost-libs 2021-04-21 13:24:06 +00:00
ruby-redmine-flatly-light-theme devel/ruby-redmine-flatly-light-theme: use redmine.mk 2021-02-28 16:12:52 +00:00
ruby-redmine-gitmike-theme devel/ruby-redmine-gitmike-theme: switch to use redmine.mk 2021-02-28 16:13:44 +00:00
ruby-redmine-minimalflat-theme devel/ruby-redmine-minimalflat-theme: switch to use redmine.mk 2021-02-28 16:14:30 +00:00
ruby-redmine-minimalflat2-theme devel/ruby-redmine-gitmike-theme: switch to use redmine.mk 2021-02-28 16:14:57 +00:00
ruby-redmine-purplemine2-theme devel/ruby-redmine-purplemine2-theme: update to 2.14.0 2021-02-28 16:20:55 +00:00
ruby-redmine-red-andy-theme devel/ruby-redmine-red-andy-theme: switch to use redmine.mk 2021-02-28 16:22:54 +00:00
ruby-redmine-yh-theme devel/ruby-redmine-yh-theme: switch to use redmine.mk 2021-02-28 16:23:47 +00:00
ruby-redmine41 devel/ruby-redmine41: update to 4.1.2 2021-04-11 15:03:22 +00:00
ruby-redmine_code_review devel/ruby-redmine_code_review: switch to use redmine.mk 2021-02-28 16:24:34 +00:00
ruby-redmine_lightbox2 devel/ruby-redmine_lightbox2: switch to use redmine.mk 2021-02-28 16:25:09 +00:00
ruby-redmine_theme_changer devel/ruby-redmine_theme_changer: switch to use redmine.mk 2021-02-28 16:25:42 +00:00
ruby-redmine_work_time devel/ruby-redmine_work_time: update to 0.4.1 2021-02-28 16:30:12 +00:00
ruby-ref
ruby-regexp_parser devel/ruby-regexp_parser: update to 2.1.1 2021-02-28 15:14:18 +00:00
ruby-rgl
ruby-ronn ruby-ronn: Bump PKGREVISION for previous PLIST change 2021-03-28 10:06:29 +00:00
ruby-rspec
ruby-rspec-core
ruby-rspec-expectations
ruby-rspec-its
ruby-rspec-logsplit
ruby-rspec-mocks
ruby-rspec-rails devel/ruby-rspec-rails: update to 5.0.1 2021-03-21 12:54:20 +00:00
ruby-rspec-support
ruby-rspec_junit_formatter
ruby-ruby2_keywords
ruby-rugged
ruby-scanf
ruby-SDL
ruby-semantic_puppet
ruby-semverse
ruby-setup
ruby-sexp-processor
ruby-shoulda-context
ruby-shoulda-matchers
ruby-simple_uuid
ruby-simplecov
ruby-simplecov-html
ruby-simpleidn devel/ruby-simpleidn: update to 0.2.1 2021-03-07 14:37:44 +00:00
ruby-spruz
ruby-stomp
ruby-stream
ruby-subexec
ruby-subversion revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ruby-sync
ruby-templater
ruby-term-ansicolor
ruby-termcolor
ruby-test-spec
ruby-test-unit
ruby-test-unit-notify
ruby-thor
ruby-thrift thrift: updated to 0.14.1 2021-04-12 19:23:27 +00:00
ruby-thrift_client
ruby-tins
ruby-tomlrb
ruby-tty-box
ruby-tty-color
ruby-tty-cursor
ruby-tty-prompt
ruby-tty-reader
ruby-tty-screen
ruby-tty-table
ruby-turn
ruby-uglifier
ruby-uuidtools
ruby-validatable
ruby-wisper
ruby-wmi-lite
ruby-yell
ruby-zeitwerk
ruby-zookeeper
ruby2ruby
rubymine-bin
rudiments revbump for boost-libs 2021-04-21 13:24:06 +00:00
rvm
sablecc
samurai
scintilla
scmcvs
scons
sdcc
sdcc3 revbump for boost-libs 2021-04-21 13:24:06 +00:00
SDL SDL: add BUILDLINK_INCDIRS, as with SDL2 2021-04-03 10:14:31 +00:00
SDL-intro-en
SDL-intro-ko
SDL2 check return value of ioctl() and return an error if it fails. 2021-03-09 20:41:08 +00:00
SDL_gfx
SDL_Pango
SDL_ttf
SDLmm
semantic
semi
sfslite
sgb
shtk
shunit2
silc-toolkit *: remove dead download location 2021-04-21 09:06:15 +00:00
skalibs Update to 2.10.0.3. From the changelog: 2021-04-26 14:59:46 +00:00
slib
slibtool
sloccount
smake devel/smake: Update to 1.4 2021-04-26 10:38:11 +00:00
sml-mode sml-mode: remove dead master site 2021-04-21 08:24:51 +00:00
snappy
snappy-java10
sofia-sip
SOPE revbump for textproc/icu 2021-04-21 11:40:12 +00:00
SOPE4 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
sparse
sparsehash
spdlog spdlog: update to 1.8.5. 2021-04-02 08:32:57 +00:00
spiff
spin
splint
st
startbug1 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
stfl
stgit
subversion subversion: updated to 1.14.1 2021-02-14 15:09:19 +00:00
subversion-base revbump for textproc/icu 2021-04-21 11:40:12 +00:00
sunifdef
svn-bisect
swig
swig2
swig3
syncdir
sysexits
tailor
talloc
tavrasm
tcl-tclcl
tclap
tcllib
tclreadline
teem
tet3
tevent
tex-doclicense tex-doclicense{,-doc}: update to 2.2.1 2021-02-20 10:05:02 +00:00
tex-doclicense-doc tex-doclicense{,-doc}: update to 2.2.1 2021-02-20 10:05:02 +00:00
tex-etoolbox tex-etoolbox{,-doc}: update to 2.5k 2021-02-13 10:42:07 +00:00
tex-etoolbox-doc tex-etoolbox{,-doc}: update to 2.5k 2021-02-13 10:42:07 +00:00
tex-l3backend
tex-l3backend-doc
tex-l3experimental tex-l3experimental: update to 2020.57669 2021-02-13 05:54:40 +00:00
tex-l3kernel tex-l3kernel: drop dependency tex-csquotes, break cycle. 2021-02-25 08:25:47 +00:00
tex-l3kernel-doc
tex-l3packages tex-l3packages: restore tex-amsmath dependency 2021-02-26 21:15:07 +00:00
tex-l3packages-doc
tex-latexbug tex-latexbug{,-doc}: update to 1.0i 2021-02-13 11:04:37 +00:00
tex-latexbug-doc tex-latexbug{,-doc}: update to 1.0i 2021-02-13 11:04:37 +00:00
tex-lualibs tex-lualibs{,-doc}: update to 2.73 2021-02-15 00:25:23 +00:00
tex-lualibs-doc tex-lualibs{,-doc}: update to 2.73 2021-02-15 00:25:23 +00:00
tex-luatexbase
tex-luatexbase-doc
tex-multido
tex-multido-doc
tex-pgfopts
tex-pgfopts-doc
tex-pst-uml
tex-pst-uml-doc
tex-tlshell tex-tlshell{,-doc}: update to 2020.57712 2021-02-14 00:47:35 +00:00
tex-tlshell-doc tex-tlshell{,-doc}: update to 2020.57712 2021-02-14 00:47:35 +00:00
tex-xifthen
tex-xifthen-doc
texttest Update to 4.0.7. From the changelog: 2021-04-23 07:19:39 +00:00
threadweaver revbump for textproc/icu 2021-04-21 11:40:12 +00:00
thrift thrift: updated to 0.14.1 2021-04-12 19:23:27 +00:00
tig tig: update to 2.5.3. 2021-03-08 08:45:56 +00:00
tinycthread
tkcon
tkcvs
tkdiff
tl-expected
tla
tlsh
tmake tmake: remove dead master site 2021-04-21 08:23:36 +00:00
tokei
topgit
tpasm
tradcpp
transifex-client
tre
treecc
trio
tvision
ucl
ucommon revbump for boost-libs 2021-04-21 13:24:06 +00:00
ucpp
umbrello revbump for textproc/icu 2021-04-21 11:40:12 +00:00
undebt
unidiff
unittest-cpp
uno
userspace-rcu
uthash uthash: update to 2.3.0. 2021-03-11 15:31:24 +00:00
valgrind
vanessa_adt
vanessa_logger
vanessa_socket
vera++ revbump for boost-libs 2021-04-21 13:24:06 +00:00
verifast revbump for textproc/icu 2021-04-21 11:40:12 +00:00
visualvm
vtcl
wabt wabt: update to 1.0.23. 2021-03-25 08:43:38 +00:00
waf waf: add WAF_HAS_LIBDIR for really old wafs 2021-04-08 08:43:34 +00:00
wayland revbump for textproc/icu 2021-04-21 11:40:12 +00:00
wayland-protocols
woboq_codebrowser revbump for textproc/icu 2021-04-21 11:40:12 +00:00
xa65
xdelta
xdelta3
xfce4-conf *: Use the tools framework for gdbus-codegen 2021-05-02 11:06:12 +00:00
xfce4-dev-tools
xmake
xorg-util-macros
xsd xsd: use external libcutl 2021-03-19 22:09:55 +00:00
xxgdb
xxhash
yajl
yarn
yasm
z80-asm
zeal revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ZenTest
zlib
zookeeper
zzuf zzuf: disable FORTIFY to fix build 2021-04-25 07:52:38 +00:00
Makefile Remove devel/hs-exceptions: It is now part of GHC 2021-05-02 13:43:15 +00:00