aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Welcome the new cfengine311 and cfengine-masterfiles311.cy2017-08-1116-2/+855
|
* * Updated to 4.8.3ultima2017-08-113-89/+95
| | | | | | | | | | * Cleanup Makefile PR: 220926 Submitted by: Nuno Subtil (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11931
* sysutils/dsbdriverd: Update to 0.2dbaio2017-08-113-18/+5
| | | | | | | | | | | | | | | | | | | | While here, add LICENSE_FILE Release notes: The following mentionable changes have been made: - An -u options has been added. If defined, dsbdriverd starts dhclient(8) on Ethernet devices that appeared after loading the corresponding driver. - An -l option has been added. It lists installed devices and their corresponding driver. - Entries for if_qlnxe(4), if_bnxt(4), mpr(4), mrsas(4), and pms(4) have been added to the driver database. - Reconnect if the connection to devd(8) was lost. - The manual page now uses the mdoc(7) format. PR: 221258 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Update to 8.29.0matthew2017-08-103-14/+4
| | | | Changes: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
* Revert r447625 which added new port sysutils/chvtwoodsb022017-08-104-109/+0
| | | | | | | | | | This functionality is available in base using vidcontrol(1) For example, to switch to the second virtual terminal (/dev/ttyv1): # vidcontrol </dev/ttyv0 -s 2 Reported by: jbeich Requested by: danfe
* Add new port sysutils/chvtwoodsb022017-08-094-0/+109
| | | | | | | The command chvt N makes /dev/ttyv(N-1) the foreground terminal. The key combination Ctrl-Alt-FN (with N in the range 1-12) has a similar effect. WWW: https://lists.debian.org/debian-bsd/2009/11/msg00006.html
* DSBLogoutmgr is a Qt utility that allows you to leave your current windowultima2017-08-096-0/+37
| | | | | | | | | | | | | manager-session, reboot, suspend or shutdown your system. Furthermore, it supports time-controlled shutdown. WWW: http://freeshell.de/~mk/projects/dsblogoutmgr.html PR: 221109 Submitted by: Marcel Kaiser (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11930
* sysutils/dunst: Update to 1.2.0tobik2017-08-094-20/+31
| | | | | | | | | | | | | | - Remove unused dependencies - Add test target - Fix missing libgen.h include issue - Fix portlint warnings (USE order) - Update WWW in pkg-descr - GitHub repository has been changed to https://github.com/dunst-project/dunst - Submitter becomes maintainer Changes: https://github.com/dunst-project/dunst/releases/tag/v1.2.0 PR: 221346 Submitted by: Dmitri Goutnik <dg@syrec.org>
* sysutils/flowgger: Fix build with LibreSSL 2.5.5tobik2017-08-092-20/+24
| | | | | | | | | | | | The build of the openssl-sys-0.9.12 crate fails with: This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL 2.5.0, 2.5.1, 2.5.2, 2.5.3, and 2.5.4, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. Update the openssl crates to 0.9.15 (and also its dependencies). While here also set LICENSE=MPL20
* - Update The Glorious Glasgow Haskell Compiler to version 8.0.2tcberner2017-08-0918-10/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Simplified port by only suporting GCC, and creating a build.mk file - Update Pandoc to 1.19.2.1 - Update git-annex to 6.20170520 - Update Darcs to 2.12.5 - Update Gtk2Hs to 0.13.2.2 - Update Agda to 2.5.2 Please note that port revisions for all the Haskell ports without version changes are bumped. See the UPDATING file for instructions. New ports (63): hs-EdisonAPI API for EdisonCore hs-EdisonCore Efficent, purely-functional data structures hs-ListLike Generic support for list-like structures hs-Only Canonical anonymous 1-tuple type hs-aeson-compat Compatibility layer for aeson hs-attoparsec-iso8601 Parsing of ISO 8601 dates hs-base-compat Compatibility with later versions of base hs-call-stack Support call stacks hs-clock Access to high-resolution clocks and timers hs-code-page Adjusting code pages on Windows hs-colour Data type for colors and transparency hs-concurrent-output Ungarble output from several threads hs-cryptohash-md5 Pure MD5 implementation hs-cryptohash-sha1 Pure SHA-1 implementation hs-cryptohash-sha256 Pure SHA-256 implementation hs-data-endian Endian-sensitive data hs-dbus Client for the D-Bus IPC system hs-disk-free-space Retrieving information about disk space usage hs-doctemplates Pandoc-style document templates hs-ed25519 Ed25519 public-key signature system hs-fdo-notify FreeDesktop.org's Desktop Notifications hs-fixed Signed 15.16 precision fixed point arithmetic hs-fmlist FoldMap lists hs-foundation Custom Prelude hs-gitrev Compile-time git revision info hs-graphviz Binding for the GraphViz library hs-hackage-security Tools for securing the Hackage package server hs-half Half-precision floating-point hs-haskell-lexer Fully compliant Haskell 98 lexer hs-http-api-data Converting types to and from HTTP API data hs-integer-logarithms Integer logarithms implementation hs-io-streams Easy-to-use primitives for I/O using streams hs-io-streams-haproxy HAProxy protocol version 1.5 support hs-magic Binding to the libmagic library hs-microlens Microlens hs-microlens-th Automated generation of lenses hs-microstache Mustache templates hs-monad-unlift Type classes for unlifting monad transformers hs-monadplus Partial maps and filters over MonadPlus hs-mono-traversable-instances Extra type classes for mono-traversable hs-mountpoints Listing currently mounted filesystems hs-newtype-generics Full replacement of newtype hs-pretty-show Working with derived Show instances hs-process-extras Read process input/output as ByteString/Text hs-psqueues Priority Search Queues hs-readable Reading data types from ByteString/Text hs-refact Data type for apply-refact hs-regex-pcre PCRE backend to accompany regex-base hs-safe-exceptions Safe, consistent, and easy exception handling hs-say Send messages to handles in a thread-safe way hs-scanner Incremental combinator parser for ByteStrings hs-skylighting Syntax highlighting library binding hs-terminal-size Get terminal window sizes without ncurses hs-text-short Data type for keeping short strings in memory hs-th-abstraction Inspecting types via Template Haskell hs-th-lift Derive Template Haskell's Lift class hs-th-lift-instances Orphan instances for commonly used types hs-tls-session-manager TLS session manager hs-typed-process Launching/interaction with external processes hs-unexceptionalio IO without non-error/synchronous exceptions hs-uri-bytestring RFC3986 compliant URI parser hs-uri-bytestring-aeson Aeson instance for URI.ByteString hs-wl-pprint-text Version of wl-pprint to use Text Updated ports (314): hs-ALUT 2.4.0.0_1 --> 2.4.0.2 hs-Agda 2.4.2.3 --> 2.5.2 hs-Agda-stdlib 0.9_1 --> 0.13 hs-BNFC 2.8 --> 2.8.1 hs-Boolean 0.2.3 --> 0.2.4 hs-DAV 1.0.7 --> 1.3.1 hs-DRBG 0.5.4 --> 0.5.5 hs-Diff 0.3.2 --> 0.3.4 hs-GLURaw 1.5.0.1 --> 2.0.0.3 hs-GLUT 2.7.0.1_1,1 --> 2.7.0.12,1 hs-Glob 0.7.5_2 --> 0.8.0 hs-HStringTemplate 0.8.3 --> 0.8.6 hs-HTTP 4000.2.20 --> 4000.3.7 hs-HUnit 1.2.5.2_7 --> 1.6.0.0 hs-HaXml 1.25.3 --> 1.25.4 hs-HsOpenSSL 0.11.1.1 --> 0.11.4.9 hs-JuicyPixels 3.2.6 --> 3.2.8.2 hs-List 0.5.2 --> 0.6.0 hs-MemoTrie 0.6.2_2 --> 0.6.8 hs-MissingH 1.3.0.1 --> 1.4.0.1 hs-MonadRandom 0.4 --> 0.5.1 hs-ObjectName 1.1.0.0 --> 1.1.0.1 hs-OpenAL 1.7.0.0 --> 1.7.0.4 hs-OpenGL 2.12.0.1,1 --> 3.0.2.0,1 hs-OpenGLRaw 2.5.1.0_1 --> 3.2.4.0 hs-QuickCheck 2.8.1 --> 2.10.0.1 hs-RSA 2.1.0.1 --> 2.3.0 hs-ReadArgs 1.2.2 --> 1.2.3 hs-STMonadTrans 0.3.3 --> 0.4.3 hs-StateVar 1.1.0.1 --> 1.1.0.4 hs-TypeCompose 0.9.10_2 --> 0.9.12 hs-activehs 0.3.1_12 --> 0.3.2 hs-activehs-base 0.3.0.2_9 --> 0.3.0.4 hs-adjunctions 4.2.1 --> 4.3 hs-aeson 0.8.0.2 --> 1.2.1.0 hs-aeson-pretty 0.7.2 --> 0.8.5 hs-alex 3.1.4 --> 3.2.1 hs-ansi-terminal 0.6.2.1 --> 0.6.3.1 hs-asn1-data 0.7.1_9 --> 0.7.2 hs-asn1-encoding 0.9.0 --> 0.9.5 hs-asn1-parse 0.9.1 --> 0.9.4 hs-asn1-types 0.3.0 --> 0.3.2 hs-async 2.0.2 --> 2.1.1.1 hs-atomic-primops 0.8 --> 0.8.0.4 hs-attoparsec 0.12.1.6 --> 0.13.1.0 hs-authenticate 1.3.2.11 --> 1.3.3.2 hs-auto-update 0.1.2.2 --> 0.1.4 hs-aws 0.12.1 --> 0.16 hs-base-orphans 0.4.4 --> 0.6 hs-basic-prelude 0.5.0 --> 0.6.1.1 hs-bifunctors 5 --> 5.4.2 hs-blaze-builder 0.4.0.1 --> 0.4.0.2 hs-blaze-html 0.8.1.0 --> 0.9.0.1 hs-blaze-markup 0.7.0.2 --> 0.8.0.0 hs-brainfuck 0.1.0.2 --> 0.1.0.3 hs-c2hs 0.28.1_1 --> 0.28.2_1 hs-cabal-install 1.22.6.0 --> 1.24.0.2 hs-cairo 0.13.1.0 --> 0.13.3.1 hs-case-insensitive 1.2.0.4 --> 1.2.0.10 hs-cassava 0.4.3.1 --> 0.5.0.0 hs-cereal 0.4.1.1 --> 0.5.4.0 hs-cgi 3001.2.2.2,1 --> 3001.3.0.2,1 hs-checkers 0.4.3 --> 0.4.7 hs-chunked-data 0.2.0 --> 0.3.0 hs-cipher-aes128 0.7.0.1 --> 0.7.0.3 hs-classy-prelude 0.12.1.1 --> 1.2.0.1 hs-classy-prelude-conduit 0.12.0.1 --> 1.2.0 hs-clientsession 0.9.1.1 --> 0.9.1.2 hs-cmark 0.4.0.1 --> 0.5.5.1 hs-cmdargs 0.10.13 --> 0.10.17 hs-comonad 4.2.7.2 --> 5.0.1 hs-conduit 1.2.5 --> 1.2.11 hs-conduit-combinators 1.0.3 --> 1.1.1 hs-conduit-extra 1.1.9.1 --> 1.1.16 hs-connection 0.2.5 --> 0.2.8 hs-constraints 0.4.1.3 --> 0.9.1 hs-contravariant 1.3.2 --> 1.4 hs-cookie 0.4.1.6 --> 0.4.2.1 hs-cpphs 1.19 --> 1.20.8 hs-criterion 1.1.0.0 --> 1.2.1.0 hs-cryptohash 0.11.6_2 --> 0.11.9 hs-cryptohash-cryptoapi 0.1.3_2 --> 0.1.4 hs-cryptonite 0.6 --> 0.24 hs-css-text 0.1.2.1_2 --> 0.1.2.2 hs-darcs 2.10.1 --> 2.12.5 hs-data-default 0.5.3_7 --> 0.7.1.1 hs-data-default-class 0.0.1_7 --> 0.1.2.0 hs-data-default-instances-base 0.0.1_7 --> 0.1.0.1 hs-data-lens 2.10.7 --> 2.11.1 hs-data-lens-template 2.1.9 --> 2.2 hs-data-pprint 0.2.4 --> 0.2.4.1 hs-deepseq-generics 0.1.1.2 --> 0.2.0.0 hs-dia-base 0.1.1.3 --> 0.1.1.4 hs-directory-tree 0.12.0_2 --> 0.12.1 hs-distributive 0.4.4_2 --> 0.5.2 hs-dlist 0.7.1.1 --> 0.8.0.3 hs-dlist-instances 0.1_2 --> 0.1.1.1 hs-dns 2.0.0 --> 2.0.10 hs-double-conversion 2.0.1.0 --> 2.0.2.0 hs-either 4.4.1 --> 4.4.1.1 hs-ekg 0.4.0.8 --> 0.4.0.13 hs-ekg-core 0.1.1.0 --> 0.1.1.1 hs-ekg-json 0.1.0.0 --> 0.1.0.5 hs-email-validate 2.1.3 --> 2.3 hs-enclosed-exceptions 1.0.1.1 --> 1.0.2 hs-entropy 0.3.7 --> 0.3.8 hs-equivalence 0.3.1 --> 0.3.2 hs-errors 2.0.0 --> 2.2.1 hs-esqueleto 2.4.1 --> 2.5.3 hs-exceptions 0.8.0.2 --> 0.8.3 hs-extra 1.4.1 --> 1.6 hs-fast-logger 2.4.1 --> 2.4.10 hs-feed 0.3.10.0 --> 0.3.12.0 hs-fgl 5.5.2.1 --> 5.5.3.1 hs-file-embed 0.0.9 --> 0.0.10 hs-filestore 0.6.1 --> 0.6.3.1 hs-free 4.12.1 --> 4.12.4 hs-gconf 0.13.0.2 --> 0.13.1.0 hs-generic-deriving 1.8.0 --> 1.11.2 hs-geniplate-mirror 0.7.1 --> 0.7.5 hs-ghc-events 0.4.4.0 --> 0.6.0 hs-gio 0.13.1.0 --> 0.13.3.1 hs-git-annex 5.20150727_1 --> 6.20170520 hs-gitit 0.11.1 --> 0.12.2.1 hs-glib 0.13.1.1 --> 0.13.4.1 hs-gnuidn 0.2.1_3 --> 0.2.2 hs-gtk 0.13.9 --> 0.14.6 hs-gtk2hs 0.13,1 --> 0.13.2.2,1 hs-gtk2hs-buildtools 0.13.0.4_1 --> 0.13.2.2 hs-gtksourceview2 0.13.1.3 --> 0.13.3.1 hs-haddock 2.16.1 --> 2.17.5 hs-haddock-api 2.16.1 --> 2.17.4 hs-haddock-library 1.2.1 --> 1.4.3 hs-happstack-server 7.4.4 --> 7.4.6.4 hs-hashable 1.2.3.3,1 --> 1.2.6.1,1 hs-hashtables 1.2.0.2 --> 1.2.1.1 hs-haskell-src-exts 1.16.0.1 --> 1.19.1 hs-hasktags 0.69.1 --> 0.69.3 hs-hedis 0.6.9 --> 0.9.8 hs-heist 0.14.1.1 --> 1.0.1.0 hs-hexpat 0.20.9 --> 0.20.13 hs-highlighting-kate 0.6 --> 0.6.4 hs-hinotify 0.3.8.1 --> 0.3.9 hs-hint 0.4.2.3 --> 0.7.0 hs-hjsmin 0.1.5.0 --> 0.2.0.2 hs-hlint 1.9.21 --> 2.0.9 hs-hoauth2 0.4.8 --> 0.5.9 hs-hoogle 4.2.41 --> 5.0.12 hs-hourglass 0.2.9 --> 0.2.10 hs-hscolour 1.23,1 --> 1.24.1,1 hs-hslogger 1.2.9 --> 1.2.10 hs-hslua 0.4.0 --> 0.5.0 hs-hspec 2.1.10 --> 2.4.4 hs-hspec-core 2.1.10 --> 2.4.4 hs-hspec-discover 2.1.10 --> 2.4.4 hs-hspec-expectations 0.7.1 --> 0.8.2 hs-html-conduit 1.2.0 --> 1.2.1.1 hs-http-client 0.4.20 --> 0.5.7.0 hs-http-client-tls 0.2.2_2 --> 0.3.5.1 hs-http-conduit 2.1.8 --> 2.2.3.1 hs-http-reverse-proxy 0.4.2 --> 0.4.4 hs-http-types 0.8.6 --> 0.9.1 hs-http2 1.0.4 --> 1.6.3 hs-hxt 9.3.1.15 --> 9.3.1.16 hs-hxt-regex-xmlschema 9.2.0.2 --> 9.2.0.3 hs-ieee754 0.7.6 --> 0.8.0 hs-iproute 1.5.0 --> 1.7.1 hs-js-jquery 1.11.3 --> 3.2.1 hs-kan-extensions 4.2.2 --> 5.0.2 hs-keys 3.10.2 --> 3.11 hs-kqueue 0.1.2.6_2 --> 0.2 hs-language-c 0.5.0 --> 0.6.1 hs-language-javascript 0.5.14.2 --> 0.6.0.10 hs-largeword 1.2.3_2 --> 1.2.5 hs-lens 4.12.3 --> 4.15.3 hs-libmpd 0.9.0.2 --> 0.9.0.6 hs-lifted-async 0.7.0.1 --> 0.9.3 hs-lifted-base 0.2.3.6 --> 0.2.3.11 hs-map-syntax 0.2 --> 0.2.0.2 hs-math-functions 0.1.5.2_2 --> 0.2.1.0 hs-memory 0.8 --> 0.14.6 hs-mime-mail 0.4.9 --> 0.4.13.1 hs-mime-types 0.1.0.6 --> 0.1.0.7 hs-mmorph 1.0.4 --> 1.1.0 hs-monad-control 1.0.0.4 --> 1.0.2.1 hs-monad-logger 0.3.13.2 --> 0.3.24 hs-monad-par 0.3.4.7 --> 0.3.4.8 hs-monadcryptorandom 0.6.1_2 --> 0.7.1 hs-monads-tf 0.1.0.2_2 --> 0.1.0.3 hs-mono-traversable 0.9.2.1 --> 1.0.2 hs-mueval 0.9.1.1.2 --> 0.9.3 hs-murmur-hash 0.1.0.8 --> 0.1.0.9 hs-mutable-containers 0.3.2 --> 0.3.3 hs-mwc-random 0.13.3.2 --> 0.13.6.0 hs-mysql 0.1.1.8 --> 0.1.4 hs-network 2.6.2.1 --> 2.6.3.2 hs-network-info 0.2.0.7 --> 0.2.0.8 hs-network-multicast 0.1.0 --> 0.2.0 hs-network-uri 2.6.0.3 --> 2.6.1.0 hs-nonce 1.0.2 --> 1.0.4 hs-oeis 0.3.6 --> 0.3.9 hs-optparse-applicative 0.11.0.2 --> 0.14.0.0 hs-pandoc 1.15.0.6_1 --> 1.19.2.1 hs-pandoc-citeproc 0.7.3.1 --> 0.10.5.1 hs-pandoc-types 1.12.4.5 --> 1.19 hs-pango 0.13.1.0 --> 0.13.3.1 hs-parallel 3.2.0.6 --> 3.2.1.1 hs-parsec 3.1.9 --> 3.1.11 hs-path-pieces 0.2.0 --> 0.2.1 hs-pcre-light 0.4.0.3 --> 0.4.0.4 hs-persistent 2.2 --> 2.7.0 hs-persistent-sqlite 2.2 --> 2.6.2 hs-persistent-template 2.1.3.4 --> 2.5.2 hs-pointed 4.2.0.2 --> 5 hs-polyparse 1.11 --> 1.12 hs-prelude-extras 0.4_2 --> 0.4.0.3 hs-primitive 0.6 --> 0.6.2.0 hs-probability 0.2.4.1_2 --> 0.2.5.1 hs-profunctors 5.1.1 --> 5.2 hs-pureMD5 2.1.2.1_10 --> 2.1.3 hs-quickcheck-io 0.1.1_2 --> 0.2.0 hs-reflection 2 --> 2.1.2 hs-regex-applicative 0.3.2.1 --> 0.3.3 hs-regex-tdfa 1.2.0_2 --> 1.2.2 hs-resourcet 1.1.6 --> 1.1.9 hs-safe 0.3.9 --> 0.3.15 hs-sandi 0.3.5 --> 0.4.0 hs-scientific 0.3.3.8 --> 0.3.5.1 hs-semigroupoids 5.0.0.3 --> 5.2 hs-semigroups 0.16.2.2 --> 0.18.3 hs-setlocale 1.0.0.4 --> 1.0.0.5 hs-shake 0.15.5 --> 0.15.11 hs-shakespeare 2.0.5 --> 2.0.13 hs-shelly 1.6.3.3 --> 1.6.8.3 hs-simple-sendfile 0.2.21 --> 0.2.25 hs-skein 1.0.9.3 --> 1.0.9.4 hs-snap 0.14.0.6 --> 1.0.0.1 hs-snap-core 0.9.7.2 --> 1.0.2.1 hs-snap-server 0.9.5.1 --> 1.0.2.2 hs-socks 0.5.4_2 --> 0.5.5 hs-split 0.2.2_7 --> 0.2.3.2 hs-statistics 0.13.2.3 --> 0.14.0.2 hs-stm 2.4.4 --> 2.4.4.1 hs-streaming-commons 0.1.12.1 --> 0.1.18 hs-svgcairo 0.13.0.3 --> 0.13.1.1 hs-syb 0.5.1 --> 0.7 hs-syb-with-class 0.6.1.6 --> 0.6.1.7 hs-tagged 0.8.1 --> 0.8.5 hs-tagsoup 0.13.3 --> 0.14.1 hs-tar 0.4.2.1 --> 0.5.0.3 hs-temporary 1.2.0.3_2 --> 1.2.1 hs-test-framework-hunit 0.3.0.1_2 --> 0.3.0.2 hs-test-framework-quickcheck2 0.3.0.3_2 --> 0.3.0.4 hs-texmath 0.8.3 --> 0.9.4.1 hs-text 1.2.1.3 --> 1.2.2.2 hs-threads 0.5.1.3 --> 0.5.1.4 hs-threadscope 0.2.7 --> 0.2.8 hs-time-locale-compat 0.1.1.0 --> 0.1.1.3 hs-timezone-olson 0.1.7 --> 0.1.8 hs-timezone-series 0.1.5.1 --> 0.1.8 hs-tls 1.3.1 --> 1.3.11 hs-torrent 10000.0.0 --> 10000.1.1 hs-transformers-compat 0.4.0.4 --> 0.5.1.4 hs-unix-compat 0.4.1.4 --> 0.4.3.1 hs-unix-time 0.3.5 --> 0.3.7 hs-unlambda 0.1.4.1 --> 0.1.4.2 hs-unordered-containers 0.2.5.1 --> 0.2.8.0 hs-uri 0.1.6.3 --> 0.1.6.4 hs-utf8-string 1 --> 1.0.1.1 hs-utility-ht 0.0.10_2 --> 0.0.14_2 hs-uuid 1.3.11 --> 1.3.13 hs-uuid-types 1.0.2 --> 1.0.3 hs-uulib 0.9.20 --> 0.9.22 hs-vault 0.3.0.4 --> 0.3.0.7 hs-vector 0.10.12.3 --> 0.12.0.1 hs-vector-binary-instances 0.2.1.0_2 --> 0.2.3.5 hs-vector-instances 3.3.1 --> 3.4 hs-vector-space 0.10.2 --> 0.10.4 hs-vector-th-unbox 0.2.1.2 --> 0.2.1.6 hs-void 0.7 --> 0.7.2 hs-vte 0.13.0.2 --> 0.13.1.1 hs-wai 3.0.3.0 --> 3.2.1.1 hs-wai-app-static 3.1.1 --> 3.1.6.1 hs-wai-extra 3.0.10 --> 3.0.20.0 hs-wai-logger 2.2.4.1 --> 2.3.0 hs-warp 3.1.3 --> 3.2.13 hs-warp-tls 3.1.1 --> 3.2.4 hs-webkit 0.13.1.3 --> 0.14.2.1 hs-wx 0.91.0.0 --> 0.92.3.0 hs-wxc 0.91.0.0 --> 0.92.3.0 hs-wxcore 0.91.0.0 --> 0.92.3.0 hs-wxdirect 0.91.0.0 --> 0.92.3.0 hs-x509 1.6.0 --> 1.6.5 hs-x509-store 1.6.0 --> 1.6.2 hs-x509-system 1.6.0 --> 1.6.4 hs-x509-validation 1.6.0 --> 1.6.5 hs-xml-conduit 1.3.1 --> 1.5.1 hs-xml-hamlet 0.4.0.11 --> 0.4.1 hs-xmlhtml 0.2.3.4 --> 0.2.4 hs-xmobar 0.24.3 --> 0.24.5 hs-xss-sanitize 0.3.5.6 --> 0.3.5.7 hs-yaml 0.8.13 --> 0.8.23.1 hs-yesod 1.4.1.5 --> 1.4.5 hs-yesod-auth 1.4.6 --> 1.4.17.2 hs-yesod-auth-hashdb 1.4.2.2 --> 1.6.1 hs-yesod-bin 1.4.13.3 --> 1.5.2.3 hs-yesod-core 1.4.13 --> 1.4.35 hs-yesod-form 1.4.4.1 --> 1.4.12 hs-yesod-persistent 1.4.0.3 --> 1.4.2 hs-yesod-static 1.5.0.2 --> 1.5.3 hs-yesod-test 1.4.3.1 --> 1.5.7 hs-zip-archive 0.2.3.7 --> 0.3.1.1 hs-zlib 0.5.4.2 --> 0.6.1.2 scroll 1.20151219 --> 1.20170122 Removed ports (5): hs-MonadCatchIO-mtl Deprecated in favor of exceptions hs-MonadCatchIO-transformers Deprecated in favor of exceptions hs-citeproc-hs Replaced by pandoc-citeproc hs-directory Part of the packages shipped with GHC hs-syb-with-class-instances-text Upstream is unmaintained This was created together with pgj@. Reviewed by: pgj, 6yearold_gmail.com Differential Revision: https://reviews.freebsd.org/D11558
* Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.adamw2017-08-081-2/+2
| | | | | | | It might be necessary to manually remove and reinstall the package under the new name. Discussed with: ler
* Fix gemspec for rubygem-rspec_junit_formatter 0.3.0sunpoet2017-08-082-1/+13
| | | | | | | | - Fix typo - Bump PORTREVISION for package change PR: 221308 Reported by: lifanov
* Update to 0.7.1sunpoet2017-08-082-5/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/sethvargo/chef-api/blob/master/CHANGELOG.md
* Move maintainership to puppet@.tdb2017-08-071-1/+1
|
* Update to 20170802antoine2017-08-073-40/+39
|
* sysutils/rubygem-facter: update 2.4.6 -> 2.5.0robak2017-08-062-4/+4
| | | | | PR: 221041 Submitted by: romain
* Use post-install: instead of post-stage:sunpoet2017-08-061-3/+3
| | | | | | | - Do not silence installation messages - While I'm here, fix indent Approved by: portmgr (blanket)
* Remove post-stage: and merge into do-install:sunpoet2017-08-061-5/+1
| | | | Approved by: portmgr (blanket)
* Hook u-boot-zedboard and u-boot-zybo to the buildantoine2017-08-061-0/+2
|
* sysutils/istatserver: Update to 3.02farrokhi2017-08-052-5/+4
|
* Update sysutils/Makefile to reflect consolekit -> consolekit2 movecperciva2017-08-051-1/+1
| | | | Reported by: INDEX breakage
* Update consolekit to 1.2.0.kwm2017-08-0519-846/+97
| | | | | | | | | | | | | * Rename consolekit to consolekit2 to reflect that consolekit2 is a new project, even if it the continuation of the old consolekit project. * Expand pkg-descr with some background info. * Add license * ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required * Add GObject introspection support for desktops environment such Pantheon or Deepin. * Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for assisting with there versions of the port, suggesting changes and testing. PR: 202269
* Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team canjrm2017-08-051-1/+1
| | | | more easily contribute to their maintenance.
* Fix MAINTAINER line.linimon2017-08-052-2/+2
| | | | Reported by: mat
* sysutils/cbsd: Update to 11.1.1tobik2017-08-052-4/+4
| | | | | | | | Bugfix release. Changes: https://github.com/cbsd/cbsd/releases/tag/v11.1.1 PR: 221235 Submitted by: olevole@olevole.ru (maintainer)
* Add Makefile forgotten in r447312.imp2017-08-051-0/+10
|
* Add support for Zybo Zynq-based board.imp2017-08-043-0/+26
| | | | Submitted by: Thomas Skibo
* Add support for Xilinx Zynq-based Zedboard and more generally allimp2017-08-043-0/+31
| | | | | | Zynq-based boards. Submitted by: Thomas Skibo
* Remove files directory. It should have gone away in the prior commit,imp2017-08-044-133/+0
| | | | but didn't. Ditto distinfo.
* Fix comment.imp2017-08-041-1/+1
|
* - Pass maintainership to me. marino@ is not part of FreeBSD committersacm2017-08-044-4/+0
|
* Update to 1.9.2jhale2017-08-043-16/+4
| | | | | PR: 221028 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Update to 1.25.2jhale2017-08-042-6/+7
| | | | | | | Pass maintainership to submitter PR: 219010 Submitted by: Niclas Carlsson <n_carlsson@outlook.com>
* sysutils/packer: update license to MPL20lifanov2017-08-031-1/+1
|
* update sysutils/terraform to 0.10.0lifanov2017-08-032-5/+9
| | | | | | | | | This is a major release. Please read the upgrading guide: https://www.terraform.io/upgrade-guides/0-10.html Changes: https://github.com/hashicorp/terraform/blob/v0.10.0/CHANGELOG.md While here, switch LICENSE to MPL20.
* Fix starting and stopping munin-asyncd. [1]mat2017-08-034-12/+25
| | | | | | | | | | | | | | Turns out creating a start_cmd function is not enough, you have to add a variable, start_cmd and point it to the start_cmd function. As for stopping it, it should work out of the box, but for the fact that munin-asyncd uses setproctitle or something, and it confuses the hell out of rc.subr. While there, pet rclint. PR: 221000 [1] (based on) Submitted by: marcel herrbischoff com Sponsored by: Absolight
* update to latest versiongirgen2017-08-032-4/+4
|
* Update to 0.11.0sunpoet2017-08-032-6/+5
| | | | Changes: https://github.com/theforeman/hammer-cli-foreman/releases
* Update to 0.11.0sunpoet2017-08-033-9/+9
| | | | | | - Use PLIST_FILES instead of PLIST Changes: https://github.com/theforeman/hammer-cli/releases
* Update to 10.7.2sunpoet2017-08-032-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Add U-Boot ports for nanopi-m1plus and nanopi-neo-air.linimon2017-08-035-0/+54
| | | | | PR: 221180, 221181 Submitted by: manu
* update MooseFS to 3.0.97-1lifanov2017-08-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | * MooseFS 3.0.97-1 (2017-08-01) - (tools) fixed trash/sustained size desynchronization after file length changed by chunk creation - (mount) fixed handling invalid arguments in posix lock command * MooseFS 3.0.96-1 (2017-07-25) - (tools) fixed segfault in mfsscadmin * MooseFS 3.0.95-1 (2017-07-17) - (mount+master) added update master version during reconnection to master (after updating master server) - (master) fixed winattr field size in setattr command - (mount) fixed dirattrcache (freezes or inefficiences during listing directories - introduced in 3.0.93) - (cgi) fixed displaying master charts without leader (pro only) - (mount) added info about using open dir cache in oplog/ophisotry PR: 221183 Submitted by: freebsd@moosefs.com (maintainer)
* Trim unneeded lines in this slave port.imp2017-08-031-5/+0
|
* Make CHIP a proper slave port of u-boot-master rather thanimp2017-08-032-15/+8
| | | | | u-boot-olimex-a20-som-evb. No maintainer was listed. Tweak MODEL to be chip to match port name.
* Make the package name match the model name.imp2017-08-032-9/+6
| | | | | | | Update pkg-descr to reflect this and also reality Submitted by: Emmanuel Vadot PR: 220578
* Add slave port of u-boot-master for NanoPi Neo board.linimon2017-08-023-0/+27
| | | | | PR: 220576 Submitted by: manu
* Cut pine port over to u-boot-master.imp2017-08-021-46/+9
| | | | Submitted by: Emmanuel Vadot
* Changes to prepare for aarch64 supportimp2017-08-021-4/+20
| | | | | | | | | | | o Generalize support for different architectures. o Add specific support for aarch64 o Add ALLWINNER64 as a new family using aarch64, but no ports use it yet. o CROSS_COMPILE is the string to pass to u-boot o COMPILER is the FreeBSD port (we assume gcc since that works better typically than clang). Submitted by: Emmanuel Vadot (the aarch64 bits, hacked by me to be generic)
* Bump uboot version to 2017.07.00.1 to pickup arm64 fix in FreeBSDimp2017-08-022-4/+4
| | | | | | u-boot repo. Submitted by: Emmanuel Vadot
* Appease portlint by reordering some items in the Makefilematthew2017-08-021-16/+21
| | | | | | | | | | | Group FOO_DESC with all the other options helpers for option FOO When DOCS are enabled and one or both of MYSQL and PGSQL options are selected, install the corresponding createDB.sql file for generating the DB schema rsyslog expects [1] PR: 221012 Reported by: rainer@ultra-secure.de [1]
* - Update to 0.9.9.1.araujo2017-08-022-5/+4
| | | | | | | | Important note: Fix jail migration from TAGs to NAME if you have children datasets under /data and prevent continuing if the jail is running. Sponsored by: iXsystems, Inc.
* Update to 4.44sunpoet2017-08-022-4/+4
| | | | | PR: 221156 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Update to 10.7.1sunpoet2017-08-022-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* - MASTER_SITES cleanupzi2017-08-022-2/+3
|
* - Add devel/py3-verboselogs as dependency.araujo2017-08-011-1/+2
| | | | - Bump PORTREVISION.
* Upgrade cloudabi and cloudabi-utils to the latest upstream versions.ed2017-08-012-4/+4
| | | | | | | | | | | | | This release of the CloudABI definitions contains some cleanups, such as the removal of socket addresses. Though structures like sockaddr are still defined by the C library, this information is no longer exposed by runtimes. The reasoning being that additional services for CloudABI, such as Flower, are going to facilitate this in the future: https://github.com/NuxiNL/flower Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D11734
* Remove expired ports:rene2017-08-018-77/+0
| | | | | | | | 2017-04-30 multimedia/avbin: Unfetchable for more than six months (google code has gone away) games/gondola: Depends on expired multimedia/avbin 2017-04-30 sysutils/flyback: Unfetchable for more than six months (google code has gone away) 2017-06-30 multimedia/py-ffmpeg: Depreciated upstream in favour of ffpyplayer 2017-07-31 mail/dovecot: Deprecated by upstream years ago. Use mail/dovecot2 instead
* Remove optional dependencies on mail/dovecot.rene2017-08-011-5/+3
| | | | Change the default for sysutils/froxlor to mail/dovecot2.
* sysutils/cbsd: Update to 11.1.0tobik2017-08-012-4/+4
| | | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v11.1.0 PR: 221108 Submitted by: olevole@olevole.ru (maintainer)
* Remove expired ports:rene2017-08-018-71/+0
| | | | | | | | | | | | | | | | | 2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use net/rubygem-oauth2 instead 2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead 2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See https://wiki2.dovecot.org/HowTo/AntispamWithSieve 2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead 2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead 2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead 2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab; please use www/rubygem-jquery-ui-rails-rails4 instead 2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use security/rubygem-omniauth instead 2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use devel/rubygem-health_check instead 2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet instead 2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use devel/rubygem-newrelic_rpm instead 2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22 2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge instead 2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged into Ruby 2.0
* Update to 13.2.20sunpoet2017-07-315-52/+41
| | | | | | | | | | | - Fix shebang - Simplify post-install: - Update WWW Changes: https://github.com/chef/chef/blob/master/CHANGELOG.md PR: 220778 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 13.2.0sunpoet2017-07-313-9/+11
| | | | | | | | | | - Update WWW Changes: https://github.com/chef/ohai/blob/master/RELEASE_NOTES.md https://github.com/chef/ohai/blob/master/CHANGELOG.md PR: 220777 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Update to 13.0.0sunpoet2017-07-313-12/+14
| | | | | | | | | | | - Add LICENSE_FILE - Fix indent - Update WWW Changes: https://github.com/chef/chef-zero/blob/master/CHANGELOG.md PR: 220775 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* Add rubygem-chef-config 13.2.20sunpoet2017-07-314-0/+31
| | | | | | ChefConfig is the default configuration and config loading library for Chef. WWW: https://github.com/chef/chef/tree/master/chef-config
* Update to 10.7sunpoet2017-07-312-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Add missing RUN_DEPENDSsunpoet2017-07-301-1/+4
| | | | | | | | | - Bump PORTREVISION for dependency change PR: 220684 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* Add missing RUN_DEPENDSsunpoet2017-07-301-2/+3
| | | | | | | | | - Bump PORTREVISION for dependency change PR: 220630 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days)
* - Cosmetic fixesamdmi32017-07-302-5/+5
| | | | | | - Update WWW Approved by: portmgr blanket
* - Update to 2.6.0zi2017-07-302-7/+7
|
* Update to 3.9.0sunpoet2017-07-302-4/+4
| | | | Changes: https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md
* - Update to 0.9.9.araujo2017-07-292-4/+5
| | | | Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9
* Update sysutils/tarsnap to 1.0.39. This fixes four crashes, including ancperciva2017-07-292-4/+4
| | | | | | | | assertion failure after successfully creating an archive containing a file which was (allegedly) last modified prior to January 1, 1970. Upgrading is recommended, as (despite their implausibility) it seems that a large number of people have files with such modification times.
* Update to 20170728.jkim2017-07-292-4/+4
|
* Fix PGSQL build.des2017-07-281-1/+1
| | | | Approved by: dvl@
* - Update WWWamdmi32017-07-282-4/+5
| | | | | | | | - Add LICENSE - Add NO_ARCH - Remove redundant variables Approved by: portmgr blanket
* Update to 3.1.5romain2017-07-282-3/+4
| | | | With hat: puppet
* Fix RUN_DEPENDS and unbreak this portsunpoet2017-07-281-5/+3
| | | | | | | - While I'm here, update RUN_DEPENDS: remove redundant LOCALBASE/bin - Bump PORTREVISION for dependency change Approved by: portmgr (blanket)
* Add missing RUN_DEPENDSsunpoet2017-07-281-3/+5
| | | | | | | | | | - Sort RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 220629 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
* Add sysutils/atf-allwinner: ARM trusted Framework for Allwinner 64 bitlinimon2017-07-284-0/+36
| | | | | | | SoCs. PR: 221053 Submitted by: manu
* - Unsilence installation commandsamdmi32017-07-281-26/+29
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* sysutils/restic: respect PREFIX in creation of bash completion script.olgeni2017-07-272-0/+15
| | | | | | PR: 221046 Submitted by: olgeni Approved by: maintainer
* update sysutils/docker-compose to 1.15.0lifanov2017-07-272-4/+4
| | | | Changes: https://github.com/docker/compose/releases/tag/1.15.0
* sysutils/dsbmc: Update to 0.2.2dbaio2017-07-272-4/+4
| | | | | PR: 220970 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Fix some typosjbeich2017-07-272-3/+3
|
* update sysutils/debootstrap to 1.0.91lifanov2017-07-262-4/+4
|
* - Add LICENSEamdmi32017-07-262-1/+3
| | | | | | - Update WWW Approved by: portmgr blanket
* - update to 3.8.0jgh2017-07-263-38/+4
| | | | ChangeLog: https://github.com/KittyKatt/screenFetch/blob/master/CHANGELOG
* sysutils/rubygem-httplog: Update to version 0.99.7jrm2017-07-262-5/+5
| | | | | Upstream changes: https://github.com/trusche/httplog/blob/master/CHANGELOG.md
* - update to 20170630jgh2017-07-263-18/+4
| | | | - while here remove unnecessary patch for build
* Integrate an official patch for isoinfo and mkisofs which adds directorymarius2017-07-262-0/+8
| | | | | | | loop recognition in order to prevent from an endless loops that in turn may consume all available memory. PR: 220868
* Update to 1.12.0sunpoet2017-07-262-4/+4
| | | | Changes: https://github.com/grosser/parallel/commits/master
* sysutils/xe: Update to 0.9tobik2017-07-254-32/+23
| | | | Changes: https://github.com/chneukirchen/xe/blob/v0.9/NEWS.md
* - Update WWWamdmi32017-07-253-14/+14
| | | | | | | | - Add LICENSE - Switch to options helpers - Remove outdated __FreeBSD_version condition Approved by: portmgr blanket
* Port-wise change :imp2017-07-252-9/+10
| | | | | | | | | | | | | | | | | | | - Dependancy on swig30 has been changed for swig13. swig13 install itself as 'swig' and it seems that some generated file in u-boot is calling directly this binary. - Remove shebangfix for binman.py shebangfix cannot work with binman.py as the shebang is '#!/usr/bin/env python2' and the regex in Mk/Uses/shebangfix.mk can't handle this - Move to the FreeBSD u-boot repo - Insist on dtc >= 1.4 (also works with the BSDL version in the tree, if it is new enough), but drop the requirement that it's a port. U-Boot wise: - Too many changes, a lot of fixes, a lot of new boards etc ... Tested-On: OrangePi-One, BananaPiM2, A13-Olinuxino, BeagleBone Black Submitted by: Emmanuel Vadot
* Update to version 1.0.2pawel2017-07-252-4/+4
|
* follow permanent redirect of http -> httpslifanov2017-07-251-1/+1
| | | | Reported by: repology.org
* Update sysutils/restic to version 0.7.1.olgeni2017-07-252-4/+4
| | | | | | PR: 220963 Submitted by: olgeni Approved by: maintainer
* sysutils/goss: create portswills2017-07-245-0/+93
| | | | | | | | | | | | Goss is a YAML based serverspec alternative tool for validating a server's configuration. It eases the process of writing tests by allowing the user to generate tests from the current system state. Once the test suite is written they can be executed, waited-on, or served as a health endpoint. WWW: https://goss.rocks PR: 220911 Submitted by: Mike English <englishm@llnw.com>
* Update puppet-lint to 2.3.0.tdb2017-07-242-4/+4
|
* - Add LICENSEamdmi32017-07-243-4/+7
| | | | | | | | - Add NO_ARCH - Update WWW - Regenerate patch Approved by: portmgr blanket
* Update sysutils/virtualmin to version 5.99.olgeni2017-07-243-9/+503
|
* Update sysutils/usermin to version 1.720.olgeni2017-07-244-10/+66
|
* Update sysutils/webmin to version 1.850.olgeni2017-07-244-15/+27
|
* Update to 1.15.3sunpoet2017-07-232-4/+4
| | | | Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
* net/libwebsockets: update to 2.2.2jbeich2017-07-221-0/+1
| | | | | | Changes: https://github.com/warmcat/libwebsockets/blob/v2.2.2/changelog PR: 220921 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
* Update GStreamer1 ports to 1.12.2.kwm2017-07-222-2/+1
| | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@
* Mark BROKEN: wrong dependenciesantoine2017-07-221-0/+2
|
* - Add LICENSEamdmi32017-07-223-4/+6
| | | | | | | - Regenerate patches - Update WWW Approved by: portmgr blanket
* Upgrade to 0.0.9dvl2017-07-223-7/+6
| | | | | * this release adds some sanity checks * while here, improve pkg-message
* - Update WWWamdmi32017-07-211-1/+1
| | | | Approved by: portmgr blanket
* Pass maintainership to puppet@romain2017-07-208-8/+8
| | | | | puppet@ is basically aliased to the previous maintainers in order to ease-up updating Puppet-related ports. The changes where approved by e-mail.
* Update to 99b, and honor DEFAULT_VERSIONS=ssl=openssl.lx2017-07-202-5/+10
| | | | Reported by: Allan Kintigh
* Update to 1.7.4tobik2017-07-202-4/+4
| | | | | | Changes: https://github.com/richardlehane/siegfried/blob/v1.7.4/CHANGELOG.md PR: 220736 Submitted by: Steffen <steffen@fritz.wtf> (maintainer)
* * Updated to 0.14.0ultima2017-07-202-13/+11
| | | | | | | | | | | | | * Moved USES above USE_RC_SUBR, Start section with USES, then possible USE_x[1] * Removed STRIP var, stripping is always safe. The bugs from 2010-2011 in go have long since been fixed. [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220705 Submitted by: <nbari@tequila.io> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11645
* sysutils/dsbmd: Update to 0.4.1dbaio2017-07-192-4/+4
| | | | | | | Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 220801 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Update to 1.15.2sunpoet2017-07-192-4/+4
| | | | Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md
* update sysutils/packer to 1.0.3lifanov2017-07-192-4/+4
| | | | Changes: https://github.com/hashicorp/packer/blob/v1.0.3/CHANGELOG.md
* sysutils/py-diffoscope: update to version 84emaste2017-07-182-4/+4
| | | | | PR: 220810 Approved by: koobs
* Use @sample for the master and minion config files.brd2017-07-182-2/+3
| | | | | | PR: 217780 Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) Approved by: bdrewery (mentor, implicit)
* sysutils/py-diffoscope: update to version 83emaste2017-07-182-4/+4
| | | | | PR: 220520 Approved by: koobs
* sysutils/dsbmc: Update to 0.2.1cpm2017-07-182-4/+4
| | | | | PR: 220802 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/slurm-wlm: Update to version 17.02.6jrm2017-07-182-5/+4
| | | | Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS
* sysutils/consul: update to 0.8.5swills2017-07-182-9/+5
| | | | | | | | While here, remove unneeded post-patch and also set Version to avoid runtime issue. PR: 220798 Submitted by: luca.pizzamiglio@gmail.com
* sysutils/liburcu: Update port to 0.10.0mmokhi2017-07-177-36/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump revision for consumer ports. This version contains many fix/features: * Bump library soname due to urcu flavor structure change * Cleanup: use mutex_lock() wrapper in rculfhash * Use workqueue in rculfhash * Implement urcu workqueues internal API * Add support for m68k architecture * Set -Wall globally in AM_CFLAGS * Fix: remove double use of PTHREAD_CFLAGS * Re-add PTHREAD_CFLAGS to global CFLAGS * Fix: Don't override user variables within the build system * Add report at the end of configure * uatomic-api docs: use the third-person singular * Add --enable-rcu-debug to configure * ARM32: use dmb ish (inner shareable domain) for smp barriers * Cleanup: remove cmm_wmb() from rcu_xchg_pointer and rcu_cmpxchg_pointer * Fix: uatomic arm32: add missing release barrier before uatomic_xchg * Tests: Add verbose support to test script * Fix: add missing CONFIG_RCU_FORCE_SYS_MEMBARRIER to urcu/config.h.in * Allow forcing the use of sys membarrier * Fix: rcutorture: work-around signal issue on mac os x * Fix: rcutorture should register thread using call_rcu * Fix: add missing backslash in Makefile.am * Fix: Do not use wildcards in include/Makefile.am * Bump version to 0.10-pre * Fix: check for rand_r() in compat-rand.h * Fix: Move rand-compat to private src dir * Fix: remove AC_FUNC_MALLOC from configure.ac * Cleanup: Re-organise source dir * Cleanup: remove leftover manual pthread detection * Fix: update ax_pthread macro to handle newer clang * Update library current version due to adding destroy API * Fix: Use pthread_self to get threadid on OSX * Fix: examples: use destroy API for queues/stacks * Update library age due to new stack/queue destroy API * Fix: tests: invoke destroy APIs for queues/stacks * Fix: add missing destroy functions to queues/stack APIs * Fix: add missing __cds_wfcq_init for LGPL API * Fix: memory leak on hash table destroy * Fix: Add failover for platforms without nproc * Fix: use clock_get_time for caa_get_cycles fallback on MacOSX * Fix: syscall-compat.h MacOSX support * Fix: Add solaris-build.md to dist * rculfhash: Documentation: clarify need for grace period before "re-using" * Port: build shared libraries in Cygwin * Port: fix compatibility header for Cygwin * Add GNU Hurd support to syscall-compat.h * Add support for aarch64_be * Fix: urcu-bp: re-initialize list head on library exit * bootstrap: Standardize on autoreconf -vi * Harmonize bootstrap script across projects * Fix: examples make distcheck failure * wfcqueue: add C++ compatibility API * Fix: CDS_WFCQ_WOULDBLOCK typing for c++ * Fix: configure.ac: check for possibly required libs for clock_gettime * Support for NIOS2 architecture * urcu_ref_get_safe: introduce new API * Fix: handle reference count overflow * Fix: compat_futex should work-around futex signal-restart kernel bug * Support for Xeon-Phi with newer MPSS * sparc64: allocate membarrier system call number * hppa: allocate membarrier system call number * Fix build on non-Linux Debian ports * Fix: urcu-signal: smp_mb_master() needs registry lock * Fix: rculfhash only needs to include urcu-pointers.h * Fix: out-of-tree benchmark/regtest * Fix: add missing regtest and benchmark files to dist tarball * Fix: add missing run.sh to benchmark makefile Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D11449
* sysutils/ansible1: Switch to paramiko (2.x)koobs2017-07-171-1/+1
| | | | | | | | | | | | | | | | | | Follow up of ports r445996. This was missed due to seperate original commits [1][2] with no PR: references and insufficient QA on my part which would have picked it up. This fixes the second packaging error after ports r445866 due to conflicting paramiko1/paramiko ports, because of: - sysutils/py-ploy_fabric -> sysutils/py_ploy -> security/paramiko - sysutils/py-ploy_fabric -> devel/py-fabric -> security/paramiko1 (r445866) - sysutils/bsdploy -> sysutils/ansible1 -> security/py-paramiko1 (this fix) [1] https://svnweb.freebsd.org/changeset/ports/425687 [2] https://svnweb.freebsd.org/changeset/ports/425989 PR: 214379
* - Add LICENSE_FILEpawel2017-07-171-6/+2
| | | | - Use option helper
* Improve the pkg-message now that we install multiple scripts.dvl2017-07-162-10/+33
| | | | Bump PORTREVISION
* Upgrade to 0.0.8dvl2017-07-162-4/+4
| | | | Better detection of new certificates
* sysutils/py-ploy: Switch to paramiko (2.x)koobs2017-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Chase the devel/py-fabric update made in r445866 [1], which switched the paramiko dependency from security/paramiko1 to security/paramiko (2.x), by updating this port to use paramiko 2.x as well. This fixes an installation conflict and package failure of sysutils/py_ploy_fabric, due to two ports, both dependencies of py-ploy_fabric trying to install different versions of paramiko: pkg-static: py27-paramiko-2.0.5 conflicts with py27-paramiko1-1.18.2 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/paramiko/__init__.py This has happened before [2][3] in the opposite direction (paramiko -> paramiko1) [1] https://svnweb.freebsd.org/changeset/ports/445866 [2] https://svnweb.freebsd.org/changeset/ports/425687 [3] https://bugs.freebsd.org/214379 PR: 214379 [3] Reported by: pkg-fallout
* Update tarsnap to version 1.0.38.cperciva2017-07-162-8/+4
| | | | | Since tarsnap 1.0.38 supports OpenSSL 1.1, remove the BROKEN conditional on openssl-devel.
* Update to 20170122vanilla2017-07-162-5/+5
| | | | | PR: 218212 Submitted by: maintainer
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31sunpoet2017-07-161-0/+3
|
* Add rubygem-syslog-logger 1.6.8sunpoet2017-07-164-0/+27
| | | | | | | | Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in with a few caveats. You can add Logger::Syslog to your Rails production environment to aggregate logs between multiple machines. WWW: https://github.com/ngmoco/syslog_logger
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31sunpoet2017-07-161-1/+3
|
* Do not silence installation messagessunpoet2017-07-161-4/+4
| | | | | | - While I'm here, fix indent Approved by: portmgr (blanket)
* Update to 10.6.4sunpoet2017-07-162-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Upgrade to 0.0.7dvl2017-07-152-6/+5
| | | | Change NO_BUILD spaces to a tab
* Commit the anvil user/group (missed in original commit) so it buildsdvl2017-07-152-2/+3
| | | | | Sort pkg-plist Bump PORTREVISION
* Account for "laundry" memory as part of "inactive" memoryrezny2017-07-152-0/+50
| | | | | Reviewed by: tcberner, groot@kde Differential Revision: https://reviews.freebsd.org/D11557
* sysutils/fusefs-lkl: respect CCjbeich2017-07-151-3/+3
| | | | | | PR: 218475 Submitted by: Ting-Wei Lan Approved by: maintainer timeout (1 month)
* Tools for distributing ssl certificatesdvl2017-07-159-0/+95
|
* - Update WWWamdmi32017-07-151-1/+1
| | | | Approved by: portmgr blanket
* - Update WWWamdmi32017-07-151-1/+1
| | | | Approved by: portmgr blanket
* Preserve modified config file through upgrades using @samplegarga2017-07-142-0/+8
| | | | | | Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D11559
* Add utmp support back.mat2017-07-141-1/+2
| | | | | | | | UTMP support is no longer auto-detected, it needs to be enabled manually. PR: 220722 Reported by: peter Sponsored by: Absolight
* sysutils/dar: Update version 2.5.10=>2.5.11bofh2017-07-143-5/+5
|
* Update to 0.1.5sunpoet2017-07-142-4/+4
| | | | Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master
* update sysutils/docker-machine to 0.12.2lifanov2017-07-132-4/+4
| | | | | This is a minor release. Changes: https://github.com/docker/machine/releases/tag/v0.12.2
* sysutils/rubygem-httplog: Update to version 0.99.6jrm2017-07-132-4/+4
| | | | Upstream changes: https://github.com/trusche/httplog/releases/tag/v0.99.6
* - Switch to USES=localbaseamdmi32017-07-122-4/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Update KDE Frameworks to 5.36.0tcberner2017-07-127-96/+10
| | | | | | | PR: 220579 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D11547
* sysutils/duplicity: Update to 0.7.13.1dbaio2017-07-123-13/+10
| | | | | | | | | | | | | | | Changed RUN_DEPENDS from devel/py-lockfile to devel/py-fasteners: Fixed bug #1320641 and others regarding lockfile - swap from lockfile to fasteners module - use an fcntl() style lock for process lock of duplicity cache - lockfile will now clear if duplicity is killed or crashes See the changelog file for more information. Changes: http://www.nongnu.org/duplicity/CHANGELOG Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11548
* - Update to 2017-06-20, which fixes PR 220141, 219914kmoore2017-07-122-4/+4
| | | | Submitted by: Maintainer <gleb@freebsd.org>
* Change RUN_DEPENDS back to rubygem-semantic_puppet to avoid mixed versionssunpoet2017-07-122-4/+9
| | | | | | | - Bump PORTREVISION for dependency change PR: 220622 Reported by: <bas@area536.com>
* Rename gemspec patch to patch-gemspecsunpoet2017-07-121-0/+0
| | | | With hat: ruby
* Fix build on 12.0-CURRENTtobik2017-07-111-1/+0
| | | | | | | | | | | | | | | | iohyve.8.gz is never created with NO_BUILD=yes set and the build fails with: ===> Staging for iohyve-0.7.9 ===> Generating temporary packing list ... install -c iohyve.8.gz /wrkdirs/usr/ports/sysutils/iohyve/work/stage//usr/local/man/man8/ install: iohyve.8.gz: No such file or directory *** Error code 71 PR: 220624 Approved by: lme (mentor, maintainer) MFH: 2017Q3
* sysutils/powermon:lme2017-07-111-2/+1
| | | | | | | - Remove GH_TAGNAME (it's default) [1] - Simplify LICENSE_FILE [1] Reported by: mat [1], sunpoet [2]
* Remove expired ports:rene2017-07-114-43/+0
| | | | | 2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2 2017-07-08 www/mediawiki126: Upstream support EoL
* Update to 10.6.3sunpoet2017-07-112-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Update to latest versiongirgen2017-07-102-4/+4
|
* - Add LICENSE_FILEamdmi32017-07-091-3/+5
| | | | | - Add NO_ARCH - Switch to options helpers
* Make amd64-specific.linimon2017-07-091-0/+3
| | | | Approved by: maintainer
* Add new port: sysutils/powermonlme2017-07-094-0/+42
| | | | | | | | | | | | | | | | | Powermon is a small utility that reads the CPU internal power counters, calculates the current power consumption and displays it together with some nice statistics on an interactive curses interface. All Intel CPUs starting with Sandy Bridge are supported. Older Intel CPUs and CPUs from other vendors don't expose the necessary performance counters. Additionally some server CPUs like those based on Haswell and Broadwell do not provide the necessary data. WWW: https://github.com/Yamagi/powermon PR: 220450 Submitted by: yamagi@yamagi.org Sponsored by: Essen Hackathon 2017
* Unbreak 'beadm list'.bdrewery2017-07-092-5/+12
| | | | | | | This basically reverts to 1.2.6 minus a 2>/dev/null change remaining. PR: 219256 Reported by: dim
* Fix gemspec for rubygem-micromachine 2.1.0 updatesunpoet2017-07-082-0/+12
| | | | - Bump PORTREVISION for package change
* sysutils/p5-BSD-Sysctl: Support setting 64-bit sysctl valuesswills2017-07-082-1/+320
| | | | | | PR: 216450 Submitted by: jtl Approved by: david@landgren.net (maintainer timeout, 5 months)
* Update to 0.7.0tobik2017-07-082-64/+69
| | | | | | Changes: https://github.com/ogham/exa/releases/tag/v0.7.0 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D11527
* sysutils/socket: Mark DEPRECATED on request of wosch (maintainer and developer)lme2017-07-081-0/+3
| | | | Sponsored by: Essen Hackathon 2017
* sysutils/rubygem-serverspec: create portswills2017-07-084-0/+37
| | | | | | | | | | | | | Serverspec tests your servers' actual state by executing command local, via SSH, via WinRM, via Docker API and so on. So you don't need to install any agent software on your serves and can use any configuration management tools, Puppet, Ansible, CFEngine, Itamae and so on. WWW: https://serverspec.org PR: 219978 Submitted by: naito.yuichiro@gmail.com
* sysutils/rubygem-specinfra: update to 2.68.0swills2017-07-082-5/+6
| | | | | PR: 219978 Submitted by: naito.yuichiro@gmail.com (maintainer)
* sysutils/rubygem-hiera-eyaml: create portswills2017-07-085-0/+45
| | | | | | | | | | | | | | hiera-eyaml is a backend for Hiera that provides per-value encryption of sensitive data within yaml files to be used by Puppet. The Hiera eyaml backend uses yaml formatted files with the .eyaml extension. The encrypted strings are prefixed with the encryption method, wrapped with ENC[] and placed in an eyaml file. You can mix your plain values in as well or separate them into different files. WWW: https://github.com/TomPoulton/hiera-eyaml PR: 206280 Submitted by: Paul <freebsd@rig.rain.com> (with slight modifications due to time)
* Update to 4.10.4romain2017-07-083-4/+6
| | | | | | PR: 220543 Submitted by: romain (ne) Approved by: Zach Leslie <freebsd@zleslie.info> (maintainer)
* Reset MAINTAINERsunpoet2017-07-081-1/+1
| | | | | PR: 220539 Submitted by: Rod Person <rodperson@rodperson.com> (maintainer)
* Update to 2016.11.6sunpoet2017-07-082-4/+4
| | | | | | | Changes: https://github.com/saltstack/salt/blob/develop/doc/topics/releases/2016.11.6.rst PR: 220448 Submitted by: Dani <i.dani@outlook.com> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* sysutils/rubygem-httplog: Update to version 0.99.5jrm2017-07-072-4/+4
| | | | | Upstream changes: https://github.com/trusche/httplog/blob/master/CHANGELOG.md
* - Update WWWamdmi32017-07-072-2/+2
| | | | Approved by: portmgr blanket
* - Update to 16.2.6acm2017-07-076-15/+14
| | | | | | | - Fix readline detection [1] PR: 219201 [1] Submitted by: rand at iteris.com [1]
* Update to 3.5.5sunpoet2017-07-072-4/+4
| | | | Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
* Update to 1.5.6sunpoet2017-07-073-5/+7
| | | | Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8901
* Update to 10.6.2sunpoet2017-07-072-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Split part of www/qt5-websockets into new port www/qt5-websockets-qmltcberner2017-07-072-1/+2
| | | | | | | | | This splits qt5-websockets into a qt5-websockets port containing the core parts, and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt Quick, so on the GUI parts (and hence X11) while the core parts do not. PR: 220045 Submitted by: Adriaan de Groot <groot@kde.org>
* Add ports for future KDE Telepathy versionstcberner2017-07-0612-0/+234
| | | | | | | | | The current relases of KDE Telepathy require some more helper libraries to work. Import them from kde@'s development repository into the ports tree in preparation. PR: 220494 Reviewed by: groot_kde.org, rakuco Differential Revision: https://reviews.freebsd.org/D11213
* Restore /boot/entropy handling incorrectly lost in upstream 1.2.7 tag.bdrewery2017-07-062-1/+84
| | | | PR: 219256
* update sysutils/docker-machine to 0.12.1lifanov2017-07-062-4/+4
| | | | Fixed an issue with the version comparison function that prevented machines created with Engine 17.06.0 from starting properly.
* update sysutils/packer to 1.0.2lifanov2017-07-063-19/+10
| | | | | | | | | | | | | o update Packer to 1.0.2 o fetch from Hashicorp o switch to USES=go o inline single-entry plist o add LICENSE_FILE o take maintainership Reviewed by: swills Approved by: swills (maintainer) Differential Revision: https://reviews.freebsd.org/D11408
* update sysutils/terraform to 0.9.11lifanov2017-07-062-14/+8
| | | | | | | | | | | | | | o update to 0.9.8 [1] o update to 0.9.11 o switch to USES=go o add LICENSE_FILE o take maintainership PR: 220166 [1] Reported by: krion [1] Reviewed by: swills Approved by: swills (maintainer) Differential Revision: https://reviews.freebsd.org/D11410
* multiple ports: Update MAINTAINERbhughes2017-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports: audio/musicpc databases/adminer deskutils/fet graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf sysutils/rdiff-backup textproc/urlview www/kohana x11/dzen2 x11-wm/herbstluftwm PR: 220323 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11469
* Update the mate desktop to 1.18.kwm2017-07-0421-177/+109
| | | | | | | | | | | | | | | * The MATE DE is now GTK+3 based * mate-calc has come back. * New USE_MATE=mixer macro * Add license * Review dependancies * Swich to USES=localbase * atril/eom options reworked into option helper Thanks to Eric Turgeon for submitting the bulk of this MATE update. Obtained from: gnome devel repo
* Update to 1.2.7ehaupt2017-07-042-3/+4
| | | | | PR: 219256 Approved by: bdrewery (maintainer timeout; 52 days)
* sysutils/slurm-wlm: Update to version 17.02.5jrm2017-07-044-35/+16
| | | | Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS
* * Updated maintainer emailultima2017-07-041-1/+1
| | | | | | | | * Changed comment headers to match my name and FreeBSD email Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11466
* sysutils/patchelf: update to 0.9wg2017-07-042-6/+13
| | | | | | | | - Use github - add LICENSE PR: 220409 Submitted by: Iblis Lin
* Fix broken plist.cy2017-07-042-1/+1
| | | | | | | | PR: 220446 Submitted by: i.dani@outlook.com Reviewed by: cy MFH: 2017Q3 Differential Revision: D11456
* update MooseFS to 3.0.94-1lifanov2017-07-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent changes since MooseFS 3.0.92-1: * MooseFS 3.0.94-1 (2017-06-22) - (mount) fixed support for CREATE/REPLACE flags in setxattr - (mount) added headers for flock defines - (all) added check for poll.h header file and use it instead of sys/poll.h if possible - (master) added test for WRITE access on directory during moving between different parents - (master) added clearing suig/sgid during write - (master+mount) increased max symlink path size to 4096 (posix compliance) * MooseFS 3.0.93-1 (2017-06-01) - (master) redesigned xattr storage (much faster and uses less memory) - (master) improved hash map in xattr and acl (static -> dynamic) - (cgi+cli) added possibility to define master group as set of IP adresses divided by comma or semicolon - (cs) fixed using fsync on closed descriptors (after change FSYNC_BEFORE_CLOSE option) - (master) fixed removing default acl - (master+mount) added support for basic Windows attributes (hidden,ro,system,archive) - (cgi+cli) fixed working with followers only - (all) added api for reading config parameters from master and chunkserver - (tools) increased timeout from 10 seconds to 20 seconds (needed for huge snapshots) PR: 220441 Submitted by: freebsd@moosefs.com (maintainer)
* Update to 1.6.6martymac2017-07-032-3/+4
| | | | | PR: 220413 Submitted by: olgeni
* Update to 1.19, Fix build error on FreeBSD 12riggs2017-07-024-239/+36
| | | | | | PR: 220426 Submitted by: otacilio.neto@bsd.com.br (maintainer) MFH: 2017Q3
* Update to 2.2.7sunpoet2017-07-023-8/+8
| | | | Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
* sysutils/puppetserver: correct patchswills2017-07-022-5/+6
| | | | | PR: 218804 Submitted by: Zach Leslie <freebsd@zleslie.info> (maintainer)
* Remove Perl core modulessunpoet2017-07-011-12/+14
| | | | | | | - Add LICENSE - Add NO_ARCH - Fix indent - Bump PORTREVISION for dependency change
* Remove Perl core modulessunpoet2017-07-011-4/+6
| | | | | | | - While I'm here, add LICENSE - Bump PORTREVISION for dependency change With hat: perl
* Remove Perl core modulessunpoet2017-07-012-20/+20
| | | | | | | | | - Add LICENSE - Add NO_ARCH - Sort USES - Do not silence installation messages - Regenerate patch file with makepatch: - Bump PORTREVISION for dependency change
* rsyslog cannot use the Inotify emulation provided by thematthew2017-07-011-0/+2
| | | | | | | | | | | | | | devel/libinotify port -- the kqueue based emulation does not persist over forking, unlike the genuine linux inotify. However, the presence of certain header files will cause rsyslog to attempt to unconditionally compile in Inotify support, and this breaks the build. Use CONFLICTS_BUILD to mark the incompatibility. PR: 220376 Submitted by: dewayne@heuristicsystems.com.au
* Remove Perl core modulessunpoet2017-06-301-2/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 10.6.1sunpoet2017-06-303-7/+7
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Update to 1.13.1romain2017-06-302-4/+4
|
* Remove Perl core modulessunpoet2017-06-301-7/+2
| | | | | | - Bump PORTREVISION for dependency change With hat: perl
* Update to 20170629.jkim2017-06-302-4/+4
|
* * Updated to 6.0ultima2017-06-302-4/+4
| | | | | | | | | | | | | | | | | - Support multiple configurations for same account type - PHP 7.1 compatibility - Courier users and mail aliases - Windows: Support unlocking of users with too many failed login attempts - Samba 3: added account expiration date to PDF fields LAM Pro: - Custom fields: can be used for file upload - Custom fields: new selection list type that gets options from LDAP search - Kopano support PR: 220292 Submitted by: <basil@vpm.net.ua> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11383
* * Updated to 5.199ultima2017-06-302-5/+7
| | | | | | | | | | | | | * New maintainer Jov <amutu@amutu.com> * Added NO_ARCH Changelog: http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog PR: 220180 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11385
* update sysutils/py-docker to 2.4.2lifanov2017-06-292-4/+4
| | | | This contains a couple of bugfixes.
* update sysutils/docker to 17.06.0lifanov2017-06-292-9/+10
| | | | Changes: https://github.com/docker/docker-ce/releases/tag/v17.06.0-ce
* Update sleuthkit to 4.4.1antoine2017-06-294-5/+6
|
* Fix a typoantoine2017-06-291-1/+1
|
* Fix some PKGBASE collisionsantoine2017-06-292-0/+2
|
* Move sysutils/syslog-ng-devel to sysutils/syslog-ng310. The syslog-ngcy2017-06-2914-3/+5
| | | | | | | development team at Balabit has adopted a rolling release model for now. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
* Update 3.9.1 --> 3.10.1cy2017-06-294-8/+48
| | | | | Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
* Syslog-ng 3.9 is no longer in development status. It has gone GA.cy2017-06-299-0/+782
|
* Update to 8.28.0matthew2017-06-283-25/+4
| | | | | files/patch-plugins_omprog_omprog.c removed -- patch has been accepted upstream and is incorporated in this release.
* Update to 2.2.6sunpoet2017-06-282-4/+4
| | | | Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
* Update to 3.4.0sunpoet2017-06-282-4/+4
| | | | Changes: https://github.com/puppetlabs/hiera/commits/master
* update sysutils/py-docker to 2.4.0lifanov2017-06-282-4/+4
| | | | Changes: https://github.com/docker/docker-py/releases/tag/2.4.0
* Update tp 5.4.3girgen2017-06-282-4/+4
|
* OptionsNGfy.jkim2017-06-281-6/+1
| | | | PR: 220220
* Update to 2.2.5sunpoet2017-06-282-5/+4
| | | | Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
* Update to 10.5.1sunpoet2017-06-283-14/+14
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Update devel/readline to 7.0 patch 3sunpoet2017-06-2713-8/+15
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* sysutils/iohyve: Update to 0.7.9lme2017-06-272-4/+4
| | | | Changelog: https://github.com/pr1ntf/iohyve/releases
* Sort ARCHS. While here, pet portlint.linimon2017-06-271-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Sort ARCHS. Pet portlint.linimon2017-06-271-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Update maintainer email addressdbaio2017-06-271-1/+1
| | | | | | | | Change email address to the same used in Bugzilla PR: 220159 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11340
* sysutils/backuppc4: Fix pkg-messagedbaio2017-06-272-1/+2
| | | | | | | | | Fix deprecated periodic variable name in pkg-message PR: 219980 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11262
* Spell aarch64 the modern way.linimon2017-06-271-1/+1
|
* Add UEFI supportsunpoet2017-06-272-0/+59
| | | | | | - Bump PORTREVISION for package change Submitted by: danfe
* Update to 3.1sunpoet2017-06-273-10/+10
| | | | | | | | | - Add my LOCAL to MASTER_SITES - Update COMMENT - Update pkg-descr - Take maintainership Changes: https://inigo.katxi.org/devel/lfm/NEWS
* Update to 10.5sunpoet2017-06-274-23/+23
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Update sysutils/zrep to version 1.7.3.olgeni2017-06-262-4/+4
| | | | | | PR: 220153 Submitted by: olgeni Approved by: maintainer
* Remove Perl core modulessunpoet2017-06-261-3/+4
| | | | | | | | | - While I'm here: - Add NO_ARCH - Convert to options target helper - Bump PORTREVISION for dependency change With hat: perl
* Attempt to fix build on -current. Remove BROKEN_<arch> false positives.linimon2017-06-262-5/+56
| | | | | | PR: 219270 Submitted by: vladislav.movchan@gmail.com Approved by: maintainer
* Add slave port for u-bootorangepi-plus2e ARM SoC board u-boot support.linimon2017-06-263-0/+37
| | | | | PR: 214729 Submitted by: vova@fbsd.ru
* Fix pkg-descr information.linimon2017-06-265-5/+5
| | | | | PR: 213251 Submitted by: manu
* Add u-boot-chip, uboot port customized for the CHIP $9 computer.linimon2017-06-263-0/+34
| | | | | PR: 213251 Submitted by: manu
* Make ninja opt-out in cmake.mktcberner2017-06-265-5/+5
| | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
* This program boots an i.MX or Vybrid system using a copy of U-Bootlinimon2017-06-265-0/+46
| | | | | | | | | | | | | | | | transferred to the system over an OTG or UART connection. It can be used to "unbrick" a system which has a corrupted or missing copy of U-Boot in nonvolatile media such as nand flash or eeprom. i.MX systems use the OTG port, Vybrid systems use the UART port. To use this, connect the OTG port of your i.MX board to a USB host port on your computer, power on the board, then run imx_usb <filename> where filename is the board-specific u-boot.imx file to boot with. WWW: https://github.com/boundarydevices/imx_usb_loader PR: 220260 Submitted by: ian
* Switch from bsdimp repo to master repo (dgibson) and update to 1.4.4.linimon2017-06-263-8/+7
| | | | | | | | | | | | | | | | | | | | | DTC 1.4.4 It turns out that dtc 1.4.3 - and most previous versions - have a serious build bug on a number of distros: libfdt.h incorrectly defines some system reserved __* macros for use with sparse. These conflict with some system headers on RHEL7 and probably several other Linux distributions. This quick fix release includes patches to correct those build failures. It also has a tiny handful of other cleanups. DTC 1.4.3 This release adds code to libfdt to apply dynamic overlays in the format used by many Linux kernels for ARM. Apart from that there are a number of small bugfixes and enhancements. PR: 220089 Submitted by: manu Reviewed by: imp (maintainer)
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-257-15/+13
| | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
* sysutils/android-file-transfer: update to 3.2jbeich2017-06-252-10/+9
| | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.2
* sysutils/vm-bhyve: Update to 1.1.8lme2017-06-252-4/+4
| | | | | | | | | | | | | Upstream changelog: Add ability to set ignore_bad_msr="yes" which is required on AMD processors for some guests in order to avoid crashes if the guest tries to access registers that are not implemented. Also adds generic bhyve_options configuration setting to pass arbitrary arguments to the bhyve(8) command. PR: 219860 Submitted by: maintainer
* sysutils/vchanger: Update to 1.0.1dbaio2017-06-254-25/+15
| | | | | | | | | | | | | | The removed patch was incorporated upstream While I'am here: Include PORTVERSION in pkg-plist for simplifying future updates Changes: https://sourceforge.net/p/vchanger/code/ci/master/tree/ChangeLog PR: 220159 Submitted by: ml@netfence.it (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11312
* New port: sysutils/dsbmc-clidbaio2017-06-254-0/+29
| | | | | | | | | | | | | | dsbmc-cli is a command-line client for DSBMD that provides a simple interface to query information about storage devices, and to send requests to mount, unmount and eject these. Furthermore, it can be used as automounter and autounmounter. WWW: http://freeshell.de/~mk/projects/dsbmc-cli.html PR: 220197 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11297
* sysutils/dsbmd: Update to 0.4dbaio2017-06-232-4/+4
| | | | | | | | | Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 220173 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11298