pkgsrc/devel
pho 4652bc7a02 Update transformers-compat to 0.6.5
0.6.5 [2019.05.11]
* Ensure that the backported MonadFail instance for ExceptT is
  available when built against transformers-0.4.*.

0.6.4 [2019.04.01]
* Use more conservative CPP to guard the backported MonadFix instance
  for ListT.

0.6.3 [2019.04.01]
* Backport changes from transformers-0.5.6.*:
  * Backport the MonadFix instance for ListT in
    Control.Monad.Trans.Instances.
  * Generalize the type of except in Control.Monad.Trans.Except.
* Backport MonadFail instances for AccumT, Reverse, and SelectT on
  pre-8.0 versions of GHC by depending on the fail package if
  necessary.
* Backport MonadFail instances for monad transformer types in
  Control.Monad.Trans.Instances.

0.6.2
* transformers-compat now uses automatic flags instead of manual
  ones. This has a number of benefits:
  * There is no need for making several simultaneous releases to
    support each flag combination.
  * As a result, the cabal-install constraint solver should have a
    much easier time figuring out install-plans involving
    transformers-compat.
* Due to old cabal-install bugs, cabal-install-1.16 and older may have
  a harder time installing this package, so it is recommended that you
  use cabal-install-1.18 or later. (Or, if you must use
  cabal-install-1.16 or older, installing transformers-compat with the
  appropriate flags should help.)

0.6.1.6
0.6.1.5
0.6.1.4
0.6.1.3
0.6.1.2
* Each of versions 0.6.1.2–0.6.1.6 is a 0.6.1 build with a different
  set of flags configured. Building this way allows us to work around
  bugs in cabal's backtracker. The 0.6.1 release notes describe the
  changes in this version. This release is configured with -ftwo
  (which works with the transformers-0.2 series).

0.6.1
* Fix an oversight in which the Control.Monad.Trans.Accum and
  Control.Monad.Trans.Select modules were not backported when built
  with the -ffour flag.

0.6.0.6
0.6.0.5
0.6.0.4
0.6.0.3
0.6.0.2
* Each of versions 0.6.0.2–0.6.0.6 is a 0.6 build with a different set
  of flags configured. Building this way allows us to work around bugs
  in cabal's backtracker. The 0.6 release notes describe the changes
  in this version. This release is configured with -ftwo (which works
  with the transformers-0.2 series).

0.6
* Introduce the Data.Functor.Classes.Generic module, which provides
  functions that can generically implement methods in the Eq1, Ord1,
  Read1, and Show1 classes (without the usual boilerplate involved).
* Introduce the generic-deriving flag. When enabled,
  transformers-compat will depend on the generic-deriving library on
  older versions of GHC to backport GHC.Generics support for Generic
  instances and the machinery in Data.Functor.Classes.Generic.
* Some instances were present in Data.Functor.Sum but not in
  Control.Monad.Trans.Instances (e.g., the Generic, Typeable, and Data
  instances for Sum). This has been fixed.
* Backport changes from transformers-0.5.5:
  * Backport the Semigroup instance for Constant
  * Add mapSelect and mapSelectT
  * Define selectToContT (and deprecate selectToCont in favor of that)
  * Define some explicit (*>) definitions to avoid space leaks
* Backport changes from transformers-0.5.4 (i.e., add Bifoldable and
  Bitraversable instances for Data.Functor.Constant)
* Backport changes from transformers-0.5.3:
  * Backport the Control.Monad.Trans.Accum and
    Control.Monad.Trans.Select modules
  * Backport the eitherToErrors and elimLift functions to
    Control.Applicative.Lift
  * Backport Bits, FiniteBits, IsString, Num, Real, Integral,
    Fractional, Floating, RealFrac, and RealFloat instances for
    Data.Functor.Identity
  * Backport Monad, MonadFail, and MonadPlus instances for
    Data.Functor.Reverse
  * Backport Eq1, Ord1, Read1, and Show1 instances for Data.Proxy
* Backport changes from transformers-0.5.2 (i.e., add more INLINE
  annotations)
* Backport changes from transformers-0.5.1 (i.e., add Bounded, Enum,
  Ix, and Storable instances for Identity)

0.5.1.4
0.5.1.3
0.5.1.2
* Each of versions 0.5.1.2–0.5.1.4 is a 0.5.1 build with a different
  set of flags configured. Building this way allows us to work around
  bugs in cabal's backtracker. The 0.5.1 release notes describe the
  changes in this version. This release is configured with -ftwo
  (which works with the transformers-0.2 series).

0.5.1
* Fix a bug in which PolyKinds was enabled on GHC 7.4, resulting in
  interface file bugs on that version of GHC.

0.5.0.4
0.5.0.3
0.5.0.2
* Each of versions 0.5.0.2–0.5.0.4 is a 0.5 build with a different set
  of flags configured. Building this way allows us to work around bugs
  in cabal's backtracker. The 0.5 release notes describe the changes
  in this version. This release is configured with -ftwo (which works
  with the transformers-0.2 series).

0.5
* Update transformers-compat to incorporate changes from the
  transformers-0.5 series. These changes include:
  * The Data.Functor.Classes module was completely redesigned.
  * Modules now have Safe or Trustworthy annotations.
  * Data types and type synonyms are poly-kinded when possible.
* Add Control.Monad.Trans.Instances, a module of orphan instances that
  mimic instances available in later versions of transformers.

0.4.0.4
0.4.0.3
0.4.0.2
* Each of versions 0.4.0.2–0.4.0.4 is a 0.4 build with a different set
  of flags configured. Building this way allows us to work around bugs
  in cabal's backtracker. The 0.4 release notes describe the changes
  in this version. This release is configured with -ftwo (which works
  with the transformers-0.2 series).

0.4
Added support for the missing ExceptT instances from mtl.

This was not done lightly. While this means that by default incurring
a dependency on transformers-compat drags in mtl when you are using an
old transformers, it means that users do not have to orphan these
instances and permits wider adoption of ExceptT.

If you absolutely can't stand mtl and really want this package to
build as valid Haskell98, then you can use cabal install
transformers-compat -f-mtl to avoid incurring the dependency to get
these instances. However, that is effectively an unsupported
configuration.

0.3.3.4
0.3.3.3
0.3.3.2
* Versions 0.3.3.2–0.3.3.4 were a successful attempt to fix build
  problems caused by the cabal backtracker. Each of these is a build
  with a different set of flags configured. This release is configured
  with -ftwo (which works with the transformers-0.2 series).
