pkgsrc/sysutils
wiz 7b9de8795c Updated coreutils to 8.26.
* Noteworthy changes in release 8.26 (2016-11-30) [stable]

** Bug fixes

  cp, mv, and install no longer run into undefined behavior when
  handling ACLs on Cygwin and Solaris platforms. [bug introduced in
  coreutils-8.24]

  cp --parents --no-preserve=mode, no longer copies permissions from source
  directories, instead using default permissions for created directories.
  [bug introduced in coreutils-5.93]

  chcon, chgrp, chmod, chown, du, and rm, or specifically utilities
  using the FTS interface, now diagnose failures returned by readdir().
  [this bug was inherent in the use of fts: thus, for rm the bug was
  introduced in coreutils-8.0.  du, chmod, chgrp and chown started using
  fts in 6.0.  chcon was added in coreutils-6.9.91 with fts support.  ]

  date, du, ls, and pr no longer mishandle time zone abbreviations on
  System V style platforms where this information is available only
  in the global variable 'tzname'. [bug introduced in coreutils-8.24]

  factor again outputs immediately when numbers are input interactively.
  [bug introduced in coreutils-8.24]

  head no longer tries to process non-seekable input as seekable,
  which resulted in failures on FreeBSD 11 at least.
  [bug introduced in coreutils-8.24]

  install -DZ and mkdir -pZ now set default SELinux context correctly even if
  two or more directories nested in each other are created and each of them
  defaults to a different SELinux context.

  ls --time-style no longer mishandles '%%b' in formats.
  [bug introduced in coreutils-7.2]

  md5sum --check --ignore-missing no longer treats files with checksums
  starting with "00" as missing.  This also affects sha*sum.
  [bug introduced with the --ignore-missing feature in coreutils-8.25]

  nl now resets numbering for each page section rather than just for each page.
  [This bug was present in "the beginning".]

  pr now handles specified separator strings containing tabs correctly.
  Previously it would have output random data from memory.
  [This bug was detected with ASAN and present in "the beginning".]

  sort -h -k now works even in locales that use blank as thousands separator.

  stty --help no longer outputs extraneous gettext header lines
  for translated languages. [bug introduced in coreutils-8.24]

  stty "sane" again sets "susp" to ^z on Solaris, and leaves "swtch" undefined.
  [This bug previously fixed only on some older Solaris systems]

  seq now immediately exits upon write errors.
  [This bug was present in "the beginning".]

  tac no longer crashes when there are issues reading from non-seekable inputs.
  [bug introduced in coreutils-8.15]

  tail -F now continues to process initially untailable files that are replaced
  by a tailable file.  This was handled correctly when inotify was available,
  and is now handled correctly in all cases.
  [bug introduced in fileutils-4.0h]

  tail -f - 'untailable file' will now terminate when there is no more data
  to read from stdin.  Previously it behaved as if --retry was specified.
  [This bug was present in "the beginning".]

  tail -f 'remote file' will now avoid outputting repeated data on network
  file systems that misreport file sizes through stale metadata.
  [This bug was present in "the beginning" but exacerbated in coreutils-8.24]

  tail -f --retry 'missing file' will now process truncations of that file.
  Previously truncation was ignored thus not outputting new data in the file.
  [bug introduced in coreutils-5.3.0]

  tail -f will no longer continually try to open inaccessible files,
  only doing so if --retry is specified.
  [This bug was present in "the beginning".]

  yes now handles short writes, rather than assuming all writes complete.
  [bug introduced in coreutils-8.24]

** Changes in behavior

  rm no longer accepts shortened variants of the --no-preserve-root option.

  seq no longer accepts 0 value as increment, and now also rejects NaN
  values for any argument.

  stat now outputs nanosecond information for time stamps even if
  they are out of localtime range.

  sort, tail, and uniq now support traditional usage like 'sort +2'
  and 'tail +10' on systems conforming to POSIX 1003.1-2008 and later.
  The 2008 edition of POSIX dropped the requirement that arguments
  like '+2' must be treated as file names.

** Improvements

  df now filters the system mount list more efficiently, with 20000
  mount entries now being processed in about 1.1s compared to 1.7s.

  du, shuf, sort, and uniq no longer fail to process a specified file
  when their stdin is closed, which would have happened with glibc >= 2.14.

  install -Z now also sets the default SELinux context for created directories.

  ls is now fully responsive to signals until the first escape sequence is
  written to a terminal.

  ls now aligns quoted items with non quoted items, which is easier to read,
  and also better indicates that the quote is not part of the actual name.

  stat and tail now know about these file systems:
    "balloon-kvm-fs"    KVM dynamic RAM allocation support,
    "cgroup2"           Linux Control Groups V2 support,
    "daxfs"             Optical media file system,
    "m1fs"              A Plexistor file system,
    "prl_fs"            A parallels file system,
    "smb2"              Samba for SMB protocol V2,
    "wslfs"             Windows Subsystem for Linux,
    "zsmalloc"          Linux compressed swap support,
  stat -f --format=%T now reports the file system type, and
  tail -f uses polling for "prl_fs" and "smb2", and inotify for others.

  stat --format=%N for quoting file names now honors the
  same QUOTING_STYLE environment variable values as ls.

** New programs

  b2sum is added to support the BLAKE2 digest algorithm with
  a similar interface to the existing md5sum and sha1sum, etc. commands.

** New Features

  comm now accepts the --total option to output a summary at the end.

  date now accepts the --debug option, to annotate the parsed date string,
  display timezone information, and warn about potential misuse.

  date now accepts the %q format to output the quarter of the year.