2019-12-31 16:09:01 +00:00
..
accerciser devel: align variable assignments 2019-11-03 10:39:04 +00:00
acme devel: align variable assignments 2019-11-03 10:39:04 +00:00
acr (devel/acr) Updated 1.7.0 to 1.7.2, ChangeLog not maintained, unknown 2019-11-23 08:37:35 +00:00
acunia-jam
adacurses adacurses: HOMEPAGE redirects to https. MASTER_SITES is broken, fix it. 2019-06-05 07:20:16 +00:00
adocman Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
aegis Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
afl devel: align variable assignments 2019-11-03 10:39:04 +00:00
ald
alex
allegro allegro: Update to 4.4.3.1 - fix build with newer MesaLib. 2019-06-18 17:38:18 +00:00
anjuta anjuta: Fix installation 2019-11-11 10:36:37 +00:00
ant-contrib
apache-ant apache-ant: update to 1.10.7. 2019-11-13 12:37:33 +00:00
apache-ant15
apache-ant19
apache-ivy
apache-maven
apel
apenwarr-redo Update to 0.42. From the git log: 2019-11-09 15:00:55 +00:00
appdata-tools *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
apr
apr-util
arcanist Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
arena
argp devel: align variable assignments 2019-11-03 10:39:04 +00:00
argtable
as31
asio asio: build fix for NetBSD > 9.99.14 2019-12-17 01:58:24 +00:00
aslc86k
asm2html
astyle
at-spi *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
at-spi2-atk devel: align variable assignments 2019-11-03 10:39:04 +00:00
at-spi2-core devel: align variable assignments 2019-11-03 10:39:04 +00:00
atf
atk devel: align variable assignments 2019-11-03 10:39:04 +00:00
atkmm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
autoconf Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
autoconf-archive autoconf-archive: update to 2019.01.06 2019-12-04 05:09:50 +00:00
autoconf213 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
autogen Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
automake Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
automake14 devel: align variable assignments 2019-11-03 10:39:04 +00:00
automoc4
autosetup
avl
avltree avltree: update to 1.1nb1. 2019-12-28 12:53:00 +00:00
bam bam: Update to 0.5.1 2019-07-01 13:39:43 +00:00
bats
bcc devel: align variable assignments 2019-11-03 10:39:04 +00:00
bfg
bglibs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bin86
binutils devel: align variable assignments 2019-11-03 10:39:04 +00:00
bison bison: make nls option enabled by default 2019-10-25 12:32:54 +00:00
blame
blib *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
blosc blosc: updated to 1.17.1 2019-12-15 14:22:58 +00:00
bmake
bmkdep
boa-constructor devel: align variable assignments 2019-11-03 10:39:04 +00:00
boehm-gc
boost-build devel: align variable assignments 2019-11-03 10:39:04 +00:00
boost-docs
boost-headers Fix devel/boost-libs build under recent NetBSD 9.99 2019-10-09 19:17:45 +00:00
boost-jam Fix RELRO build, bump PKGREVISION 2019-08-30 15:30:44 +00:00
boost-libs Fix boost-libs PLIST on devuan linux distro 2019-12-31 13:30:27 +00:00
boost-mpi Update to 1.71.0 2019-08-22 12:17:52 +00:00
bpython Switch sphinx to versioned deps. 2019-10-21 21:38:03 +00:00
breezy breezy: Switch to PYTHON_VERSIONS_INCOMPATIBLE. 2019-11-30 13:50:37 +00:00
buddy
bugzilla bugzilla: Undo workaround to handle Perl 5.30.0 issue. 2019-11-11 21:53:06 +00:00
bugzilla3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bullet bullet: doesn't need glut, just depend on mesa and glu 2019-08-30 17:24:35 +00:00
byacc Use https for all invisible-island.net HOMEPAGEs. 2019-06-22 11:37:13 +00:00
bzr devel: align variable assignments 2019-11-03 10:39:04 +00:00
bzr-explorer devel: align variable assignments 2019-11-03 10:39:04 +00:00
bzr-gtk devel: align variable assignments 2019-11-03 10:39:04 +00:00
bzr-svn devel: align variable assignments 2019-11-03 10:39:04 +00:00
bzrtools devel: align variable assignments 2019-11-03 10:39:04 +00:00
c++gsl
calltree-perl devel: align variable assignments 2019-11-03 10:39:04 +00:00
capstone
catch
cbindgen lang/rust/cargo.mk: Remove default DIST_SUBDIR 2019-12-03 16:29:39 +00:00
cbrowser
ccache ccache: updated to 3.7.6 2019-11-20 09:38:42 +00:00
cdecl
cdk devel: align variable assignments 2019-11-03 10:39:04 +00:00
cervisia cervisia: correct kinit dependency 2019-11-30 08:55:49 +00:00
cfitsio cfitsio: update to 3.470 2019-11-26 10:24:11 +00:00
cflow (devel/cflow) Updated to 1.6 2019-11-23 06:28:14 +00:00
cflow-mode (devel/cflow-mode) Updated 1.1 to 1.6, ChangeLog unknown 2019-11-23 06:35:50 +00:00
cfr
cgdb
cgen devel: align variable assignments 2019-11-03 10:39:04 +00:00
check Disable building of docs explicitly, bump PKGREVISION 2019-11-24 09:02:56 +00:00
chmlib
chrpath
clib
clion-bin
clisp-pcre
clisp-syscalls
clisp-wildcard
clisp-zlib
cloc (devel/cloc) Updated 1.76 to 1.84 2019-11-23 07:17:59 +00:00
cmake cmake: updated to 3.16.2 2019-12-29 08:53:14 +00:00
cmake-fedora
cmake-gui cmake: updated to 3.16.0 2019-11-27 22:32:27 +00:00
cmake-mode
cmocka Recursive revbump based on devel/cmocka 1.1.3 -> 1.1.5 2019-11-23 08:45:45 +00:00
cmockery2
cmph
cobol-mode
coccinelle devel: align variable assignments 2019-11-03 10:39:04 +00:00
coconut devel: align variable assignments 2019-11-03 10:39:04 +00:00
codeville devel: align variable assignments 2019-11-03 10:39:04 +00:00
cogito devel: align variable assignments 2019-11-03 10:39:04 +00:00
colordiff Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
commit-patch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
compiz-bcop devel: align variable assignments 2019-11-03 10:39:04 +00:00
compizconfig-backend-gconf *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
concurrencykit devel: align variable assignments 2019-11-03 10:39:04 +00:00
confuse
cook Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cppcheck Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
cppunit cppunit: update to 1.15.1. 2019-12-31 08:43:52 +00:00
cpputest
cproto Use https for all invisible-island.net HOMEPAGEs. 2019-06-22 11:37:13 +00:00
cpuflags devel: align variable assignments 2019-11-03 10:39:04 +00:00
cqual Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cre2 devel: align variable assignments 2019-11-03 10:39:04 +00:00
creduce Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cscope
cssc devel: align variable assignments 2019-11-03 10:39:04 +00:00
ctemplate devel: align variable assignments 2019-11-03 10:39:04 +00:00
cunit
cut
cutter devel: align variable assignments 2019-11-03 10:39:04 +00:00
cvs-fast-export
cvs2cl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cvs2html Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cvs2svn devel: align variable assignments 2019-11-03 10:39:04 +00:00
cvsclone
cvsd devel: align variable assignments 2019-11-03 10:39:04 +00:00
cvsdiff2patch
cvsgraph
cvslock
cvsps
cvsps3
cvsup-bin
cvsup-gui-bin
cvsutils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cvsync devel: align variable assignments 2019-11-03 10:39:04 +00:00
cxref
darcs Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
darts
dconf *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
dconf-editor *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
ddd ddd: update DESCR to reflect 3.3.12 2019-11-14 05:28:47 +00:00
debugcon_printf devel/debugcon_printf: import debugcon_printf-20190609 2019-06-08 23:52:09 +00:00
deforaos-asm Drop reference to non-existing file. Bump revision. 2019-12-21 23:35:05 +00:00
deforaos-coder *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
deforaos-configure Add a comment about the new test target 2019-10-09 02:31:16 +00:00
deforaos-cpp deforaos-cpp: update to 0.0.3nb2. 2019-09-26 10:31:12 +00:00
deforaos-libsystem Needs docbook-xsl. 2019-12-19 22:11:51 +00:00
dejagnu
delta devel: align variable assignments 2019-11-03 10:39:04 +00:00
dev86
devhelp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
device-driver-doc-de
devIL devIL: don't look for malloc in malloc.h. 2019-08-28 13:12:15 +00:00
dia2code
diffuse devel: align variable assignments 2019-11-03 10:39:04 +00:00
diffutils Updated devel/diffutils to 3.7 2019-07-07 18:02:43 +00:00
distcc
distcc-pump
distccmon-gnome *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
distccmon-gtk *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
dlcompat devel: align variable assignments 2019-11-03 10:39:04 +00:00
dmake
dmalloc devel: align variable assignments 2019-11-03 10:39:04 +00:00
doc++ devel: align variable assignments 2019-11-03 10:39:04 +00:00
dolphin-plugins Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
dotconf
doxygen devel: align variable assignments 2019-11-03 10:39:04 +00:00
doxymacs
dumpet
easygit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
eclipse devel: align variable assignments 2019-11-03 10:39:04 +00:00
ecore Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
edcommon
editline devel: align variable assignments 2019-11-03 10:39:04 +00:00
editorconfig-core devel: align variable assignments 2019-11-03 10:39:04 +00:00
eet
egypt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
eina https for enlightenment.org. 2019-07-06 16:46:09 +00:00
eio Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
electric-fence
elf
elfcat
elfsh
elftoolchain
elib
emacs-ilisp
emacs20-elib
empty
epydoc
erlang-base64url
erlang-cache_tab
erlang-ezlib
erlang-fs
error
ethos *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
ETL
etrace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
exctags
exempi Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ExmanIDE devel: align variable assignments 2019-11-03 10:39:04 +00:00
extra-cmake-modules extra-cmake-modules: update to 5.64.0 2019-11-11 06:38:05 +00:00
fann devel: align variable assignments 2019-11-03 10:39:04 +00:00
fastdep
fhist
fifechan Add devel/fifechan. 2019-08-07 11:44:40 +00:00
fifengine Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
flatbuffers
flatzebra flatzebra: Update to 0.1.7 2019-11-26 18:51:18 +00:00
flex
flexdock
flim devel: align variable assignments 2019-11-03 10:39:04 +00:00
florist
fortran-utils
fossil devel: align variable assignments 2019-11-03 10:39:04 +00:00
frama-c *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
frink devel: align variable assignments 2019-11-03 10:39:04 +00:00
fromcvs (devel/fromcvs) regen distinfo based on github.com version 2019-09-15 09:13:19 +00:00
ftnchek devel: align variable assignments 2019-11-03 10:39:04 +00:00
g-wrap
gccmakedep
GConf devel: align variable assignments 2019-11-03 10:39:04 +00:00
GConf-ui Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gconfmm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gcvs devel: align variable assignments 2019-11-03 10:39:04 +00:00
gdb devel: align variable assignments 2019-11-03 10:39:04 +00:00
gdb7 devel: align variable assignments 2019-11-03 10:39:04 +00:00
gdbus-codegen gdbus-codegen: update to 2.62.4 2019-12-29 19:41:43 +00:00
gdl gdl: update to 3.34.0. 2019-11-13 12:46:04 +00:00
geany Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gearmand devel: align variable assignments 2019-11-03 10:39:04 +00:00
generate
gengetopt
gentle
gettext devel: align variable assignments 2019-11-03 10:39:04 +00:00
gettext-asprintf
gettext-lib devel: align variable assignments 2019-11-03 10:39:04 +00:00
gettext-m4 Also install host-cpu-c-abi.m4 from gettext-tools/gnulib-m4 2019-12-16 14:44:56 +00:00
gettext-tools devel: align variable assignments 2019-11-03 10:39:04 +00:00
gflags
gflib
giblib
gindent
git git: Update to 2.24.1 2019-12-10 18:32:38 +00:00
git-base git-base: Use bash to run tests 2019-12-11 14:54:25 +00:00
git-contrib
git-cvs
git-docs devel: align variable assignments 2019-11-03 10:39:04 +00:00
git-gitk git: updated to 2.24.0 2019-11-08 12:24:31 +00:00
git-lfs Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
git-remote-hg
git-svn
gitolite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
glade *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
glib devel/glib: Fix compiler check via pkglint 2019-11-24 01:02:37 +00:00
glib2 glib2: add missing 'lib/' to an entry. Fixes packaging. 2019-12-29 23:02:06 +00:00
glib2-tools Update glib2 to 2.60.2 2019-06-03 09:53:50 +00:00
glibmm glibmm: update to 2.62.0. 2019-11-14 11:49:38 +00:00
global devel: align variable assignments 2019-11-03 10:39:04 +00:00
gmake gmake: Unbreak PREFER_PKGSRC circular dependencies. 2019-10-31 15:05:52 +00:00
gmp devel: align variable assignments 2019-11-03 10:39:04 +00:00
gmtk Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
gnatpython devel: align variable assignments 2019-11-03 10:39:04 +00:00
gnome-common
gnustep-base *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
gnustep-examples
gnustep-make devel: align variable assignments 2019-11-03 10:39:04 +00:00
gnustep-objc
gnustep-objc-lf2
go-afero Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-amber Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-appengine Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-argv Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-assert Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-blackfriday Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-buffruneio Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-bytebufferpool Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-cast Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-check Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-cli Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-cobra Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-colorable Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-colortext Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-colour Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-compress Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-consul-api Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-cpuid Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-debounce Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-ed25519 Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-emoji Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-errors Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-flags-svent Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-fnmatch Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-fs Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-fsnotify Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-fsync Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-gitmap Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-glog Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-gls Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-gocode Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-godef Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-godirwalk Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-godotenv Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-golang-lru Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-goorgeous Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-gopkgs Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-goptlib Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-goreturns Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-gox Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-hashstructure Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-homedir Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-humanize Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-i18n Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-immutable-radix Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-ini Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-iochan Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-isatty Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-jwalterweatherman Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-jwt-go Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-kingpin.v3-unstable Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-locker Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-logrus Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-mapstructure Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-mapstructure-bep Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-mow-cli Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-nbreader Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-nitro Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-osext Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-pflag Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-properties Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-protobuf Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-purell Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-ratelimit Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-repr Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-review Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-sanitized_anchor_name Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-shellwords Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-shuffle Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-siphash Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-spew Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-sync Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-sys Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-termbox Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-testify Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-thrift Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-tools Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-try Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-viper Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
go-yaml Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
gob2
gobject-introspection gobject-introspection: update to 1.62.0 2019-10-14 03:28:01 +00:00
golint Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
google-api-go-client Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
google-glog
googletest
Gorm
gperf
gperftools Use /proc/../maps to get shared library information on NetBSD. 2019-11-28 12:19:58 +00:00
gprbuild-aux
gps devel: align variable assignments 2019-11-03 10:39:04 +00:00
gputils
gradle
grantlee devel: align variable assignments 2019-11-03 10:39:04 +00:00
grantlee-qt5 devel: align variable assignments 2019-11-03 10:39:04 +00:00
gsoap
gst-plugins0.10-pango
gst-plugins1-pango
gtexinfo devel: align variable assignments 2019-11-03 10:39:04 +00:00
gtl
guile-bytestructures devel/guile-bytestructures: remove languages. 2019-11-15 16:00:23 +00:00
guile-gcrypt devel/guile-gcrypt: Update to version 0.2.0 2019-12-10 18:03:51 +00:00
guile-git devel/guile-git: Fix build (info files) 2019-12-21 22:43:45 +00:00
guile-gnome *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
guile-lib
guile-slib
guile-www
guile22-slib
gyp devel: align variable assignments 2019-11-03 10:39:04 +00:00
happy
haskell-mode
hdevtools
hdf
hdf5 devel: align variable assignments 2019-11-03 10:39:04 +00:00
hdf5-c++
heirloom-getopt
heirloom-libcommon
heirloom-what
hoe Remove USE_RAKE 2019-11-18 16:20:22 +00:00
honggfuzz
hptools devel: align variable assignments 2019-11-03 10:39:04 +00:00
hs-ansi-terminal Update to ansi-terminal-0.10.2 2019-12-30 00:03:50 +00:00
hs-base-unicode-symbols Update to base-unicode-symbols-0.2.4.2 2019-12-30 23:48:43 +00:00
hs-blaze-builder
hs-cmdargs
hs-colour Import colour-2.3.3 2019-12-29 23:57:51 +00:00
hs-cpphs devel: align variable assignments 2019-11-03 10:39:04 +00:00
hs-data-default Update to data-default-0.7.1.1 2019-12-31 07:48:16 +00:00
hs-data-default-class Update to data-default-class-0.1.2.0 2019-12-31 07:17:00 +00:00
hs-data-default-instances-base Remove PLIST; we can no longer use it for Haskell packages 2019-12-31 07:22:44 +00:00
hs-data-default-instances-containers Remove PLIST; we can no longer use it for Haskell packages 2019-12-31 07:26:27 +00:00
hs-data-default-instances-dlist Bump PKGREVISION for hs-dlist-0.8.0.7 2019-12-31 07:35:23 +00:00
hs-data-default-instances-old-locale Add dependency on devel/hs-old-locale 2019-12-31 07:52:08 +00:00
hs-deepseq-generics Update to deepseq-generics-0.2.0.0 2019-12-31 07:52:47 +00:00
hs-dlist Update to dlist-0.8.0.7 2019-12-31 07:33:17 +00:00
hs-exceptions
hs-extensible-exceptions Remove PLIST; we can no longer use it for Haskell packages 2019-12-31 08:05:31 +00:00
hs-fail Import fail-4.9.0.0 2019-12-31 14:24:57 +00:00
hs-generic-deriving Import generic-deriving-1.13.1 from wip 2019-12-31 15:49:52 +00:00
hs-ghc-mtl
hs-ghc-paths Update to ghc-paths-0.1.0.12 2019-12-31 08:12:48 +00:00
hs-hashable Update to hashable-1.3.0.0 2019-12-31 12:47:44 +00:00
hs-haskell-src-exts
hs-hint
hs-lifted-base
hs-mmorph
hs-monad-control
hs-MonadRandom
hs-mtl
hs-old-locale Import old-locale-1.0.0.7 2019-12-31 07:43:12 +00:00
hs-primitive
hs-QuickCheck
hs-random
hs-reflection
hs-resourcet
hs-safe
hs-setlocale
hs-split
hs-stm
hs-syb
hs-tagged Update to tagged-0.8.6 2019-12-31 14:47:06 +00:00
hs-text Update to text-1.2.4.0 2019-12-31 08:59:52 +00:00
hs-tf-random
hs-th-abstraction Import th-abstraction-0.3.1.0 2019-12-31 15:34:56 +00:00
hs-transformers Update to transformers-0.5.6.2 2019-12-31 14:36:26 +00:00
hs-transformers-base
hs-transformers-compat Update transformers-compat to 0.6.5 2019-12-31 16:09:01 +00:00
hs-uniplate
hs-unordered-containers
hs-utf8-string
hs-vault
hs-vector
hs-vector-algorithms
hs-void
ht
hugs-HUnit
hugs-unix Use https for haskell.org. 2019-07-10 10:24:05 +00:00
hyperscan
idiff
idutils
imake
include-what-you-use include-what-you-use: Update to 0.13 2019-11-26 18:34:31 +00:00
iniparser
intel2gas
intellij-ce-bin devel: align variable assignments 2019-11-03 10:39:04 +00:00
intellij-ue-bin devel: align variable assignments 2019-11-03 10:39:04 +00:00
isect devel: align variable assignments 2019-11-03 10:39:04 +00:00
ivykis
jam
java-jna devel: align variable assignments 2019-11-03 10:39:04 +00:00
java-subversion Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
javacc
javadeps
jd-gui
jdebp-redo Support PKGMANDIR. 2019-08-02 21:54:56 +00:00
jemalloc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
jenkins
jenkins-lts
jflex
jq
js2-mode
js_of_ocaml devel: align variable assignments 2019-11-03 10:39:04 +00:00
jsonnet update devel/jsonnet to version 0.13.0 2019-08-13 18:04:28 +00:00
kafka devel: align variable assignments 2019-11-03 10:39:04 +00:00
kapptemplate kapptemplate: update to 19.08.3 qt5/kf5 version 2019-11-25 10:03:20 +00:00
kbookmarks KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
kbuild Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
kcachegrind Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
kcmutils KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
kconfig KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
kcoreaddons KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
kcrash KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
kde-dev-scripts kde-dev-scripts: update to 19.08.3 qt5/kf5 version 2019-11-25 10:07:31 +00:00
kde-dev-utils kde-dev-utils: update to 19.08.3 qt5/kf5 version 2019-11-25 10:09:32 +00:00
kdeclarative KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
kdesdk-kioslaves Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
kdesdk-strigi-analyzers Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
kdesdk-thumbnailers Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
kdevelop4 devel: align variable assignments 2019-11-03 10:39:04 +00:00
kdevplatform devel: align variable assignments 2019-11-03 10:39:04 +00:00
kdiff3 devel: align variable assignments 2019-11-03 10:39:04 +00:00
kdoctools KDE Frameworks update to 5.64.0 2019-11-11 07:36:12 +00:00
ki18n KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kidletime KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kio KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kitemmodels KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
knotifications KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
knotifyconfig KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
ko-po-check Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
kompare kompare: update to 19.08.3 qt5/kf5 version 2019-11-25 09:59:25 +00:00
kpackage KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kparts KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kpeople KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kpty KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kross kross: add version 5.64.0 2019-11-24 03:09:19 +00:00
krunner KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kservice KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
ktexteditor KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kwayland KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
kyua
lcc
lcdis devel: align variable assignments 2019-11-03 10:39:04 +00:00
lcov devel: align variable assignments 2019-11-03 10:39:04 +00:00
ldapsdk Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ldpc devel: align variable assignments 2019-11-03 10:39:04 +00:00
lemon sqlite3: updated to 3.30.1 2019-10-11 15:37:09 +00:00
lettuce Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
libappindicator lib[app]indicator: Add SUPERSEDES 2019-09-17 10:42:35 +00:00
libarena
libargparse
libast
libatomic_ops
libbegemot
libbinio
libblkid
libbonobo Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libbonoboui *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libcbor devel: align variable assignments 2019-11-03 10:39:04 +00:00
libcerf libcerf: updated HOMEPAGE 2019-08-11 12:46:54 +00:00
libcfg+
libcompizconfig Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libconfig
libctl
libdaemon
libdatrie
libdbusmenu-glib libdbusmenu-glib uses deprecated APIs - remove -Werror to fix build 2019-11-26 14:19:58 +00:00
libdbusmenu-gtk *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
libdbusmenu-gtk-doc
libdbusmenu-gtk3 libdbusmenu-gtk3 uses deprecated APIs - remove -Werror to fix build 2019-11-26 14:28:20 +00:00
libdbusmenu-jsonloader *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
libdbusmenu-qt devel: align variable assignments 2019-11-03 10:39:04 +00:00
libdbusmenu-qt5 devel: align variable assignments 2019-11-03 10:39:04 +00:00
libdbusmenu-tools Ignore deprecation with clang. 2019-12-22 22:22:27 +00:00
libdevq
libdnsres
libdockapp
libdshconfig
libdwarf
libebml libebml: updated to 1.3.10 2019-12-11 14:05:28 +00:00
libelf
libestr
libetm
libev libev: update to 4.31. 2019-12-31 12:28:23 +00:00
libevent devel: align variable assignments 2019-11-03 10:39:04 +00:00
libewf
libexecinfo devel: align variable assignments 2019-11-03 10:39:04 +00:00
libextractor devel: align variable assignments 2019-11-03 10:39:04 +00:00
libf2c devel: align variable assignments 2019-11-03 10:39:04 +00:00
libffcall libffcall: update to 2.2. 2019-10-10 11:53:12 +00:00
libffi
libfirm
libFoundation
libFoundation-examples
libfreefare
libftdi
libftdi1 devel: align variable assignments 2019-11-03 10:39:04 +00:00
libgail-gnome *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libgcroots libgcroots: add support for netbsd/aarch64. 2019-11-20 21:24:33 +00:00
libgee *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
libgee0.6 devel: align variable assignments 2019-11-03 10:39:04 +00:00
libgetopt devel: align variable assignments 2019-11-03 10:39:04 +00:00
libgit2 libgit2: Update to 0.28.4 2019-12-14 02:57:02 +00:00
libglade devel: align variable assignments 2019-11-03 10:39:04 +00:00
libglademm *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libgnome *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libgnomemm *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libgnomeui Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libgnomeuimm *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libgphoto2 libgphoto2: fix build on sunos by force-failing the libusb configure test. 2019-10-27 18:58:06 +00:00
libgsf libgfs: remove reference to libole2 2019-11-15 14:34:08 +00:00
libgweather devel: align variable assignments 2019-11-03 10:39:04 +00:00
libhfs
libhid
libiberty
libidn Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libidn2 libidn2: Update to 2.3.0 2019-11-21 23:32:16 +00:00
libindicator lib[app]indicator: Add SUPERSEDES 2019-09-17 10:42:35 +00:00
libinotify devel: align variable assignments 2019-11-03 10:39:04 +00:00
libite
libixp
libjit devel: align variable assignments 2019-11-03 10:39:04 +00:00
libjudy
libkgapi Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libkomparediff2 libkomparediff2: update to 19.08.3 qt5/kf5 version 2019-11-25 09:56:34 +00:00
liblangtag devel: align variable assignments 2019-11-03 10:39:04 +00:00
liblnk
libltdl devel: align variable assignments 2019-11-03 10:39:04 +00:00
libmaa
libmatchbox
libmcs
libmemcache
libmemcached devel: align variable assignments 2019-11-03 10:39:04 +00:00
libmemmgr
libmimedir
libmm
libmowgli libmowgli: Update to 2.1.3 2019-11-22 00:12:34 +00:00
libmtp libmtp: updated to 1.1.6 2019-09-21 09:52:42 +00:00
libnet10
libnet11 devel: align variable assignments 2019-11-03 10:39:04 +00:00
libnfc devel: align variable assignments 2019-11-03 10:39:04 +00:00
libnjb
libntlm libntlm: update to 1.5. 2019-11-26 12:39:45 +00:00
liboil
liboop
libosip
libowfat Fix kqueue support. Bump revision. 2019-12-22 22:23:00 +00:00
libpeas libpeas: update to 1.24.1. 2019-11-13 14:28:05 +00:00
libpgm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libphutil Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
libportlib
libproplist
libpthread_dbg Consistently disable PIC archives. Bump revision. 2019-12-22 22:23:55 +00:00
librdkafka devel/librdkafka: Update to 1.0.1 2019-07-10 01:31:21 +00:00
librelp *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
librfuncs devel: align variable assignments 2019-11-03 10:39:04 +00:00
librlog
librxspencer
libsafec Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
libsexy *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libsexymm *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libsigc++ libsigc++: sync GCC_REQD between Makefile and bl3.mk 2019-11-07 13:24:50 +00:00
libsigc++1
libsigc++3 devel/libsigc++3: import libsigc++3-3.0.0 2019-11-07 13:17:42 +00:00
libsigsegv
libslang devel: align variable assignments 2019-11-03 10:39:04 +00:00
libslang2 devel: align variable assignments 2019-11-03 10:39:04 +00:00
libsmi
libstash devel: align variable assignments 2019-11-03 10:39:04 +00:00
libstatgrab devel: align variable assignments 2019-11-03 10:39:04 +00:00
libstree
libstroke
libtai Don't conflict with sufficiently new libowfat. 2019-07-16 21:38:15 +00:00
libtar libtar: HOMEPAGE redirects to https 2019-06-22 11:31:06 +00:00
libtecla
libthai
libthrift devel/libthrift: fix build problem 2019-12-25 14:08:41 +00:00
libthrift_c_glib thrift: updated to 0.12.0 and split into language modules 2019-09-18 11:27:51 +00:00
libtool
libtool-base
libtool-fortran
libtool-info
libts
libusb libusb: revert previous patch. this code is not doing unaligned access. 2019-08-06 09:27:30 +00:00
libusb-compat
libusb1 Translate EWOULDBLOCK to LIBUSB_ERROR_TIMEOUT on NetBSD. 2019-12-22 17:06:39 +00:00
libuuid devel: align variable assignments 2019-11-03 10:39:04 +00:00
libuv libuv: updated to 1.34.0 2019-12-04 12:56:37 +00:00
libuxre
libview *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libvolume_id devel: align variable assignments 2019-11-03 10:39:04 +00:00
libwhisker2 devel: align variable assignments 2019-11-03 10:39:04 +00:00
libwnck *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libwnck3 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libxenserver Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libzen
libzookeeper devel: align variable assignments 2019-11-03 10:39:04 +00:00
linenoise
lld llvm: updated to 9.0.1 2019-12-29 15:31:21 +00:00
lldb llvm: updated to 9.0.1 2019-12-29 15:31:21 +00:00
lmdbg
locktests devel: align variable assignments 2019-11-03 10:39:04 +00:00
log4cplus
log4cxx
log4shib devel: align variable assignments 2019-11-03 10:39:04 +00:00
lokalize lokalize: update to 19.08.3 qt5/kf5 version 2019-11-24 04:04:38 +00:00
ltsa
lua-alt-getopt
lua-bitlib lua-bitlib: fix build on OS X by using libtool. 2019-09-05 18:54:37 +00:00
lua-BitOp devel: align variable assignments 2019-11-03 10:39:04 +00:00
lua-coxpcall
lua-cqueues Fix build on macOS. Bump PKGREVISION. 2019-08-29 20:16:49 +00:00
lua-filesystem
lua-gi
lua-ljsyscall
lua-lpeg
lua-lrexlib devel: align variable assignments 2019-11-03 10:39:04 +00:00
lua-lrexlib-onig
lua-lrexlib-pcre
lua-lrexlib-posix
lua-mode
lua-penlight
lua-posix
lua-rocks
lua-std-_debug
lua-std-normalize
lua-stdlib
lua-thrift thrift: updated to 0.12.0 and split into language modules 2019-09-18 11:27:51 +00:00
lutok
lwp
m4
m17n-lib
mad-flute Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
magit
makedepend
makedepf90
maketool
man-pages
mantis Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
mate-common mate-common: update to mate-common 1.22.2 2019-12-30 22:45:52 +00:00
matio
mcpp
mdds Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mdds1.2 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
meld meld: fix build with python3.8 2019-12-22 20:40:50 +00:00
mell
memcached memcached: updated to 1.5.20 2019-11-11 17:29:50 +00:00
menhir devel: align variable assignments 2019-11-03 10:39:04 +00:00
mercurial
meson meson: updated to 0.52.1 2019-12-11 12:48:07 +00:00
mico devel: align variable assignments 2019-11-03 10:39:04 +00:00
mk-configure devel: align variable assignments 2019-11-03 10:39:04 +00:00
mkcmd
mm-common mm-common: update to 1.0.0. 2019-11-13 14:37:28 +00:00
MoarVM devel: align variable assignments 2019-11-03 10:39:04 +00:00
mono-addins Use https for mono-project.com. 2019-09-11 11:53:39 +00:00
mono-tools Use https for mono-project.com. 2019-09-11 11:53:39 +00:00
monodevelop Use https for mono-project.com. 2019-09-11 11:53:39 +00:00
monodevelop-database *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
monotone devel: align variable assignments 2019-11-03 10:39:04 +00:00
monotone-server devel: align variable assignments 2019-11-03 10:39:04 +00:00
monotone-viz *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
mph
msgpack
mustach devel/mustach: set install_name to fix macOS build 2019-12-29 21:46:59 +00:00
myrepos devel: align variable assignments 2019-11-03 10:39:04 +00:00
nana
nant
nasm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nbpatch
ncc
ncurses devel: align variable assignments 2019-11-03 10:39:04 +00:00
ncursesw devel: align variable assignments 2019-11-03 10:39:04 +00:00
netbeans-ide devel/netbeans-ide: adjust location of HTML documentation 2019-10-12 19:37:47 +00:00
netbsd-iscsi-lib devel: align variable assignments 2019-11-03 10:39:04 +00:00
netcdf Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
netcdf-cxx Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
netcdf-fortran Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
newfile
ninja-build
noweb
npapi-sdk
npth
nqc
nsis devel: align variable assignments 2019-11-03 10:39:04 +00:00
nspr Update to 4.24 2019-12-04 12:53:18 +00:00
nspr-reference devel: align variable assignments 2019-11-03 10:39:04 +00:00
nss Update to 3.48 2019-12-28 23:04:04 +00:00
ObjectiveLib
objfw
ocaml-angstrom
ocaml-astring devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-async
ocaml-async_extra devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-async_kernel
ocaml-async_rpc_kernel
ocaml-async_unix devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-base
ocaml-base64
ocaml-base_bigstring
ocaml-base_quickcheck
ocaml-batteries devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-bigstringaf devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-bin_prot
ocaml-biniou devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-bos devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-checkseum Updated devel/ocaml-checkseum to version 0.1.0. 2019-07-01 12:32:56 +00:00
ocaml-cmdliner
ocaml-compiler-libs
ocaml-configurator
ocaml-core Updated devel/ocaml-core to version 0.12.3. 2019-07-01 12:38:53 +00:00
ocaml-core_kernel devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-cppo devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-cstruct devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-deriving-ocsigen devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-digestif Updated devel/ocaml-digestif to version 0.7.2. 2019-07-01 12:42:16 +00:00
ocaml-duff
ocaml-dune devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-encore
ocaml-eqaf
ocaml-extlib Can't reproduce the problem anymore. Remove MAKE_JOBS_SAFE=no. 2019-08-27 19:56:03 +00:00
ocaml-fieldslib
ocaml-findlib devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-fmt devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-fpath devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-git devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-hex devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-jane-street-headers devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-jbuilder devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-js-build-tools devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-jst-config devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-logs devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-lru devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-lwt
ocaml-lwt_camlp4 devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-lwt_glib
ocaml-lwt_log
ocaml-lwt_ppx
ocaml-lwt_react
ocaml-lwt_ssl devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-migrate-parsetree devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-mmap
ocaml-oasis
ocaml-ocplib-endian devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-optcomp
ocaml-optint
ocaml-parsexp devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_assert devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_base
ocaml-ppx_bench
ocaml-ppx_bin_prot Updated devel/ocaml-ppx_bin_prot to 0.12.1. 2019-06-11 08:44:31 +00:00
ocaml-ppx_compare
ocaml-ppx_custom_printf Updated devel/ocaml-ppx_custom_printf to version 0.12.1. 2019-07-31 09:27:29 +00:00
ocaml-ppx_derivers
ocaml-ppx_deriving Cleaned up Makefile for devel/ocaml-ppx_deriving a bit 2019-07-31 09:24:22 +00:00
ocaml-ppx_enumerate
ocaml-ppx_expect devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_fail
ocaml-ppx_fields_conv
ocaml-ppx_hash
ocaml-ppx_here
ocaml-ppx_inline_test
ocaml-ppx_jane
ocaml-ppx_let
ocaml-ppx_module_timer
ocaml-ppx_optcomp
ocaml-ppx_optional
ocaml-ppx_pipebang
ocaml-ppx_sexp_conv devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_sexp_message
ocaml-ppx_sexp_value
ocaml-ppx_stable devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_tools devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_tools_versioned devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppx_typerep_conv
ocaml-ppx_variants_conv
ocaml-ppxfind devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-ppxlib devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-psq devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-re devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-react
ocaml-reactiveData
ocaml-resource-pooling devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-result devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-rresult devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-seq devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-sexplib devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-sexplib0 devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-spawn
ocaml-splittable_random
ocaml-stdio devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-stringext
ocaml-type_conv
ocaml-typerep
ocaml-variantslib devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocaml-yojson devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocamlbuild devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocamlgraph devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocamlify devel: align variable assignments 2019-11-03 10:39:04 +00:00
ocamlmod devel: align variable assignments 2019-11-03 10:39:04 +00:00
ode
ogre
okteta Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
omake
opal
open-vcdiff
opencm devel: align variable assignments 2019-11-03 10:39:04 +00:00
opengrok
openocd Remove -Werror, so this has a chance to compile on newer gcc versions 2019-07-08 16:27:13 +00:00
openrcs
orc orc: update to 0.4.31. 2019-11-06 12:30:50 +00:00
ossp-uuid Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-accessors Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-accessors-fast devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Acme-Damn Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Acme-PlayCode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-Annotate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-C3 devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Algorithm-CheckDigits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-Dependency Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-Diff Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-HowSimilar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-Merge Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-Permute Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-aliased Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Alien-Base-ModuleBuild (devel/p5-Alien-Base-ModuleBuild) Updated 1.06 to 1.08 2019-11-27 12:03:39 +00:00
p5-Alien-Build (Alien-Build) Updated to 1.92 2019-11-27 12:12:11 +00:00
p5-Alien-Packages Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Alien-SDL devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-AnnoCPAN-Perldoc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Any-Moose devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-AnyEvent devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-AnyEvent-AIO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-IRC devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-AnyEvent-RabbitMQ Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-XMPP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-Cache Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-CLI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-Cmd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-cpanminus Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-cpanoutdated Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-FatPacker (devel/p5-App-FatPacker) Updated 0.010007 to 0.010008 2019-10-10 11:27:45 +00:00
p5-App-perlbrew (devel/p5-App-perlbrew) Updated to 0.87 2019-10-26 06:29:25 +00:00
p5-App-Prove-Plugin-ProgressBar devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-App-Prove-Plugin-ProgressBar-Each devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-AppConfig Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AppConfig-Std Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Array-Compare Update to 3.0.3 2019-09-13 08:36:09 +00:00
p5-Array-Diff Update to 0.09 2019-09-13 08:44:18 +00:00
p5-Array-RefElem Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-asa Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Async-Interrupt (devel/p5-Async-Interrupt) Updated 1.24 to 1.25 2019-10-10 11:32:17 +00:00
p5-AtExit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Attribute-Lexical Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-autobox Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-autobox-Core Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Autodia Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-autodie Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AutoLoader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-autovivification Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AutoXS-Header Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Compiling Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Debug devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-B-Hooks-EndOfScope Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Hooks-OP-Annotation Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Hooks-OP-Check Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Hooks-OP-Check-EntersubForCV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Hooks-OP-Check-StashChange Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Hooks-OP-PPAddr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Hooks-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Keywords Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-B-Utils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BackPAN-Index devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-bareword-filehandles Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Bit-Vector Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-boolean Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BSD-Resource Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cache devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Cache-Cache Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cache-FastMmap (devel/p5-Cache-FastMmap) Updated 1.47 5o 1.48 2019-10-11 14:56:08 +00:00
p5-Cache-LRU Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cache-Memcached devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Cache-Memcached-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cache-Simple-TimedExpiry Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Canary-Stability (devel/p5-Canary-Stability) Updated 2012 to 2013 2019-10-10 11:34:12 +00:00
p5-capitalization Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Capture-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Carp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Carp-Always Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Carp-Assert Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Carp-Assert-More (devel/p5-Carp-Asset-More) Updated 1.16 to 1.20 2019-10-13 10:57:37 +00:00
p5-Carp-Clan (devel/p5-Carp-Clan) Updated from 6.07 to 6.08 2019-10-13 10:59:44 +00:00
p5-Carp-REPL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Carton Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Check-ISA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CHI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-circular-require Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CLASS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Accessor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Accessor-Chained Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Accessor-Grouped devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Class-Accessor-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Accessor-Named Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Adapter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Autouse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Base Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-C3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-C3-Adopt-NEXT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-C3-Componentised Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-C3-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Container Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Data-Accessor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Data-Inheritable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-ErrorHandler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Factory Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Factory-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Field Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Fields Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Gomor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Inner Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-InsideOut Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Inspector (devel/p5-Class-Instpector) Updated 1.34 to 1.36 2019-10-13 11:01:37 +00:00
p5-Class-ISA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Load Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Load-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Loader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-MakeMethods Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Method-Modifiers (devel/p5-Class-Method-Modifier) Updated 2.12 to 2.13 2019-10-13 11:03:28 +00:00
p5-Class-MethodMaker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Mix Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-ObjectTemplate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-OOorNO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-ReturnValue Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Singleton Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Std Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Throwable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Trigger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Unload Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-Virtual Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-WhiteHole Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-XML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-XPath Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-XSAccessor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Clone (devel/p5-Clone) Updated 0.41 to 0.43 2019-10-13 11:20:05 +00:00
p5-Clone-Choose Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Clone-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Clone-PP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-common-sense Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Compress-PPMd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Compress-Raw-Bzip2 (devel/p5-Compress-Raw-Bzip2) Updated from 2.087 to 2.091 2019-11-27 12:20:53 +00:00
p5-Compress-Raw-Zlib (devel/p5-Compress-Raw-Zlib) Updated 2.087 to 2.091 2019-11-27 12:18:23 +00:00
p5-Config-Any Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-Any-Merge Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-Auto Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-AutoConf Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-File devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Config-Find Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-General Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-GitLike Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-Grammar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-INI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-INI-Reader-Ordered Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-IniFiles Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-MVP devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Config-MVP-Reader-INI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-Properties Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-Std Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Config-Tiny (devel/p5-Config-Tiny) Updated 2.23 to 2.24 2019-10-13 11:27:06 +00:00
p5-Const-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-constant-def Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Context-Preserve Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Contextual-Return Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Convert-Binary-C Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Coro devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-CPAN (devel/p5-CPAN) Updated 2.26 to 2.27 2019-10-10 12:24:09 +00:00
p5-CPAN-Changes devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-CPAN-Checksums Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-Common-Index Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-DistnameInfo Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-FindDependencies (devel/p5-CPAN-FindDependencies) Updated to 2.49 2019-10-26 06:35:19 +00:00
p5-CPAN-Inject Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-Meta Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-Meta-Check devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-CPAN-Meta-Requirements Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-Meta-YAML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-Mini Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-ParseDistribution devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-CPAN-Perl-Releases (CPAN-Perl-Releases) Updated from 4.18 to 4.22 2019-11-27 12:14:07 +00:00
p5-CPAN-Reporter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CPAN-Uploader devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-CPANPLUS devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-curry Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Curses Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Curses-UI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Curses-UI-POE Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cwd-Guard Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Alias devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Data-Binary Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Buffer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Compare (devel/p5-Data-Compare) Updated to 1.27 2019-11-27 12:15:58 +00:00
p5-Data-Denter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Dump Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Dump-Streamer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Dumper devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Data-Dumper-Concise Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Dumper-Names devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Data-GUID Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Hierarchy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-IEEE754 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Integer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-MessagePack Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Munge Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-ObjectDriver (devel/p5-Data-ObjectDriver) Updated 0.17 to 0.18 2019-10-15 13:53:58 +00:00
p5-Data-OptList Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Page Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Page-Pageset Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Pageset Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Peek Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Printer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Random Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Record Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Section devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Data-Section-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Serializer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-ShowTable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Stag Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Structure-Util devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Data-Taxi Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-TemporaryBag Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Uniqid devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Data-UUID Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-UUID-Base64URLSafe Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Validate-IP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Visitor devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Date-Business Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Date-Calc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Date-Calc-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Date-Manip (devel/p5-Date-Manip) Updated 6.77 to 6.78 2019-10-15 13:57:38 +00:00
p5-Date-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Debug-Client devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Debug-ShowStuff Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Declare-Constraints-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Autoflush Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-BeginLift mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
p5-Devel-Caller Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Caller-IgnoreNamespaces Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-CheckBin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-CheckCompiler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-CheckLib (devel/p5-Devel-CheckLib) Updated to 1.14 2019-11-16 00:41:20 +00:00
p5-Devel-CheckOS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Confess Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Cover (devel/p5-Devel-Cover) Updated 1.31 to 1.33 2019-10-15 14:30:52 +00:00
p5-Devel-Cycle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Declare devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-Dumpvar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-ebug devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-EvalContext Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Events Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Events-Objects Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-FindPerl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-FindRef Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Gladiator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-GlobalDestruction Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Hide Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Leak Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Leak-Object Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-LexAlias Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-NYTProf devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-OverloadInfo devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-OverrideGlobalRequire Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-PartialDump devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-PatchPerl (devel/p5-Devel-PatchPerl) Updated to 1.80 2019-11-27 12:26:24 +00:00
p5-Devel-PPPort (devel/p5-Devel-PPPort) Udated 3.54 to 3.56 2019-11-27 12:23:36 +00:00
p5-Devel-Pragma devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-Profile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Refactor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Refcount devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Devel-REPL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Size Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-SmallProf Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-StackTrace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-StackTrace-AsHTML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-StackTrace-WithLexicals Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Symdump Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-Trace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Devel-TraceUse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Dir-Self Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Dist-CheckConflicts Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Dist-Zilla devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Dist-Zooky Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-enum Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Env-Path Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Error (devel/p5-Error) Updated 0.17027 to 0.17028 2019-10-17 14:02:12 +00:00
p5-EV (devel/p5-EV) Updated from 4.28 to 4.30 2019-11-27 12:28:39 +00:00
p5-Eval-Closure Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Eval-LineNumbers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Event Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Event-ExecFlow Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Event-RPC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ex-lib Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Exception-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Exception-Handler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Expect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Expect-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-experimental Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Exporter-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Exporter-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-AutoInstall Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-CBuilder (devel/p5-ExtUtils-CBuilder) Updated 0.280230 to 0.280231 2019-10-17 14:04:44 +00:00
p5-ExtUtils-CChecker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-Command Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-Config Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-CppGuess devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-ExtUtils-Depends (devel/p5-ExtUtils-Depends) Upated 0.405 to 0.8000 2019-10-17 14:24:33 +00:00
p5-ExtUtils-F77 (devel/p5-ExtUtils-F77) Update HOMEPAGE 2019-10-17 14:46:32 +00:00
p5-ExtUtils-Helpers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-InstallPaths Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-LibBuilder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-MakeMaker (devel/p5-ExtUtils-MakeMaker) Updated 7.34 to 7.38 2019-10-17 14:33:11 +00:00
p5-ExtUtils-MakeMaker-Coverage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-MakeMaker-CPANfile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-Manifest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-ModuleMaker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-ModuleMaker-TT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-ParseXS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-PkgConfig Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-XSBuilder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ExtUtils-XSpp devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-FFI-CheckLib (devel/p5-FFI-CheckLib) Updated 0.23 to 0.25 2019-10-19 12:34:22 +00:00
p5-File-BaseDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Binary p5-File-Binary: remove PLIST since PERL5_PACKLIST is used; added perl5 to CATEGORIES 2019-09-02 11:45:35 +00:00
p5-File-BOM devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-File-ChangeNotify devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-File-chdir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-ConfigDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-DesktopEntry p5-File-DesktopEntry: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:04:10 +00:00
p5-File-DirCompare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-DirSync Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Find-Object (devel/p5-File-Find-Object) Updated 0.3.2 to 0.3.4 2019-10-19 12:42:39 +00:00
p5-File-Find-Rule Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Find-Rule-Age Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Find-Rule-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Find-Rule-Permissions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Find-Rule-PPI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Find-Rule-VCS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Flat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Flock devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-File-FlockDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-HomeDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-LibMagic devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-File-Listing Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-MimeInfo Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Modified devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-File-Next (devel/p5-File-Next) Updated 1.16 to 1.18 2019-10-19 12:46:56 +00:00
p5-File-NFSLock Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Path Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Path-Expand Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Path-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-PathConvert Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Policy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-pushd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Save-Home Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Share Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-ShareDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-ShareDir-Install Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-ShareDir-ProjectDistDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Slurp (devel/p5-File-Slurp) Updated 9999.27 to 9999.28 2019-10-19 12:49:53 +00:00
p5-File-Slurp-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Slurper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Temp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Tempdir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Touch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Type Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Which Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FileHandle-Fmode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FileHandle-Unget Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Filesys-Notify-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Find-Lib Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FindBin-libs devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-forks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Format-Human-Bytes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FreezeThaw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Function-Parameters Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Future (devel/p5-Future) Updated to 0.42 2019-11-16 00:39:01 +00:00
p5-Getopt-ArgvFile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Getopt-Euclid Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Getopt-Long (devel/p5-Getopt-Long) Updated 2.50 to 2.51 2019-10-19 12:52:40 +00:00
p5-Getopt-Long-Descriptive devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Getopt-Mixed Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Getopt-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Getopt-Tabular Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-gettext Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Git-CPAN-Patch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Git-Repository (devel/p5-Git-Repository) Updated 1.323 to 1.324 2019-10-19 13:11:41 +00:00
p5-Git-Repository-Plugin-AUTOLOAD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Git-Version-Compare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Git-Wrapper devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-GitLab-API-v3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GitLab-API-v4 (devel/p5-GitLab-API-v4) Updated to 0.23 2019-11-27 12:32:24 +00:00
p5-Glib-Object-Introspection (devel/p5-Glib-Object-Introspection) Updated 0.046 to 0.047 2019-10-19 13:42:08 +00:00
p5-glib2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Gnome2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Gnome2-GConf Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Graph Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Graph-ReadWrite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Gravatar-URL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Gtk2-GladeXML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Guard Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hash-Case Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hash-FieldHash devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Hash-Flatten Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hash-Merge Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hash-Merge-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hash-MoreUtils devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Hash-MultiValue Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hash-Util-FieldHash-Compat devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Heap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Hook-LexWrap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IMDB-Film Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Import-Into Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Importer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-inc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-inc-latest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-indirect Update to 0.39 2019-08-14 01:53:32 +00:00
p5-Inline Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Inline-C Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-InlineX-C2XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Internals Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-AIO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-All Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Async devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-IO-Capture Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-CaptureOutput (devel/p5-IO-CaptureOutput) Correction, remove PKGREVISION 2019-10-28 13:28:26 +00:00
p5-IO-Compress Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Digest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Event Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Handle-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-HTML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-InSitu Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Interactive Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-LockedFile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Multiplex Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Null Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Pager devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-IO-Pipeline Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Pipely Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Prompt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Prompter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-String Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-stringy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Stty Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Tee Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-TieCombine devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-IO-Tty Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Zlib Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-Cache p5-IPC-Cache: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:41:14 +00:00
p5-IPC-Cmd (devel/p5-IPC-Cmd) Updated 1.02 to 1.04 2019-10-22 00:25:43 +00:00
p5-IPC-DirQueue devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-IPC-PubSub Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-Run Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-Run3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-Shareable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-SharedCache Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-ShareLite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-Signal Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-System-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IPC-SysV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LDAP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LEOCHARRE-CLI2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LEOCHARRE-Debug Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LEOCHARRE-Dir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lexical-Persistence Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Lexical-SealRequireHints Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-lib-abs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-AllUtils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-MoreUtils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-MoreUtils-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-Pairwise Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-SomeUtils (devel/p5-List-SomeUtils) Updated 0.56 to 0.58 2019-10-28 12:29:00 +00:00
p5-List-SomeUtils-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-List-UtilsBy devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-local-lib Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Msgfmt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-PO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Agent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Any Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Any-Adapter-Callback Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Any-Adapter-Dispatch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Any-Adapter-Log4perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Any-Adapter-Screen (devel/p5-Log-Any-Adapter-Screen) Updated 0.13 to 0.140 2019-10-22 06:11:51 +00:00
p5-Log-Any-Adapter-TAP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Dispatch (devel/p5-Log-Dispatch) Updated to 2.69 2019-10-26 06:47:23 +00:00
p5-Log-Dispatch-Array Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Dispatch-Config Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Dispatch-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Dispatch-FileRotate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Dispatch-Perl p5-Log-Dispatch-Perl: Add COMMENT 2019-09-16 00:10:25 +00:00
p5-Log-Dispatchouli devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Log-Handler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Log4perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-LogLite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Message Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Message-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Report (devel/p5-Log-Report) Updated to 1.29 2019-11-16 00:32:30 +00:00
p5-Log-Report-Optional Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Log-Trace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mac-Carbon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mac-SystemDirectory Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Make devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Memoize Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Memoize-ExpireLRU Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Memoize-Memcached Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Menlo Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Menlo-Legacy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MetaCPAN-API Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MetaCPAN-Client (devel/p5-MetaCPAN-Client) Upgraded 2.025000 to 2.026000 2019-10-25 14:02:03 +00:00
p5-Method-Signatures Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Method-Signatures-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mixin-ExtraFields Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mixin-ExtraFields-Param Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mixin-Linewise Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mo Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Modern-Perl devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Build devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Build-Tiny devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Build-WithXSpp devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Build-XSUtil Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Compile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-CoreList (devel/p5-Module-CoreList) Updated from 5.20190420 to 5.20191020 2019-10-26 07:21:51 +00:00
p5-Module-CPANfile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-CPANTS-Analyse (devel/p5-Module-CPANTS-Analyse) Updated 1.00 to 1.01 2019-10-26 07:19:26 +00:00
p5-Module-Dependency Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-ExtractUse devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Find Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-FromPerlVer devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Implementation devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Install Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-AuthorRequires Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-AuthorTests Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-GithubMeta devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Install-ManifestSkip Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-PadrePlugin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-ReadmeFromPod devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Install-Repository Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-RTx devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Install-Substitute Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Install-XSUtil devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Module-Load Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Manifest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Manifest-Skip Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Metadata (devel/p5-Module-Metadata) Updated from 1.000033 to 1.000037 2019-10-26 07:23:33 +00:00
p5-Module-Pluggable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Refresh Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Runtime Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Runtime-Conflicts Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-ScanDeps Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Starter (devel/p5-Module-Starter) Updated from 1.750 to 1.760 2019-10-26 07:25:45 +00:00
p5-Module-Starter-PBP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Versions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Versions-Report Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mojo-IOLoop-ForkCall p5-Mojo-IOLoop-ForkCall: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:39:25 +00:00
p5-Moo (devel/p5-Moo) Updated from 2.003004 to 2.003006 2019-10-26 11:32:27 +00:00
p5-Moos Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Moose devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Moose-Autobox devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Moose-Policy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Aliases Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-App Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-App-Cmd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Attribute-Chained Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-AttributeHelpers devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Attributes-Curried Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-ClassAttribute devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-CompileTime-Traits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-ConfigFromFile devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Daemonize devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Declare devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Emulate-Class-Accessor-Fast devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-FollowPBP devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Getopt devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Has-Options Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-InsideOut Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-LazyRequire devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-MarkAsMethods devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Meta-TypeConstraint-ForceCoercion Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Method-Signatures devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-MethodAttributes devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-MultiInitArg Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-NonMoose devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Object-Pluggable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-OneArgNew devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Param Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Params-Validate devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-POE devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Role-Parameterized devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Role-Tempdir devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Role-WithOverloading devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-SemiAffordanceAccessor devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-SetOnce devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-SimpleConfig devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Singleton devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-StrictConstructor devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Traits devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Traits-Pluggable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Types devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Types-Common Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Types-JSON Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Types-LoadableClass Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Types-LogAny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooseX-Types-Path-Class devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Types-Perl devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Types-Stringlike devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Types-Structured devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooseX-Types-URI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-ClassAttribute devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-MooX-Cmd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-ConfigFromFile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-File-ConfigDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-HandlesVia Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-late Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-Locale-Passthrough Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-Log-Any Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-Options Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-Roles-Pluggable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-StrictConstructor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-Types-MooseLike Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MooX-Types-MooseLike-Numeric Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mouse (devel/p5-Mouse) Updated 2.5.7 to 2.5.9 2019-10-27 13:49:47 +00:00
p5-MouseX-Getopt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MouseX-NativeTraits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MouseX-Types Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MouseX-Types-Path-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MRO-Compat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-multidimensional Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-namespace-autoclean (devel/p5-namespace-autoclean) Updated to 0.29 2019-11-02 11:33:51 +00:00
p5-namespace-clean Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-CIDR Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-LDAP-Batch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-LDAP-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-LDAP-Server-Test Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-LDAP-SID devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Net-Netmask Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-NEXT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Object-Accessor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Object-Declare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Object-Event Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Object-InsideOut devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Object-Pluggable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Object-Realize-Later Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Object-Signature devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-OLE-Storage_Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-OOTools (devel/p5-OOTools) Updated 2.40 to 2.41 (Please note # of digit changes, be careful, without digit 0) 2019-10-27 13:55:28 +00:00
p5-Ouch devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Package-Constants Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Package-DeprecationManager devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Package-Generator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Package-Stash devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Package-Stash-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Package-Variant Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PadWalker devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-pango Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PAR (devel/p5-PAR) Updated 1.015 to 1.016 2019-10-27 13:57:39 +00:00
p5-PAR-Dist Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parallel-ForkManager Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parallel-Prefork Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Params-Classify Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Params-Coerce Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Params-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Params-Validate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Params-ValidationCompiler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-parent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-CPAN-Meta Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-CPAN-Packages Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-ErrorString-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-ExuberantCTags Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-Method-Signatures devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Parse-PMFile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-RecDescent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-Yapp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PatchReader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-Class-File-Stat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-Dispatcher Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-Dispatcher-Declarative Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-FindDev Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-IsDev Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Path-Iter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PathTools Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Pegex Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl-APIReference Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl-Critic devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-perl-headers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl-MinimumVersion Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl-PrereqScanner devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Perl-PrereqScanner-NotQuiteLite Update to 0.9908 2019-10-04 07:05:14 +00:00
p5-Perl-Tidy (devel/p5-Perl-Tidy) Updated from 20181120 to 20190915 2019-10-27 14:04:38 +00:00
p5-Perl-Version Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl4-CoreLibs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl6-Export Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl6-Export-Attrs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl6-Junction Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Perl6-Slurp Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlIO-eol Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlIO-gzip Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlIO-utf8_strict Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlIO-via-Bzip2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlIO-via-dynamic devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-PerlIO-via-symlink Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlIO-via-Timeout Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PerlX-Maybe Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PHP-Serialization Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-pip devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Pod-Usage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-Cron devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-POE-Component-Pluggable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-Schedule devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-POE-Component-Syndicator devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-POE-Test-Loops devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-POEx-Types devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-PPI devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-PPI-PowerToys Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PPI-XS devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-PPIx-Regexp (devel/p5-PPI-Regexp) Updated 0.065 to 0.067 2019-10-27 14:00:04 +00:00
p5-PPIx-Utilities Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-prefork Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Probe-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-Background Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-Daemon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-InvokeEditor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-PID-File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-Pidfile Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-ProcessTable Update to 0.59 2019-08-14 14:55:14 +00:00
p5-Proc-Queue Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-Wait3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Proc-WaitStat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-PV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Python-Serialise-Marshal p5-Python-Serialise-Marshal: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:36:50 +00:00
p5-Readonly Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Readonly-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Ref-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Ref-Util-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Assemble Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-MatchContext Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Shellish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Regexp-Trie Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Reply Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Return-MultiLevel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Return-Value Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Role-Basic Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Role-HasMessage devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Role-Identifiable devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Role-Tiny devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Rose-Object Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-RT-Authen-ExternalAuth devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Safe-Hole Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Safe-Isa Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Scalar-Defer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Scalar-List-Utils (devel/p5-Scalar-List-Utils) Updated 1.52 to 1.53 2019-10-27 14:22:59 +00:00
p5-Scalar-Util-Refcount Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Schedule-RateLimiter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Scope-Guard Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Scope-Upper (devel/p5-Scope-Upper) Updated to 0.32 2019-10-27 15:04:07 +00:00
p5-SDL devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Search-Elasticsearch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Set-Array Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Set-IntSpan Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Set-Object Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Set-Scalar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Shell-Config-Generate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Shell-Guess Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Shell-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ShipIt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Signal-Mask Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-signatures devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Smart-Comments Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Software-License devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Sort-Key Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sort-Maker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sort-Naturally Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sort-Versions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Specio (devel/p5-Specio) Updated to 0.44 2019-10-27 15:06:41 +00:00
p5-Spiffy devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Spoon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Storable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Stream-Buffered Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-strictures Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Format Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-PerlIdentifier Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Print Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Struct-Dumb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Exporter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Exporter-ForMethods Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Exporter-GlobExporter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Exporter-Progressive Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Identify Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Info Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Install Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Installer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Name (devel/p5-Sub-Name) Updated from 0.21 to 0.26 2019-10-27 15:09:21 +00:00
p5-Sub-Override Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sub-Quote (devel/p5-Sub-Quote) Updated from 2.006003 to 2.006006 2019-10-27 15:14:38 +00:00
p5-Sub-Uplevel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-subversion Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SUPER Update to 1.20190531 2019-09-18 13:09:50 +00:00
p5-SVN-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SVN-Dump Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SVN-Mirror Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SVN-Notify Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SVN-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Symbol-Global-Name Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-syntax Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Syntax-Keyword-Junction Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sys-Syscall Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-System-Command Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Taint-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-TAP-Formatter-HTML devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-TAP-Harness-Archive Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Task-Weaken devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Tee Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Handy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-HashMerge Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-ListMoreUtils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-ListUtil Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-VMethods Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Animation Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ANSIColor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Cap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Encoding Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ProgressBar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ProgressBar-Quiet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ProgressBar-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Prompt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ReadKey Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ReadLine Don't try to detect TERMCAP_LIB, let BROKEN_READLINE_DETECTION tell 2019-08-29 19:45:07 +00:00
p5-Term-ReadLine-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ReadLine-TTYtter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-ReadPassword Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Screen Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Shell devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Term-ShellUI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Size Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Size-Any Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Size-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Term-Table (devel/p5-Term-Table) Updated 0.013 to 0.014 2019-10-28 12:31:58 +00:00
p5-Term-UI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Aggregate devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-API devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Approx Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Assertions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Base Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-BDD-Cucumber Update to 0.67. From the changelog: 2019-09-29 12:11:08 +00:00
p5-Test-Bits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-CheckDeps Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-CheckManifest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-ClassAPI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-CleanNamespaces Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Cmd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Command-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Compile (devel/p5-Test-Compile) Updated 2.2.1 to 2.3.1 2019-10-28 12:53:38 +00:00
p5-Test-Continuous Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-CPAN-Meta Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-CPAN-Meta-JSON devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-CPAN-Meta-YAML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Deep Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-DependentModules Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Differences Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Dir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-DistManifest devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Distribution Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-EOL devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Exception Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Expect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-FailWarnings Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Fatal Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-File-Contents Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-File-ShareDir devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Fixture-DBIC-Schema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Harness Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-HexDifferences Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-HexString Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-HTTP-LocalServer (devel/p5-Test-HTTP-LocalServer) Updated 0.64 to 0.69 2019-10-28 12:58:10 +00:00
p5-Test-Identity devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-InDistDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Inline Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Inter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Kwalitee devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-LeakTrace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-LectroTest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-LoadAllModules Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Log4perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-LongString Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Manifest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Memory-Cycle (devel/p5-Test-Memory-Cycle) Correction of compare operators for TEST_DEPENDS 2019-11-20 13:26:15 +00:00
p5-Test-MinimumVersion Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Mock-LWP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-MockModule (devel/p5-Test-MockModule) Updated 0.170.0 to 0.171.0 2019-10-28 13:01:46 +00:00
p5-Test-MockObject devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Modern devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-More-Behaviour Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-More-UTF8 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Most Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Needs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-NiceDump devel/p5-Test-NiceDump: import p5-Test-NiceDump-1.0.1 2019-11-08 14:50:23 +00:00
p5-Test-NoTabs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-NoWarnings Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Object Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Output Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Perl-Critic devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Pod Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Pod-Coverage (devel/p5-Test-Pod-Coverage) Add TEST_DEPENDS+= p5-Test-Pod>1.14 2019-11-20 13:03:00 +00:00
p5-Test-Pod-Spelling-CommonMistakes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-POE-Client-TCP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-POE-Server-TCP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Refcount devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Reporter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Requires Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Requires-Git devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Roo Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Script (devel/p5-Test-Script) Updated 1.25 to 1.26 2019-10-28 13:25:48 +00:00
p5-Test-Script-Run Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-SharedFork Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Simple (devel/p5-Test-Simple) Updated from 1.302164 to 1.302168 2019-10-31 13:58:07 +00:00
p5-Test-Spec Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Spelling devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-Stream devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test-SubCalls Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Taint (devel/p5-Test-Taint) Updated from 1.06 to 1.08 2019-10-31 14:05:17 +00:00
p5-Test-TempDir Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-TempDir-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-TinyMocker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Toolbox Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Trap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Unit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-UseAllModules Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-utf8 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Version Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Warn Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Warnings Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Weaken Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Without-Module Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Selenium Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-YAML-Meta Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-YAML-Valid devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Test2-Plugin-NoWarnings (devel/p5-Test2-Plugin-NoWarnings) Updated from 0.06 to 0.08 2019-10-31 14:07:53 +00:00
p5-Test2-Suite (devel/p5-Test2-Suite) Updated to 0.000127 2019-11-02 11:17:19 +00:00
p5-TheSchwartz Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-thrift thrift: updated to 0.13.0 2019-11-10 18:05:32 +00:00
p5-Throwable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Array-AsHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Array-Sorted Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Cache Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Cache-LRU Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Cache-LRU-Expires Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Cycle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Function Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-IxHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-LLHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-RefHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-RefHash-Weak Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-RegexpHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-ToObject Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tree-DAG_Node Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tree-R Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tree-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tree-Simple-VisitorFactory Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Try-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-TryCatch devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-Type-Tiny Update to 1.006000 2019-12-06 13:38:53 +00:00
p5-Type-Tiny-XS (devel/p5-Type-Tiny-XS) Updated from 0.014 to 0.016 2019-11-02 11:21:49 +00:00
p5-Types-Serialiser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-UNIVERSAL-can devel/p5-*: align variable assignments 2019-11-03 10:15:49 +00:00
p5-UNIVERSAL-isa Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-UNIVERSAL-moniker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-UNIVERSAL-require Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-UUID-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Variable-Magic Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-VCP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-VCP-Dest-svk Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-version Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Want Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WeakRef Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Wx-Perl-DataWalker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-XSLoader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p8-platform Add devel/p8-platform. 2019-09-08 12:27:08 +00:00
palmpower
pango pango: update to 1.44.7. 2019-11-06 13:26:21 +00:00
pangomm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pangox-compat pangox-compat: fix build with newer pango. 2019-10-05 12:38:28 +00:00
papaya Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pardiff
patch
patchelf devel/patchelf: Adjust MASTER_SITES to new URL on nixos.org 2019-08-26 00:18:05 +00:00
patchutils devel: align variable assignments 2019-11-03 10:39:04 +00:00
pcc-libs
pccts
pcl-cvs
pcre devel: align variable assignments 2019-11-03 10:39:04 +00:00
pcre++
pcre-ocaml devel: align variable assignments 2019-11-03 10:39:04 +00:00
pcre2 delete backup file 2019-11-26 11:23:27 +00:00
pdcurses
pear-Console_CommandLine
pedisassem
phabricator Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
php-gearman Drop php71 support 2019-12-16 16:30:13 +00:00
php-gettext
php-gmp
php-igbinary
php-libawl
php-memcache
php-memcached
php-mode
php-opcache
php-pcntl
php-posix
php-pthreads mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
php-raphf
php-raphf2 Drop php71 support 2019-12-16 16:30:13 +00:00
php-shmop
php-sysvmsg
php-sysvsem
php-sysvshm
php-xcache
php-xdebug Drop php71 support 2019-12-16 16:30:13 +00:00
phpstorm-bin
physfs
picasm
picopb More strnlen(3) users - from Joyent 2019-07-11 11:20:06 +00:00
picotrace picotrace: Upgrade to 20191102 2019-11-02 20:36:07 +00:00
picp
picprg
pilrc devel: align variable assignments 2019-11-03 10:39:04 +00:00
pipestatus
pkg-config devel: align variable assignments 2019-11-03 10:39:04 +00:00
pkgconf
ply
pmccabe
poco devel/poco: Fix compiler check via pkglint 2019-11-24 01:03:28 +00:00
polly llvm: updated to 9.0.1 2019-12-29 15:31:21 +00:00
popt devel: align variable assignments 2019-11-03 10:39:04 +00:00
poxml poxml: update to 19.08.3 qt5/kf5 version 2019-11-24 03:57:31 +00:00
prcs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ProjectCenter
protobuf {py-}protobuf: updated to 3.11.2 2019-12-30 18:01:31 +00:00
protobuf-c
pstreams Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pth
pthread-sem
ptlib
pvs
pwlib
py-absl-py
py-aiofiles
py-angr
py-anytree py-anytree: updated to 2.7.2 2019-10-19 17:07:54 +00:00
py-apipkg
py-appdirs
py-archinfo
py-argcomplete py-argcomplete: updated to 1.10.2 2019-11-20 08:32:02 +00:00
py-argh
py-argparse
py-args
py-astor py-astor: updated to 0.8.1 2019-12-16 10:18:54 +00:00
py-astroid py-astroid: updated to 2.3.3 2019-11-07 10:56:42 +00:00
py-async-timeout
py-async_generator Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE 2019-09-02 13:33:22 +00:00
py-at-spi devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-at-spi2 Update py-at-spi2 to 2.33.2 2019-07-18 15:16:46 +00:00
py-atomicwrites
py-atpublic Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
py-attrs py-attrs: updated to 19.3.0 2019-10-15 07:53:35 +00:00
py-automat
py-autopep8
py-babel
py-backcall
py-backports py-backports: simplify Makefile 2019-12-13 09:08:01 +00:00
py-backports.functools_lru_cache py-backports.functools_lru_cache: update to 1.6.1. 2019-11-13 14:41:48 +00:00
py-backports.os py-backports.os: added version 0.1.1 2019-12-13 09:40:06 +00:00
py-backports.shutil_get_terminal_size
py-backports_abc
py-bcolz
py-behave Use https for github. 2019-07-03 07:19:03 +00:00
py-binaryornot py-binaryornot: updated to 0.4.4 2019-10-21 21:50:03 +00:00
py-blessings
py-blinker Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
py-boost Update to 1.71.0 2019-08-22 12:17:52 +00:00
py-bugzilla
py-buildbot py-buildbot: forbid python 2.7 due to py-autobahn 2019-09-26 10:30:33 +00:00
py-buildbot-console-view py-buildbot*: propagate 2.7-incompatibility from py-buildbot 2019-09-27 06:57:11 +00:00
py-buildbot-grid-view py-buildbot*: propagate 2.7-incompatibility from py-buildbot 2019-09-27 06:57:11 +00:00
py-buildbot-pkg
py-buildbot-waterfall-view py-buildbot*: propagate 2.7-incompatibility from py-buildbot 2019-09-27 06:57:11 +00:00
py-buildbot-worker
py-buildbot-www py-buildbot*: propagate 2.7-incompatibility from py-buildbot 2019-09-27 06:57:11 +00:00
py-cached-property
py-cachetools py-cachetools: updated to 3.1.1 2019-07-02 10:19:10 +00:00
py-capstone
py-case
py-cffi py-cffi: updated to 1.13.2 2019-11-06 17:24:50 +00:00
py-chai
py-characteristic
py-checker Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cheetah Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cle
py-click
py-click-log
py-click-threading
py-clickclick
py-clint
py-codestyle
py-cogapp
py-compizconfig Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-configargparse py-configargparse: updated to 0.15.2 2019-12-14 10:50:54 +00:00
py-configobj
py-configparser py-configparser: updated to 4.0.2 2019-09-12 12:05:25 +00:00
py-constantly
py-constants
py-construct Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
py-contextlib2 py-contextlib2: updated to 0.6.0 2019-12-15 11:18:32 +00:00
py-cookiecutter add ALTERNATIVES 2019-10-21 22:54:40 +00:00
py-coverage py-coverage: updated to 5.0 2019-12-15 11:48:31 +00:00
py-cparser
py-crayons py-crayons: updated to 0.3.0 2019-11-06 17:31:40 +00:00
py-cubes
py-curses Fix building internal modules for Python 3.8; clean-ups 2019-12-15 14:42:26 +00:00
py-cursespanel Fix building internal modules for Python 3.8; clean-ups 2019-12-15 14:42:26 +00:00
py-curtsies
py-cyordereddict
py-cython Fix PR 54712; bump revision 2019-12-11 20:20:23 +00:00
py-d2to1
py-daemon py-daemon: updated to 2.2.4 2019-12-05 14:51:01 +00:00
py-daemonize
py-darcsver Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-dash py-dash: updated to 4.7.6 2019-12-14 10:52:18 +00:00
py-ddt
py-decorator py-decorator: updated to 4.4.1 2019-11-13 20:44:29 +00:00
py-deprecation py-deprecation: updated to 2.0.7 2019-08-26 10:43:17 +00:00
py-dialog
py-dialog2 devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-distorm3
py-distro py-distro: cleanup 2019-10-02 10:04:59 +00:00
py-doc8
py-docopt
py-docstyle
py-doctor Use https for github. 2019-07-03 07:19:03 +00:00
py-dogpile-cache
py-dulwich py-dulwich: updated to 0.19.14 2019-12-11 14:37:50 +00:00
py-editorconfig-core
py-entrypoints
py-enum34
py-exam
py-execnet py-execnet: updated to 1.7.1 2019-08-30 10:52:50 +00:00
py-expressions
py-extras devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-extratools
py-fakefs py-fakefs: updated to 3.6.1 2019-10-19 14:43:35 +00:00
py-faker py-faker: updated to 2.0.4 2019-11-14 10:42:38 +00:00
py-falcon
py-fann2
py-fasteners
py-fastimport
py-filebytes
py-filechunkio
py-filelock
py-fixtures devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-flake8 py-flake8: updated to 3.7.9 2019-11-05 08:58:17 +00:00
py-flake8-docstrings py-flake8-docstrings: updated to 1.5.0 2019-10-22 06:51:54 +00:00
py-flake8-import-order
py-flake8-polyfill
py-flakes
py-flaky py-flaky: updated to 3.6.1 2019-08-11 18:04:35 +00:00
py-flexmock py-flexmock: updated to 0.10.4 2019-06-10 14:48:05 +00:00
py-flufl.i18n Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE 2019-09-02 13:33:22 +00:00
py-flufl.lock Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE 2019-09-02 13:33:22 +00:00
py-flufl.testing Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE 2019-09-02 13:33:22 +00:00
py-freezegun
py-funcparserlib
py-funcsigs
py-functools32
py-future py-future: provide correct PLIST 2019-12-15 11:13:37 +00:00
py-futures devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-game py-game: updated to 1.9.6 2019-06-06 21:46:11 +00:00
py-gcovr py-gcovr: Add version 4.1 2019-06-11 11:34:38 +00:00
py-generate devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-gflags devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-gitinspector
py-gitinspector-devel
py-gobject
py-gobject-shared
py-gobject3 Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
py-gobject3-common As py-gobject3-common has shrunk to just copying 2 files, remove all the 2019-09-26 10:36:33 +00:00
py-google-apputils devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-grako
py-greenlet
py-guppy3 py-guppy3: updated to 3.0.9 2019-12-15 14:49:38 +00:00
py-h5py py-h5py: updated to 2.9.0 2019-06-16 14:11:49 +00:00
py-hamcrest
py-hash
py-hg-evolve devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-hg-fastimport devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-hg-git devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-hglib
py-hglist devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-hgnested devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-hgtools
py-hyperscan
py-hypothesis py-hypothesis: updated to 4.53.3 2019-12-15 11:28:53 +00:00
py-idle devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-importlib-metadata devel/py-importlib-metadata: fix files' permission 2019-12-19 01:12:59 +00:00
py-incremental
py-InlineEgg Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-intervaltree
py-iowait
py-ipaddr Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-ipykernel py-ipykernel: updated to 5.1.3 2019-10-21 19:16:56 +00:00
py-ipython py-ipython: updated to 7.10.2 2019-12-15 09:18:46 +00:00
py-ipython5
py-ipython_genutils
py-iso-639
py-iso3166 Use https for github. 2019-07-03 07:19:03 +00:00
py-isort py-isort: updated to 4.3.21 2019-07-01 07:15:00 +00:00
py-jaraco.classes
py-jaraco.functools mk.mk? mk. 2019-11-15 22:51:15 +00:00
py-jaraco_util
py-jersey devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-joblib py-joblib: updated to 0.14.1 2019-12-14 10:54:16 +00:00
py-jupyter_client py-jupyter_client: updated to 5.3.4 2019-10-09 10:41:02 +00:00
py-jupyter_core py-jupyter_core: updated to 4.6.1 2019-12-11 14:24:50 +00:00
py-kafka-python
py-kaitaistruct
py-kjbuckets Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-kqueue devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-lama
py-lazr.config
py-lazr.delegates
py-lazy-object-proxy py-lazy-object-proxy: updated to 1.4.3 2019-10-26 22:47:08 +00:00
py-libevent-rpcgen libevent: updated to 2.1.11 2019-09-20 11:36:27 +00:00
py-libmc py-libmc: updated to 1.6.1 2019-09-06 13:45:36 +00:00
py-limits
py-line_profiler devel/py-line_profiler: Fix build with python38 2019-12-18 04:49:47 +00:00
py-linecache2
py-llvmlite Build shared module as PIC. Bump revision. 2019-12-19 22:12:43 +00:00
py-lockfile
py-logan
py-logbook py-logbook: updated to 1.5.2 2019-08-21 08:58:23 +00:00
py-logilab-astng
py-logilab-common py-logilab-common: updated to 1.4.2 2019-07-06 22:56:03 +00:00
py-lru-dict
py-lupa
py-macholib
py-mako py-mako: updated to 1.1.0 2019-08-03 11:27:27 +00:00
py-mando
py-manticore
py-mccabe
py-memcached
py-memory-profiler py-memory-profiler: updated to 0.55.0 2019-06-16 19:12:40 +00:00
py-mercurial py-mercurial: update to 5.2. 2019-11-13 12:26:40 +00:00
py-minimock
py-mixbox
py-mmh3
py-mock
py-modulegraph
py-more-itertools py-more-itertools: updated to 8.0.2 2019-12-15 11:55:24 +00:00
py-more-itertools2 py-more-itertools2: mark as only for python-2.x 2019-11-15 14:08:35 +00:00
py-mox
py-msgpack
py-multipledispatch
py-newt devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-nose
py-nose-exclude
py-nose2
py-nosexcover
py-ode devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-olefile
py-open-vcdiff Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-Optik devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-ordered-set
py-oset
py-packaging py-packaging: updated to 19.2 2019-09-19 16:49:32 +00:00
py-parameterized py-parameterized: fix building 2019-11-29 09:46:36 +00:00
py-ParamUnittest
py-path.py
py-pathlib
py-pathlib2 py-pathlib2: updated to 2.3.5 2019-10-07 20:30:22 +00:00
py-pathspec py-pathspec: updated to 0.6.0 2019-10-16 10:10:57 +00:00
py-pbr (devel/py-pbr) updated 5.1.3 to 5.2.1 2019-06-02 03:12:48 +00:00
py-pebble py-pebble: updated to 4.4.0 2019-10-16 14:43:24 +00:00
py-pep8
py-pexpect
py-pip py-pip: updated to 19.3.1 2019-10-19 06:38:56 +00:00
py-pkgconfig
py-pkginfo
py-pluggy py-pluggy: updated to 0.13.1 2019-11-22 09:18:48 +00:00
py-ply
py-polib
py-pqueue Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-prefixspan py-prefixspan: updated to 0.5.2 2019-08-28 08:20:37 +00:00
py-pretend
py-prompt_toolkit
py-prompt_toolkit2 py-prompt_toolkit2: updated to 3.0.2 2019-12-01 11:46:18 +00:00
py-proteus devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-protobuf {py-}protobuf: updated to 3.11.2 2019-12-30 18:01:31 +00:00
py-py
py-py2app
py-pydispatcher
py-pyelftools
py-pygit2 py-pygit2: update to 0.28.2. 2019-06-11 12:18:31 +00:00
py-pylint Drop non-ASCII characters for Python 3.6 build. 2019-12-21 23:36:22 +00:00
py-pylint-plugin-utils py-pylint-plugin-utils: updated to 0.6 2019-10-15 17:24:01 +00:00
py-Pympler py-Pympler: updated to 0.8 2019-11-22 09:35:07 +00:00
py-pyobjc py-pyobjc: Python 2.7 is not supported 2019-11-19 05:36:44 +00:00
py-pyobjc-core py-pyobjc-core: patch setup.py 2019-11-18 17:04:55 +00:00
py-pyobjc-framework-Accounts py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-AddressBook py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-AppleScriptKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-AppleScriptObjC py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ApplicationServices py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Automator py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-AVFoundation py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-AVKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CalendarStore py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CFNetwork py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CloudKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Cocoa py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Collaboration py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ColorSync py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Contacts py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ContactsUI py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreBluetooth py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreData py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreLocation py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreML py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreServices py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreSpotlight py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreText py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CoreWLAN py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-CryptoTokenKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-DictionaryServices py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-DiskArbitration py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-EventKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ExceptionHandling py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ExternalAccessory py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-FinderSync py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-FSEvents py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-GameCenter py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-GameController py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-GameKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-GameplayKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ImageCaptureCore py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-InputMethodKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-InstallerPlugins py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-InstantMessage py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Intents py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-IOSurface py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-iTunesLibrary py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-LatentSemanticMapping py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-LaunchServices py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-libdispatch py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-LocalAuthentication py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-MapKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-MediaAccessibility py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-MediaLibrary py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-MediaPlayer py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-MetalKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ModelIO py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-MultipeerConnectivity py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-NetFS py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-NetworkExtension py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-NotificationCenter py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-OpenDirectory py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Photos py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-PhotosUI py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-PreferencePanes py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-PubSub py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-QTKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Quartz py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SafariServices py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SceneKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ScreenSaver py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ScriptingBridge py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SearchKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Security py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SecurityInterface py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-ServiceManagement py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Social py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SpriteKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-StoreKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SyncServices py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-SystemConfiguration py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-Vision py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyobjc-framework-WebKit py-pyobjc: updated to 6.1 2019-11-18 17:03:08 +00:00
py-pyparsing py-pyparsing: remove removed patch from distinfo 2019-11-11 15:14:30 +00:00
py-Pyro py-Pyro: updated to 4.77 2019-12-11 14:45:17 +00:00
py-pyrsistent py-pyrsistent: updated to 0.15.6 2019-11-24 11:38:18 +00:00
py-pysha3
py-pysvn devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-pyte Needs py-test-runner. 2019-12-19 22:12:57 +00:00
py-pytemplate Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-python-dotenv
py-python-slugify py-python-slugify: update to 3.0.4. 2019-09-30 11:06:54 +00:00
py-pyutil py-pyutil: updated to 3.3.0 2019-08-26 13:47:24 +00:00
py-pyvex
py-queuelib
py-quixote devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-radon py-radon: updated to 4.0.0 2019-11-06 20:43:36 +00:00
py-random2 py-random2: add version 1.0.1 2019-11-27 21:12:39 +00:00
py-rauth py-rauth: depend on py-cryptodome, needed for RSA; bump revision 2019-09-20 16:31:42 +00:00
py-readlike
py-readline Fix building internal modules for Python 3.8; clean-ups 2019-12-15 14:42:26 +00:00
py-rednose
py-reparser
py-repoze.lru
py-requests
py-requests-file
py-requests-ftp
py-requests-futures py-requests-futures: updated to 1.0.0 2019-06-12 20:40:36 +00:00
py-requests-mock Switch sphinx to versioned deps. 2019-10-21 21:45:39 +00:00
py-requests-toolbelt
py-requests-unixsocket py-requests-unixsocket: added version 0.2.0 2019-09-18 13:15:36 +00:00
py-restructuredtext_lint
py-retry_decorator
py-rope
py-rply
py-ruamel-base
py-ruamel-ordereddict
py-ruamel-yaml py-ruamel-yaml: Update to 0.16.5 2019-12-17 10:11:28 +00:00
py-ruamel-yaml-clib py-ruamel-yaml-clib: Import py-ruamel-yaml-clib-0.2.0 as devel/py-ruamel-yaml-clib 2019-12-17 10:05:23 +00:00
py-scandir
py-selectors2
py-semantic_version py-semantic_version: updated to 2.8.3 2019-12-15 11:36:38 +00:00
py-serpent
py-setuptools py-setuptools: updated to 42.0.2 2019-12-11 14:19:35 +00:00
py-setuptools-rust devel/py-setuptools-rust: Import version 0.10.6 2019-12-16 01:12:28 +00:00
py-setuptools_scm
py-setuptools_scm_git_archive
py-setuptools_trial
py-simplegeneric
py-singledispatch
py-sortedcontainers
py-Spans
py-speaklater
py-stem devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-stevedore py-stevedore: updated to 1.31.0 2019-11-25 06:23:39 +00:00
py-stompclient devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-stsci.distutils
py-subprocess32
py-subversion
py-subvertpy Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-sure
py-sysctl py-sysctl: Fixes broken tests. 2019-09-15 15:17:06 +00:00
py-termcolor
py-test mk.mk? mk. 2019-11-15 22:51:15 +00:00
py-test-assume py-test-assume: updated to 2.2.0 2019-11-14 18:07:19 +00:00
py-test-asyncio
py-test-cache
py-test-cov py-test-cov: updated to 2.8.1 2019-10-16 16:41:16 +00:00
py-test-fixture-config py-test-fixture-config: updated to 1.7.0 2019-06-14 07:49:36 +00:00
py-test-flake8
py-test-forked py-test-forked: updated to 1.1.3 2019-10-24 12:48:54 +00:00
py-test-isort
py-test-localserver
py-test-mock py-test-mock: updated to 1.13.0 2019-12-11 10:32:34 +00:00
py-test-pylint py-test-pylint: mark as incompatible with Python 2.7 2019-11-15 09:57:52 +00:00
py-test-pythonpath
py-test-randomly py-test-randomly: updated to 3.1.0 2019-12-13 11:20:31 +00:00
py-test-relaxed py-test-relaxed: updated to 1.1.5 2019-06-17 21:06:29 +00:00
py-test-rerunfailures py-test-rerunfailures: updated 8.0 2019-12-16 10:25:11 +00:00
py-test-runner py-test-runner: updated to 5.2 2019-10-26 23:05:44 +00:00
py-test-shutil py-test-shutil: updated to 1.7.0 2019-09-04 07:57:08 +00:00
py-test-sugar
py-test-testmon py-test-testmon: updated to 0.9.19 2019-10-25 09:45:35 +00:00
py-test-timeout
py-test-utils
py-test-virtualenv py-test-virtualenv: updated to 1.7.0 2019-10-29 15:08:31 +00:00
py-test-watch py-test-watch: added version 4.2.0 2019-09-18 13:00:44 +00:00
py-test-xdist py-test-xdist: updated to 1.30.0 2019-10-02 10:18:58 +00:00
py-test-xprocess
py-test5 py-test5: updated to 5.3.2 2019-12-15 11:30:37 +00:00
py-testpath
py-testrepository
py-testresources devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-testscenarios py-testscenarios: set test target. 2019-06-13 22:20:39 +00:00
py-testtools py-testtools: Improve test target. Update bug reports. 2019-06-14 08:13:14 +00:00
py-thrift thrift: updated to 0.13.0 2019-11-10 18:05:32 +00:00
py-tlsh
py-toolz py-toolz: updated to 0.10.0 2019-08-22 12:04:33 +00:00
py-tortoisehg devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-tox
py-traceback2
py-traitlets py-traitlets: updated to 4.3.3 2019-10-19 17:01:54 +00:00
py-treq
py-tryton devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-trytond devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-txaio
py-txgithub
py-txrequests
py-typed-ast Add one more header to the fixup list. 2019-12-18 12:38:13 +00:00
py-typing py-typing: updated to 3.7.4.1 2019-08-25 12:31:18 +00:00
py-typing-extensions py-typing-extensions: updated to 3.7.4.1 2019-11-05 08:39:57 +00:00
py-unit devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-unitgui devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-unittest-mixins
py-unittest2
py-unittest2pytest py-unittest2pytest: updated to 0.4 2019-08-21 12:51:18 +00:00
py-urwid py-urwid: updated to 2.1.0 2019-11-15 11:08:36 +00:00
py-usb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-uuid Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-uvloop py-uvloop: updated to 0.14.0 2019-11-06 12:48:47 +00:00
py-vcversioner
py-vine Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
py-virtualenv py-virtualenv: updated to 16.7.8 2019-11-25 11:54:38 +00:00
py-visitor devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-wcwidth
py-wheel py-wheel: updated to 0.33.6 2019-08-21 12:46:05 +00:00
py-whichcraft py-whichcraft: updated to 0.6.1 2019-09-07 07:11:07 +00:00
py-windbg devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-wrapt py-wrapt: updated to 1.11.2 2019-06-18 08:00:34 +00:00
py-xdg
py-xdis py-xdis: updated to 4.2.2 2019-12-31 10:16:56 +00:00
py-xopen py-xopen: updated to 0.8.4 2019-10-26 22:48:55 +00:00
py-zanata-python-client devel/py-*: align variable assignments 2019-11-03 10:18:26 +00:00
py-zc.lockfile
py-zconfig py-zconfig: updated to 3.5.0 2019-08-13 10:55:19 +00:00
py-zope.deferredimport Use https for github. 2019-07-03 07:19:03 +00:00
py-zope.deprecation Use https for github. 2019-07-03 07:19:03 +00:00
py-zope.exceptions
py-zope.hookable Use https for github. 2019-07-03 07:19:03 +00:00
py-zope.testing
py-ZopeComponent
py-ZopeConfiguration
py-ZopeEvent
py-ZopeI18NMessageid
py-ZopeInterface
py-ZopeSchema
py-ZopeTestrunner
pycharm-bin
python-mode
pythontidy devel: align variable assignments 2019-11-03 10:39:04 +00:00
qbzr Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
qconf qconf: Upgrade to 2.4 2019-10-28 09:06:31 +00:00
qjson
qof qof: update to 0.7.5nb19. 2019-12-28 11:52:55 +00:00
qore-uuid-module devel: align variable assignments 2019-11-03 10:39:04 +00:00
qtscriptgenerator
quilt devel: align variable assignments 2019-11-03 10:39:04 +00:00
R-assertthat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-BH Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-bindr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-bit Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-bit64 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-blob Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-callr R-callr: initial commit 2019-08-09 19:05:49 +00:00
R-checkmate Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-cli Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-clipr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-covr devel/R-covr: import version 3.3.1 2019-10-13 11:50:49 +00:00
R-crayon Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-desc Add a missing dependency on devel/R-R6. 2019-09-25 17:19:05 +00:00
R-devtools R-devtools: initial commit 2019-08-09 19:13:05 +00:00
R-evaluate Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-fansi Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-fs Add -lkvm to build so that the package builds and runs with NetBSD. 2019-09-11 12:20:40 +00:00
R-git2r R-git2r: initial commit 2019-08-09 18:37:22 +00:00
R-glue Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ini R-ini: initial commit 2019-08-09 18:27:14 +00:00
R-inline Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-IRdisplay Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-IRkernel Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-iterators Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-lazyeval Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-magrittr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-memoise Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-pkgbuild R-pkgbuild: initial commit 2019-08-09 19:06:45 +00:00
R-pkgconfig Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-pkgload R-pkgload: initial commit 2019-08-09 19:11:22 +00:00
R-plogr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-proto Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-purrr R-purrr: initial commit 2019-08-09 16:20:54 +00:00
R-R6 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-rcmdcheck R-rcmdcheck: initial commit 2019-08-09 19:10:28 +00:00
R-Rcpp R-Rcpp: do not check *.deb files for RELRO. 2019-09-26 00:57:29 +00:00
R-rematch Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-remotes R-remotes: initial commit 2019-08-09 18:33:40 +00:00
R-repr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-rex devel/R-rex: import version 1.1.2 2019-10-13 11:47:21 +00:00
R-rio Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-rlang Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-roxygen2 R-roxygen2: initial commit 2019-08-09 19:12:14 +00:00
R-rprojroot R-rprojroot: initial commit 2019-08-09 18:35:36 +00:00
R-sessioninfo R-sessioninfo: initial commit 2019-08-09 18:34:34 +00:00
R-tcltk2 R-tcltk2: update to 1.2.11nb1. 2019-09-26 00:54:56 +00:00
R-testthat Add a missing dependency on devel/R-R6. 2019-09-25 17:19:05 +00:00
R-tidyselect R-tidyselect: initial commit 2019-08-09 16:22:30 +00:00
R-usethis R-usethis: initial commit 2019-08-09 19:09:28 +00:00
R-uuid Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-whisker R-whisker: initial commit 2019-08-09 18:26:15 +00:00
R-withr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-xfun Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
radamsa
radare2 devel: align variable assignments 2019-11-03 10:39:04 +00:00
radare2-cutter Update to 1.8.3 2019-08-04 14:32:58 +00:00
ragel
rainbow-delimiters-el devel: align variable assignments 2019-11-03 10:39:04 +00:00
rapidsvn *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
ratfor
RBTools devel: align variable assignments 2019-11-03 10:39:04 +00:00
rcs
rdp
re2
re2c Need bison, build came tumbling down as the long stale copy in OS X Tiger was 2019-07-03 20:48:26 +00:00
readline devel: align variable assignments 2019-11-03 10:39:04 +00:00
rebar
rebar3 devel: align variable assignments 2019-11-03 10:39:04 +00:00
refinecvs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
Renaissance
reposurgeon
rgbds rgbds: Update to 0.3.9 2019-11-01 17:39:34 +00:00
ropper
roundup devel: align variable assignments 2019-11-03 10:39:04 +00:00
rox-lib devel: align variable assignments 2019-11-03 10:39:04 +00:00
rpc2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rscode
rsltc
rt-mysql devel: align variable assignments 2019-11-03 10:39:04 +00:00
rt-pgsql
rt4 (devel/rt4) Fix build by adding DEPENDS+= p5-Text-Reform 2019-11-22 13:01:38 +00:00
rttr rttr: make sure installed files are readable 2019-12-01 08:18:46 +00:00
rubigen
ruby-abstract
ruby-activejob42
ruby-activejob51
ruby-activejob52
ruby-activemodel42
ruby-activemodel51
ruby-activemodel52
ruby-activestorage52
ruby-activesupport42
ruby-activesupport51
ruby-activesupport52
ruby-algorithms
ruby-amstd
ruby-assistance
ruby-atk ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-backports devel/ruby-backports: update to 3.15.0 2019-10-23 16:22:22 +00:00
ruby-bindata
ruby-bit-struct
ruby-blankslate devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
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-core: bump PKGREVISION for PLIST change 2019-12-28 12:17:21 +00:00
ruby-cucumber-expressions
ruby-cucumber-messages
ruby-cucumber-tag_expressions
ruby-cucumber-wire
ruby-curses
ruby-daemon_controller devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-delayer ruby-delayer: update to 1.0.0. 2019-06-16 16:05:21 +00:00
ruby-delayer-deferred devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-dep
ruby-deprecated
ruby-dhaka
ruby-diva ruby-diva: update to 1.0.1. 2019-10-19 08:12:15 +00:00
ruby-docile devel/ruby-docile: update to 1.3.2 2019-10-23 16:34:19 +00:00
ruby-eet Remove USE_RAKE 2019-11-18 16:20:22 +00:00
ruby-equatable devel/ruby-equatable: add package version 0.6.1 2019-11-12 15:21:00 +00:00
ruby-eventmachine Fix build with recent EV_SET 2019-10-08 14:06:42 +00:00
ruby-extlib
ruby-facade
ruby-fast_gettext devel/ruby-fast_gettext: update to 2.0.1 2019-10-30 14:03:36 +00:00
ruby-ffi devel/ruby-ffi: update to 1.11.1 2019-10-30 14:05:23 +00:00
ruby-ffi-yajl
ruby-fiddle
ruby-filesize
ruby-flexmock
ruby-forwardable-extended
ruby-gemcutter
ruby-getopt
ruby-gettext
ruby-gettext-activerecord
ruby-gettext-rails ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and 2019-12-25 00:17:23 +00:00
ruby-gettext-setup devel/ruby-gettext-setup: update to 0.31 2019-10-30 14:10:46 +00:00
ruby-gettext_i18n_rails
ruby-gio2 ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-glib2 devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-globalid
ruby-gobject-introspection devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-google-protobuf
ruby-hashery
ruby-heckle
ruby-highline devel/ruby-highline: update to 2.0.3 2019-10-30 14:15:52 +00:00
ruby-highline17
ruby-hike
ruby-hike1
ruby-hocon devel/ruby-hocon: update to 1.2.6 2019-10-30 14:52:33 +00:00
ruby-i18n devel/ruby-i18n: update to 1.7.0 2019-10-30 15:03:23 +00:00
ruby-i18n12
ruby-idn devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-iniparse
ruby-inline devel/ruby-inline: update to 3.12.5 2019-10-30 15:09:03 +00:00
ruby-instance_storage
ruby-io-like
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
ruby-memcache
ruby-memoist ruby-memoist: update to 0.16.2. 2019-12-11 14:51:36 +00:00
ruby-mercenary
ruby-metaclass
ruby-metaid
ruby-metasm
ruby-minitest devel/ruby-minitest: update to 5.13.0 2019-10-30 15:16:50 +00:00
ruby-mixlib-authentication
ruby-mixlib-cli
ruby-mixlib-config
ruby-mixlib-log
ruby-mixlib-shellout
ruby-mkrf Remove USE_RAKE 2019-11-18 16:20:22 +00:00
ruby-mocha devel/ruby-mocha: update to 1.9.0 2019-10-30 15:10:32 +00:00
ruby-mode
ruby-msgpack devel/ruby-msgpack: update to 1.3.1 2019-10-30 15:14:10 +00:00
ruby-multi_test
ruby-mustache
ruby-native-package-installer ruby-pkg-config, ruby-native-package-installer: ruby-gnome2 -> ruby-gnome 2019-09-14 18:15:20 +00:00
ruby-ncurses
ruby-necromancer devel/ruby-necromancer: add version 0.5.0 package 2019-11-12 15:24:44 +00:00
ruby-needle
ruby-nenv
ruby-octokit
ruby-ole
ruby-open4
ruby-pango ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-parseconfig
ruby-parser devel/ruby-parser: update to 3.14.1 2019-10-30 15:19:43 +00:00
ruby-parsetree
ruby-parslet devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-pathname2
ruby-pathutil
ruby-pkg-config ruby-pkg-config, ruby-native-package-installer: ruby-gnome2 -> ruby-gnome 2019-09-14 18:15:20 +00:00
ruby-polyglot
ruby-posix-spawn devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-power_assert ruby-power_assert: mark as not for ruby-2.6 2019-12-28 12:11:00 +00:00
ruby-priority-queue
ruby-racc
ruby-railties42
ruby-railties51
ruby-railties52
ruby-randexp
ruby-rb-fsevent
ruby-rb-inotify
ruby-rb-kqueue
ruby-rbtree
ruby-rcsparse Fix checksum problem, see pkgsrc-users@ on 2019/07/27, thanks wiz@ 2019-07-27 08:01:43 +00:00
ruby-rd-mode
ruby-readline
ruby-redmine devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-redmine-flatly-light-theme
ruby-redmine-gitmike-theme
ruby-redmine-minimalflat-theme
ruby-redmine-red-andy-theme
ruby-redmine_bootstrap_kit devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-redmine_code_review
ruby-redmine_jenkins devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-redmine_lightbox2
ruby-redmine_startpage
ruby-redmine_theme_changer
ruby-redmine_work_time
ruby-ref
ruby-regexp_parser devel/ruby-regexp_parser: add version 1.6.0 package 2019-11-12 15:32:51 +00:00
ruby-rgl (devel/ruby-rgl) Fix build by updating PLIST 2019-12-28 00:32:23 +00:00
ruby-ronn
ruby-rspec devel/ruby-rspec: Add USE_LANGUAGES 2019-11-02 14:40:25 +00:00
ruby-rspec-core devel/ruby-rspec-core: update to 3.9.0 2019-11-02 14:32:03 +00:00
ruby-rspec-expectations devel/ruby-rspec-expectations: update to 3.9.0 2019-11-02 14:34:35 +00:00
ruby-rspec-its
ruby-rspec-logsplit
ruby-rspec-mocks devel/ruby-rspec-mocks: update to 3.9.0 2019-11-02 14:35:46 +00:00
ruby-rspec-rails devel/ruby-rspec-rails: update to 3.9.0 2019-11-02 14:41:08 +00:00
ruby-rspec-support devel/ruby-rspec-support: update to 3.9.0 2019-11-02 14:30:41 +00:00
ruby-rspec_junit_formatter
ruby-rugged
ruby-SDL
ruby-semantic_puppet
ruby-setup
ruby-sexp-processor devel/ruby-sexp-processor: update to 4.13.0 2019-11-02 14:49:12 +00:00
ruby-shoulda-context
ruby-shoulda-matchers devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-simple_uuid
ruby-simplecov devel/ruby-simplecov: update to 0.17.1 2019-11-02 14:51:05 +00:00
ruby-simplecov-html
ruby-simpleidn devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-spruz
ruby-stomp devel/{go,ruby}-*: align variable assignments 2019-11-03 10:00:20 +00:00
ruby-stream
ruby-subexec
ruby-subversion
ruby-templater
ruby-term-ansicolor
ruby-termcolor
ruby-test-spec
ruby-test-unit devel/ruby-test-unit: update to 3.3.4 2019-11-02 14:52:39 +00:00
ruby-test-unit-notify
ruby-thor
ruby-thrift thrift: updated to 0.13.0 2019-11-10 18:05:32 +00:00
ruby-thrift_client ruby-thrift_client: remove upper bound 2019-09-19 05:22:47 +00:00
ruby-tins
ruby-tomlrb
ruby-turn
ruby-uglifier
ruby-uuidtools
ruby-validatable
ruby-wmi-lite
ruby-zookeeper
ruby2ruby devel/ruby2ruby: update to 2.4.4 2019-10-23 16:17:35 +00:00
rubymine-bin
rudiments rudiments: strip -Werror 2019-09-08 16:31:33 +00:00
rvm
rx
sablecc
samurai devel: Add samurai. 2019-12-11 23:36:29 +00:00
scintilla *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
scmcvs cvs: Ensure unistd.h is included for getcwd(). 2019-10-11 09:27:15 +00:00
scons scons: updated to 3.1.1 2019-09-17 08:23:42 +00:00
sdcc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sdcc3 Update to 3.9.0 2019-12-29 06:29:23 +00:00
SDL Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
SDL-intro-en
SDL-intro-ko
SDL2 *: fix manual definition of evdev mouse button ids 2019-10-29 22:46:39 +00:00
SDL_gfx SDL_gfx: Update to 2.0.26 2019-10-06 13:02:08 +00:00
SDL_Pango
SDL_ttf
SDLmm
semantic devel: align variable assignments 2019-11-03 10:39:04 +00:00
semi devel: align variable assignments 2019-11-03 10:39:04 +00:00
sfio
sfslite
sgb
shtk
shunit2
silc-toolkit
skalibs Update to 2.9.1.0. From the changelog: 2019-12-15 19:03:51 +00:00
slib
slibtool
sloccount Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
smake devel/smake: Update to 1.3nb7 2019-11-08 13:41:32 +00:00
sml-mode
snappy
snappy-java10 devel: align variable assignments 2019-11-03 10:39:04 +00:00
sofia-sip devel: align variable assignments 2019-11-03 10:39:04 +00:00
SOPE
SOPE4 SOPE4: clean up lint in buildlink3.mk file 2019-09-12 04:45:27 +00:00
sparse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sparsehash
spiff
spin
splint devel/splint: fix type of signed shift expression 2019-11-03 10:55:22 +00:00
st
startbug1 devel: align variable assignments 2019-11-03 10:39:04 +00:00
stfl devel: align variable assignments 2019-11-03 10:39:04 +00:00
stgit devel: align variable assignments 2019-11-03 10:39:04 +00:00
subversion Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
subversion-base
sunifdef Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
svk Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
svn-bisect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
swig
swig2
swig3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
syncdir
sysexits devel: align variable assignments 2019-11-03 10:39:04 +00:00
tailor devel: align variable assignments 2019-11-03 10:39:04 +00:00
talloc talloc: updated to 2.3.1 2019-12-30 09:25:52 +00:00
tavrasm Add missing dependency on generated files. Build as C++03. 2019-12-19 22:13:48 +00:00
tcl-tclcl devel: align variable assignments 2019-11-03 10:39:04 +00:00
tclap
tcllib tcllib: Update to 1.19 2019-10-02 16:37:48 +00:00
tclreadline
teem devel: align variable assignments 2019-11-03 10:39:04 +00:00
tet3 devel: align variable assignments 2019-11-03 10:39:04 +00:00
tevent tevent: updated to 0.10.2 2019-12-30 09:26:34 +00:00
tex-doclicense tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-doclicense-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-etoolbox tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-etoolbox-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3backend tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3backend-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3experimental tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3kernel tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3kernel-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3packages tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-l3packages-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-latexbug tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-latexbug-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-lualibs tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-lualibs-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-luatexbase tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-luatexbase-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-multido tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-multido-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-pgfopts tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-pgfopts-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-pst-uml tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-pst-uml-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-tlshell tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-tlshell-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-xifthen tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
tex-xifthen-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
threadweaver KDE Frameworks update to 5.64.0 2019-11-11 07:57:09 +00:00
thrift thrift: updated to 0.13.0 2019-11-10 18:05:32 +00:00
tig
tinycthread
tkcon devel/tkcon: import tkcon-2.7.2 2019-10-01 23:40:40 +00:00
tkcvs
tkdiff
tla devel: align variable assignments 2019-11-03 10:39:04 +00:00
tlsh
tmake Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
topgit
tpasm
tradcpp
transifex-client devel/transifex-client: relax python-slugify dependency 2019-08-28 04:30:53 +00:00
tre
treecc
trio
tvision
ucl devel: align variable assignments 2019-11-03 10:39:04 +00:00
ucommon *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
ucpp devel: align variable assignments 2019-11-03 10:39:04 +00:00
umbrello umbrello: update to 19.08.3 qt5/kf5 version 2019-11-24 04:01:14 +00:00
undebt
unidiff
unittest-cpp devel/unittest-cpp: import unittest-cpp-2.0.0 2019-06-23 09:40:54 +00:00
uno devel: align variable assignments 2019-11-03 10:39:04 +00:00
userspace-rcu
uthash
valgrind Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
vanessa_adt
vanessa_logger
vanessa_socket
vera++ Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
verifast *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
visualvm
vtcl devel: align variable assignments 2019-11-03 10:39:04 +00:00
waf waf: When replacing the executable we generally actually want it installed 2019-12-16 13:31:52 +00:00
wayland devel: align variable assignments 2019-11-03 10:39:04 +00:00
wayland-protocols wayland-protocols: Needs wayland-scanner 2019-08-27 11:18:16 +00:00
woboq_codebrowser
xa65
xdelta devel: align variable assignments 2019-11-03 10:39:04 +00:00
xdelta3
xfce4-conf xfce4-conf: update to 4.14.1 2019-08-17 18:30:21 +00:00
xfce4-dev-tools xfce4-dev-tools: update to 4.14.0 2019-08-17 18:24:55 +00:00
xmake
xorg-util-macros
xsd Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
xxgdb
xxhash
yajl devel: align variable assignments 2019-11-03 10:39:04 +00:00
yarn yarn: updated to 1.21.1 2019-12-11 18:47:49 +00:00
yasm
z80-asm devel: align variable assignments 2019-11-03 10:39:04 +00:00
ZenTest devel: align variable assignments 2019-11-03 10:39:04 +00:00
zlib devel: align variable assignments 2019-11-03 10:39:04 +00:00
zookeeper
zzuf devel: align variable assignments 2019-11-03 10:39:04 +00:00
Makefile devel: Add py-ruamel-yaml-clib 2019-12-17 10:05:57 +00:00