2017-01-18 21:10:42 +00:00
..
9base Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
855resolution Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
915resolution Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
acpica-utils acpica-utils: patch in Solaris support 2016-11-02 12:21:19 +00:00
acpidump Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
adtool Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
afbinit Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
agedu Update to 20160920.853cea9. From the changelog: 2016-12-15 10:11:39 +00:00
amanda
amanda-client Add support for NetBSD wedge names. 2016-02-29 05:50:40 +00:00
amanda-common Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
amanda-plot Add support for NetBSD wedge names. 2016-02-29 05:50:40 +00:00
amanda-server Add support for NetBSD wedge names. 2016-02-29 05:50:40 +00:00
amtterm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ansible Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
ansible2 Update to 2.1.2.0 2016-10-30 09:07:23 +00:00
apcupsd Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
asapm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
atitvout Fixed typo in HAS_CONFIGURE. 2016-07-10 10:45:40 +00:00
attr Install include files and full libraries. 2016-08-21 21:09:27 +00:00
augeas Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
b2sum Pass MANDIR. Fixes PKGMANDIR issues. 2016-09-08 14:31:22 +00:00
backuppc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bacula Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
bacula-clientonly Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bacula-doc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
bacula-qt-console Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bacula-tray-monitor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bacula-wx-console Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
baloo Revbump after boost update 2017-01-01 16:05:55 +00:00
baloo-widgets Revbump after boost update 2017-01-01 16:05:55 +00:00
baloo5 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
bbsload Request kernel types on NetBSD. 2016-03-01 20:09:29 +00:00
bchunk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
bcmfw use %zu for size_t 2016-02-24 21:43:39 +00:00
bcollect Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
beats Update sysutils/beats to 5.1.2. 2017-01-17 17:39:48 +00:00
bkpupsd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
boxbackup-client Always write GNU make rules. 2016-09-29 12:19:48 +00:00
boxbackup-server wants gmake 2016-09-19 13:40:33 +00:00
brasero Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
brasero-nautilus Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
bsdinstall Add LICENSE (modified-bsd). 2016-01-28 13:38:53 +00:00
bsign Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
btpin-qt Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bubblemon Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bup Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
burn Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
burp Fix pointer abuse. 2016-12-17 14:21:26 +00:00
caja Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
caja-dropbox Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
caja-extensions Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
capistrano Update capistrano to 3.6.1. 2016-10-17 15:51:29 +00:00
ccd2iso Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ccze Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
cdbkup Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cdrdao Simplify for pkglint. 2016-06-16 12:58:07 +00:00
cdrkit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cdrtools Use sanitized _USE_CWRAPPERS. 2016-10-07 13:22:10 +00:00
cfengine2 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cfengine3 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
checkpassword Add checkpassword-suid option, off by default. 2017-01-09 04:01:32 +00:00
checkpassword-pam Add checkpassword-suid option, off by default. 2017-01-09 04:01:32 +00:00
checkperms Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
clex Remove outdated DragonFly workaround. 2016-12-31 11:52:17 +00:00
collectd Fix ctype.h use. 2016-12-24 10:16:07 +00:00
collectd-amqp Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-curl Revbump after boost update 2017-01-01 16:05:55 +00:00
collectd-dbi Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-dns Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-memcached Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-mysql Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-network Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-notify-email Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-postgresql Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-riemann Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
collectd-rrdtool Update sysutils/collectd to 5.5.0. 2015-06-10 20:05:26 +00:00
collectd-snmp Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
conky Revbump after boost update 2017-01-01 16:05:55 +00:00
consolekit console-kit: correct FreeBSD-specific PLIST entries. 2016-11-02 03:48:00 +00:00
consul Update sysutils/consul to 0.7.2 2017-01-03 07:39:07 +00:00
coreutils Updated coreutils to 8.26. 2017-01-18 21:10:42 +00:00
cpmtools Use the curses framework. 2017-01-03 21:50:53 +00:00
cpogm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
cpuburn Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
cpuid Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
crashme Use PKGMANDIR. 2016-03-27 22:38:33 +00:00
cuisine Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
cvsreport Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
daemond Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
daemontools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dbus Updated dbus to 1.10.14. 2016-12-12 13:57:44 +00:00
dbus-glib Updated dbus-glib to 0.108. 2016-09-12 07:34:19 +00:00
dbus-python-common Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
dbus-qt3 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dbus-sharp Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
dbus-sharp-glib Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
dc-tools Fix stupid error in last update (plus some pkglint -Wall cleanup). 2016-07-08 08:30:30 +00:00
dd_rescue Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dd_rhelp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ddrescue Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
deforaos-browser Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
deforaos-terminal Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
depot Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
desktop-file-utils Updated desktop-file-utils to 0.23. 2016-06-30 17:42:18 +00:00
detox Make lex/flex a runtime dependency for packages which link against -lfl. 2016-03-30 12:51:16 +00:00
devkitd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
di Update sysutils/di to 4.40. 2016-01-24 11:07:49 +00:00
direvent Updated direvent to 5.1. 2016-07-07 08:39:12 +00:00
dirsize Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dirvish Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
disk-filltest Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
diskscrub Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dmassage Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dmesg2gif Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dmg2img Update dmg2img to version 1.6.5. 2016-03-07 20:17:33 +00:00
dmidecode Update dmidecode to 3.0. 2016-08-03 04:18:33 +00:00
dmsdos Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dog Use PKGMANDIR. 2016-03-27 22:38:33 +00:00
dptutil Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dtc Replace bash and add proper runtime dependency, so that the package 2016-09-19 21:12:34 +00:00
dtpstree Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
duplicity Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
dvd+rw-tools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
dvdisaster Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
dvdrecord Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
e2fsprogs remove patches that are not in distinfo 2016-08-18 06:26:31 +00:00
easydiskpasswd
edbus Revbump after boost update 2017-01-01 16:05:55 +00:00
efreet Revbump after boost update 2017-01-01 16:05:55 +00:00
eggdbus Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
entr Set MANPREFIX consistently for all OPSYSs (otherwise users of 2016-12-17 12:32:15 +00:00
erlang-goldrush Update sysutils/erlang-goldrush to 0.1.8. 2016-01-16 17:33:51 +00:00
erlang-lager Update sysutils/erlang-lager to 3.2.1. 2016-08-12 09:31:02 +00:00
estd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
etckeeper Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
etcmanage Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
etcutils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
euca2ools Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
eventlog Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
extipl Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fabric Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
facette Revbump Go packages after 1.7.4 update. 2016-12-04 16:29:58 +00:00
fakeroot Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fam Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
fastfs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fatback Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fdupes Use PKGMANDIR. 2016-04-01 11:12:27 +00:00
file Make note of upstream bug report 2016-06-16 16:16:44 +00:00
filelight Revbump after boost update 2017-01-01 16:05:55 +00:00
filelight-kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
findnewest Import findnewest-0.3 as sysutils/findnewest. 2015-12-06 15:20:12 +00:00
findutils pkg_admin check (an bmake check) notice that the target of the symlink 2016-05-02 05:18:47 +00:00
fix4SA110rev2 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fixelfprot Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
flashrom It is UB whether defined() is evaluated in macro expansions, so avoid 2016-12-22 21:07:17 +00:00
foremost Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
free
fs-kit Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
fscd Silence noisy GCC warning. 2016-05-07 10:09:24 +00:00
fsviewer default to cdn. 2017-01-07 21:25:26 +00:00
ftwin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gamin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gcdmaster Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gcombust Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gdmap Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
genpasswd Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
gentoo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gfm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gio-fam Add gio-fam to category gnome. 2016-11-25 12:42:17 +00:00
gkrellm Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
gkrellm-est Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gkrellm-server Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gkrellm-share
gnome-commander Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
gnome-device-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-menus Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gnome-mount Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-nds-thumbnailer Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-pkgview Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-power-manager Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
gnome-settings-daemon Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
gnome-system-monitor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-system-tools Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-vfs Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-vfs-monikers Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-vfsmm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnome-volume-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gnometoaster Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gnuit Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
gpart Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
grub Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
grub2 Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP 2016-05-17 10:32:06 +00:00
grun Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gsettings-desktop-schemas Update gsettings-desktop-schemas to 3.20.0 2016-04-22 23:11:01 +00:00
gst-plugins0.10-gio
gst-plugins0.10-gnomevfs Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gst-plugins1-gio Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gtk-send-pr Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gvfs Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
gworkspace Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
hal Include sys/stat.h for struct stat. Build fix for NetBSD-current. 2017-01-17 15:25:27 +00:00
hal-info After learning more about TOOL_DEPENDS: it is a better match. 2016-12-07 10:54:35 +00:00
hddtemp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
heirloom-basename
heirloom-cat
heirloom-chmod
heirloom-chown
heirloom-cksum
heirloom-cmp
heirloom-copy
heirloom-cp
heirloom-csplit
heirloom-dd
heirloom-dirname
heirloom-doc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
heirloom-du
heirloom-env
heirloom-file
heirloom-find
heirloom-getconf
heirloom-groups
heirloom-hostname
heirloom-id
heirloom-listusers
heirloom-ln
heirloom-logins
heirloom-logname
heirloom-ls Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-mesg
heirloom-mkdir
heirloom-mkfifo
heirloom-mknod
heirloom-nice
heirloom-nohup
heirloom-pathchk
heirloom-pgrep
heirloom-priocntl
heirloom-ps
heirloom-psrinfo
heirloom-pwd
heirloom-renice
heirloom-rm
heirloom-rmdir
heirloom-setpgrp
heirloom-shl
heirloom-sort
heirloom-split
heirloom-stty
heirloom-sync
heirloom-tapecntl
heirloom-tee
heirloom-touch
heirloom-tsort
heirloom-tty
heirloom-uname
heirloom-users
heirloom-who
heirloom-whoami
heirloom-whodo
heirloom-xargs
heirloom-yes
hfsutils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
hs-temporary Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
htop Reset PKGREVISION after update. 2016-07-22 05:45:05 +00:00
hytctl s/man/main/ - fix typo 2015-12-27 21:27:50 +00:00
i2ocfg Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
i3status Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
i810switch Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
iat Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
idesk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
install-sh Add LICENSE (mit). 2016-01-29 10:02:52 +00:00
intel-microcode-netbsd Update to 20161104: 2016-12-05 03:33:03 +00:00
ipa Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ipmitool Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ipw-firmware add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
ir-account
isapnptools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
iwi-firmware add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
iwi-firmware3 add firmware.openbsd.org as MASTER_SITE 2015-03-06 21:54:56 +00:00
iwn-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
k3b Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
k3b-kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
k4dirstat Revbump after boost update 2017-01-01 16:05:55 +00:00
kcron Revbump after boost update 2017-01-01 16:05:55 +00:00
kdbusaddons Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
kdf Revbump after boost update 2017-01-01 16:05:55 +00:00
kdirstat Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
kfilemetadata Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
kfilemetadata5 Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
kfloppy Revbump after boost update 2017-01-01 16:05:55 +00:00
krusader Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ksystemlog Revbump after boost update 2017-01-01 16:05:55 +00:00
kuser Revbump after boost update 2017-01-01 16:05:55 +00:00
lambd Disable GCC error with newer versions. 2016-07-02 14:44:50 +00:00
lastfss Update systutils/lastfss to 0.2 2016-05-03 08:07:27 +00:00
lavaps Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
lf Revbump Go packages after 1.7.4 update. 2016-12-04 16:29:58 +00:00
libbaloo4 Revbump after boost update 2017-01-01 16:05:55 +00:00
libburn Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libcap Import libcap-2.25 as sysutils/libcap 2016-07-08 14:29:53 +00:00
libdevkit-gobject Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libfm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libfm-extra Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libgamin Expand --version-script removals for SunOS back out into package Makefiles 2014-09-10 15:59:33 +00:00
libgksu Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libgtop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
libirman Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libisoburn Requires libiconv. 2016-09-16 14:58:26 +00:00
libisofs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
liblogging Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
liblognorm Update sysutils/liblognorm to 2.0.1. 2016-08-09 11:52:28 +00:00
libnotify Turn on introspection option by default. 2016-11-08 10:24:43 +00:00
libol Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
liboobs Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
libpciaccess Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
libvirt Revbump after boost update 2017-01-01 16:05:55 +00:00
lilo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
lnav Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
lockf pkglint cleanups. 2014-10-05 16:27:25 +00:00
logfinder Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
logrider Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
logrot Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
logrotate Updated to version 3.10.0. Changelog : 2016-08-03 12:49:36 +00:00
lsof Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
lvm2 Revamp bl3 for sysutils/ 2016-07-08 09:17:03 +00:00
lxmenu-data Add msgfmt to USE_TOOLS. That should hopefully fix the build on Linux. 2016-06-06 02:02:33 +00:00
lxpanel Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
lxtask fix function prototype to match body in order to avoid: 2016-08-17 15:19:42 +00:00
magicrescue Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
manifold Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
mate-notification-daemon Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mate-power-manager Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mate-sensors-applet Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mate-system-monitor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mbmon Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mc Report correct errno value. Recognize and handle plain Bourne shell. 2016-12-16 00:02:28 +00:00
mc46 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mcollective Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mdf2iso Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
memconf Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
memtest86 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
memtester Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
memtestplus Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mencvcd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
menu-cache Include the imported libfm-extra. 2016-05-22 22:12:40 +00:00
mesure Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mgm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mklivecd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mkmemstick Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
mksunbootcd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mktemp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
monit Needs _KERNTYPES on NetBSD. 2016-03-25 21:05:30 +00:00
monitoring Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
mrsync Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mtools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mtoolsfm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
mtscan
mtx Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
munin-doc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
munin-node Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
munin-server Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
nautilus Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
nautilus-sendto Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
ncdu Use the curses framework. 2017-01-03 21:50:53 +00:00
ndesk-dbus Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
ndesk-dbus-glib Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
neb-wipe Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
netbsd-kmod-tools
netbt-hcidump Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
news Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
notification-daemon Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
nrg2iso Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ntfsprogs Changes 2015.3.14: 2015-11-10 17:45:22 +00:00
nvnet
nvramtool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
oak Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
open-vm-tools Update to 10.1.0 2016-12-23 04:11:03 +00:00
openstack_init Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
openxenmanager Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
osname Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
p5-collectd Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
p5-Config-Augeas Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Config-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-chmod Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Copy-Recursive Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Inplace Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-File-Remove Update to 1.57 2016-08-16 00:18:52 +00:00
p5-Filesys-Df Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Filesys-DfPortable Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Filesys-Statvfs Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Gnome2-VFS Updated sysutils/p5-Gnome2-VFS to 1.082 2016-08-18 12:41:42 +00:00
p5-GTop Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-IO-BufferedSelect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-IO-KQueue Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Lchown Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Linux-Inotify2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mac-AppleScript Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Mac-AppleScript-Glue Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Parse-Syslog Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Quota Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Server-Starter Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SSH-Batch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-CPU Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-CpuLoad Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-Filesystem Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-Hostname-Long Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sys-SigAction Update to 0.22 2016-08-16 00:23:23 +00:00
p5-Sys-Syslog Update to 0.34 2016-08-12 11:50:36 +00:00
p5-Sys-Utmp Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unix-ConfigFile Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unix-Statgrab Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Unix-Syslog Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-UPS-Nut pkglint whitespace 2016-06-11 22:43:30 +00:00
pciutils Update sysutils/pciutils to 3.5.2. 2016-10-07 06:07:01 +00:00
pcmanfm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pcvt-utils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pdumpfs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pear-Log Update pear-Log to 1.13.1. 2016-07-19 15:04:48 +00:00
pflogsumm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
pfstat Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pftop Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pidof Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
pluged Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
polysh Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
pscpug Use the curses framework. 2017-01-03 21:50:53 +00:00
psftools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
psmisc Remove custom linkage, termcap should provide enough. 2017-01-03 19:52:38 +00:00
pstree (pkgsrc) 2016-02-09 14:27:57 +00:00
puppet Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the 2016-09-08 15:19:16 +00:00
pv Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
pwgen Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
py-attic Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
py-augeas Fix PKGNAME to properly version Python. 2015-12-01 13:04:53 +00:00
py-borgbackup Updated py-borgbackup to 1.0.9. 2017-01-05 16:33:16 +00:00
py-collectd Update sysutils/collectd and subpackages to 5.6.1. 2016-10-13 15:17:28 +00:00
py-dbus Update python dbus bindings to 1.2.4. 2016-04-15 10:15:15 +00:00
py-diffoscope Sort. 2016-12-13 16:43:19 +00:00
py-gnome-menus Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-kazoo Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-magic Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-notify Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-notify-python Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-pathtools Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-pefile Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-psutil Update to 5.0.1 2017-01-01 08:27:18 +00:00
py-setconf Import setconf-0.6.7 as sysutils/py-setconf 2015-12-12 05:38:45 +00:00
py-setproctitle Switch to MASTER_SITE_PYPI. 2016-06-08 17:49:19 +00:00
py-structlog Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-syslog-ng Set GITHUB_PROJECT so fetch succeeds. 2017-01-15 13:06:04 +00:00
py-watchdog Fix MASTER_SITES. 2016-06-01 12:30:45 +00:00
py-xattr Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
qlogtools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
radeontool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
radmind Fix setting custom permission bits, user and group information from 2016-04-14 11:17:31 +00:00
rconfig Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rdfind Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
rdiff-backup Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
rename Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
rfstool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
riemann-client Import riemann-client 1.9.1 as sysutils/riemann-client. 2016-10-13 11:03:13 +00:00
rkflashtool Import rkflashtool-20151023 as sysutils/rkflashtool. 2015-10-24 21:46:07 +00:00
rmtrash Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
roller Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rox Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
rsnapshot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rsyslog Update sysutils/rsyslog to 8.23.0. 2016-12-05 10:36:46 +00:00
rsyslog-dbi Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-elasticsearch Revbump after boost update 2017-01-01 16:05:55 +00:00
rsyslog-gnutls Update sysutils/rsyslog to 8.22.0. 2016-10-20 10:05:11 +00:00
rsyslog-gssapi Look for libs at the right place, fixes installation 2015-10-06 13:03:20 +00:00
rsyslog-libgcrypt Not MAKE_JOBS_SAFE. 2015-08-27 19:07:13 +00:00
rsyslog-mysql Import rsyslog-8.4.0 as sysutils/rsyslog* (based on wip/rsyslog8). 2014-09-05 07:15:41 +00:00
rsyslog-pgsql Update sysutils/rsyslog to 8.22.0. 2016-10-20 10:05:11 +00:00
rsyslog-rabbitmq Reset sysutils/rsyslog-* revision after rsyslog update. 2016-03-09 20:55:35 +00:00
rsyslog-snmp Reset sysutils/rsyslog-* revision after rsyslog update. 2016-03-09 20:55:35 +00:00
rtty Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-activesambaldap Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-capistrano-harrow Add ruby-capistrano-harrow package version 0.5.3. 2016-10-17 15:47:46 +00:00
ruby-capistrano-stats Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-chef Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the 2016-09-08 15:19:16 +00:00
ruby-chef-config Add ruby-chef-config version 12.5.1, required by newer misc/ruby-ohai. 2015-12-13 15:16:35 +00:00
ruby-chef-zero Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-childprocess Update ruby-childprocess to 0.5.9. 2016-03-15 15:18:26 +00:00
ruby-directory-watcher Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-facter Update ruby-facter to 2.4.6. 2016-03-15 15:28:05 +00:00
ruby-fssm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-listen Now depends on both ruby-rb-fsevent and ruby-rb-inotify since it really 2017-01-09 15:02:31 +00:00
ruby-notify Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-quota Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-rb-appscript Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ruby-rb-inotify Update ruby-rb-inotify to 0.9.7. 2016-03-15 15:33:02 +00:00
safetynet Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
salt Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
salt-docs Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
same Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sarah Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
screenbrightness Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
screenfetch Import screenFetch-3.7.0 as sysutils/screenfetch 2016-07-18 22:56:44 +00:00
screentest Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
scsiinfo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
service-config Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
setquota Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sformat Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
shc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
shelldap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
shmux Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
skill Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
slay Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
slocate Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP 2016-05-17 10:32:06 +00:00
smartmontools smartmontools: build fix for FreeBSD-11 and newer. 2016-11-04 17:55:37 +00:00
smbldap-tools Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
socket Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
solid Revert: file is generated and not available at patch time. 2016-12-15 23:25:14 +00:00
spice-protocol Updated spice-protocol to 0.12.12. 2016-08-24 10:47:08 +00:00
sredird Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sshsh Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
stow Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
strace Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
strigi Revbump after boost update 2017-01-01 16:05:55 +00:00
su2 Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
sunxi-tools Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
sux Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
swapd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
swatch Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sysbuild Use standard way to test for options. 2016-12-31 09:39:31 +00:00
sysbuild-user Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
sysgen Updated sysutils/sysgen to 20151230 2017-01-04 20:44:25 +00:00
sysinfo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
syslog-ng Update sysutils/syslog-ng to 3.9.1. 2017-01-10 18:54:15 +00:00
syslog-ng-amqp Import the syslog-ng amqp module as sysutils/syslog-ng-amqp. 2016-08-21 20:20:27 +00:00
syslog-ng-curl Reset PKGREVISION after package version update 2017-01-10 18:54:55 +00:00
syslog-ng-geoip Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
syslog-ng-json Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
syslog-ng-mongodb Update sysutils/syslog-ng and modules to 3.8.1. 2016-08-21 20:18:30 +00:00
syslog-ng-redis Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
syslog-ng-smtp Update sysutils/syslog-ng and modules to 3.8.1. 2016-08-21 20:18:30 +00:00
syslog-ng-sql Update syslog-ng to the latest stable 3.7.2 version. 2015-10-29 16:34:13 +00:00
system-tools-backends Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
systester Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sysupgrade Use standard way to test for options. 2016-12-31 09:39:31 +00:00
tarsnap Update tarsnap to 1.0.37. 2016-03-10 22:54:13 +00:00
tarsnap-gui Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
tcx Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tdir Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tegra-firmware Import NVIDIA Tegra SOC firmware as sysutils/tegra-firmware. 2015-10-18 12:20:51 +00:00
tenshi Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
testdisk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tits Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tkcron Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tkdesk Fix linking with ITCL bundled into TCL. 2016-10-21 01:47:01 +00:00
tload Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tob Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
top Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
torsmo Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
toshutils Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tpb Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tphdisk Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
tree Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
ts Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
upower Update to 0.99.4 2016-03-12 11:50:08 +00:00
ups-nut s/long// (leaving "unsigned") in some code that fails when long is 2015-11-10 08:52:38 +00:00
ups-nut-cgi Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ups-nut-snmp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ups-nut-usb s/long// (leaving "unsigned") in some code that fails when long is 2015-11-10 08:52:38 +00:00
usbutil Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
user_cygwin Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
user_darwin In at least macOS Sierra (and perhaps earlier OS X versions), we need to 2017-01-16 19:55:39 +00:00
user_interix Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
user_irix
vbetool Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vcdimager Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vcdimager-devel Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vidc-tools Fixed some pkglint warnings. 2016-07-09 12:47:05 +00:00
vifm Use the curses framework. 2017-01-05 21:33:23 +00:00
vip Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
virt-manager Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
virtinst Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
vobcopy Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
vxargs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
watchman Update sysutils/watchman to 4.7.0. 2016-11-01 14:54:01 +00:00
wbm-apache Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-at Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-bandwidth Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-bind8 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-change-user Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-copy Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-cron Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-passwd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-shell Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-useradmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cluster-webmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-custom Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-cyrus-imapd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-dhcpd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-dovecot Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-fetchmail Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-file Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-htaccess-htpasswd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-inetd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-ipfilter Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-ldap-useradmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-lpadmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-mailboxes Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-mount Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-mysql Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-net Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-openslp Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-passwd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-postfix Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-postgresql Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-qmailadmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-quota Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-sendmail Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-shell Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-sshd Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-status Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-syslog Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-telnet Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-time Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-tunnel Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-useradmin Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wbm-virtual-server Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
WCMCommander Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
webmin Cleaned up complicated code for removing unnecessary modules and themes. 2016-11-20 01:11:40 +00:00
whowatch Use the curses framework. 2017-01-03 21:50:53 +00:00
wipe Use OPSYSVARS. 2016-02-26 10:24:10 +00:00
wmcpuload Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wmmemmon Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wmSMPmon Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wpi-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wpi-firmware2 Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
wtail Use the curses framework. 2017-01-03 21:50:53 +00:00
xapply Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xbatt Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xbattbar Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xc5k-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xc3028l-firmware Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xcdroast Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xdu Fixed some pkglint warnings. 2016-07-09 13:03:00 +00:00
xe-guest-utilities Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xenkernel42 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
xenkernel45 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
xenkernel46 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
xenstoretools Fix build by getting configure not to check for dependencies that will never 2017-01-05 12:44:54 +00:00
xentools42 Move to the curses framework. 2017-01-03 18:55:43 +00:00
xentools45 Move to the curses framework. 2017-01-03 18:55:43 +00:00
xentools46 Reapply changes accidentally reverted in last commit 2017-01-04 16:45:24 +00:00
xenvstat
xfburn Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-appfinder Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-battery-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-cpugraph-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-diskperf-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-fsguard-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-genmon-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-gvfs-mount-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-mount-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-netload-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-quicklauncher-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-systemload-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-taskmanager Linux doesn't necessarily provide libkvm 2016-09-16 11:01:21 +00:00
xfce4-thunar Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-thunar-vcs Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
xfce4-verve-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-xarchiver Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-xkb-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfe Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xfm Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xfsprogs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xhfs Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xhyve xhyve: Fix build on Clang (OS X El Capitan). 2016-04-15 14:13:21 +00:00
xmbmon
xmeter Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xnc Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xosview Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
xps Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
xuvmstat Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
zidrav Add SHA512 digests for distfiles for sysutils category 2015-11-04 01:32:05 +00:00
znapzend Update sysutils/znapzend to 0.16.0 2016-12-06 00:11:52 +00:00
Makefile Enable beats 2017-01-05 16:44:02 +00:00