/textproc/xhtml-modularization/

git-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* net/librdkafka: update to 1.2.0pizzamig2019-09-242-5/+4
| | | | | | Changes: https://github.com/edenhill/librdkafka/releases/tag/v1.2.0 Sponsored by: trivago N.V.
* KDE Frameworks: update to 5.62.0tcberner2019-09-245-9/+13
| | | | | | | | Changelog: https://kde.org/announcements/kde-frameworks-5.62.0.php Exp-run by: antoine PR: 240720
* Update to 0.4.3romain2019-09-242-4/+4
| | | | With hat: puppet
* net/ns3: update to 3.30swills2019-09-243-11/+37
| | | | | PR: 240738 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* Update to 1.17.0ehaupt2019-09-232-4/+4
|
* Clarify error message on GCC-based systems.linimon2019-09-231-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Update ntopng to latest upstream snapshot.madpilot2019-09-232-6/+5
|
* Update nDPI to latest upstream snapshot.madpilot2019-09-232-6/+5
|
* net/dhcpcd: Update to 8.0.6tobik2019-09-222-4/+4
| | | | | PR: 240332 Submitted by: roy@marples.name (maintainer)
* Ignore with php 7.4antoine2019-09-223-1/+3
| | | | Reported by: pkg-fallout
* net/cjdns: Update 20.3 -> 20.4yuri2019-09-222-4/+4
| | | | Reported by: portscout
* net/ulxmlrpcpp: fix build on GCC architecturespkubaj2019-09-213-5/+21
| | | | | | | | | | | | | | | Use new GCC because of: ulxr_value.cpp:895: error: 'snprintf' is not a member of 'std' Also add include cstring because of: ulxr_ssl_connection.cpp: In function 'int ulxr::password_cb(char*, int, int, void*)': ulxr_ssl_connection.cpp:63:3: error: 'strcpy' was not declared in this scope 63 | strcpy(buf, pass.c_str()); | ^~~~~~ Approved by: linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21720
* Add dependency on dbus, required by libavahi-client.so.3.tijl2019-09-211-1/+2
| | | | | | PR: 240726 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> MFH: 2019Q3 (blanket)
* Switch default devel/llvm* to 90jbeich2019-09-212-1/+2
| | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172
* Chase src r352540:cy2019-09-214-2/+24
| | | | | | | | | | Follow up on ports r511987 (base r352304) which disabled default mlockall() at startup. Unfortunately though the original tarball supports this in ./configure (for Linux), to fully support disabling of mlockall() by default requires a little extra help otherwise the following is logged in syslog: Cannot set RLIMIT_MEMLOCK: Operation not permitted
* net/kea: upgrade 1.5.0 -> 1.6.0pi2019-09-209-137/+99
| | | | | | | | | | | - submitter becomes maintainer PR: 240399 Submitted by: Andrey Pevnev <apevnev@me.com> Approved by: hrs (maintainer) MFH: 2019Q3 Relnotes: https://downloads.isc.org/isc/kea/1.6.0/Kea160ReleaseNotes.txt Security: CVE-2019-6472, CVE-2019-6473, CVE-2019-6474
* net/rubygem-fog-gridscale: update 0.1.4 to 0.1.5egypcio2019-09-202-4/+4
|
* Welcome PHP 7.4 RC 1 in the ports-tree.tz2019-09-206-0/+71
| | | | | | | | | | | | | | | | There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
* net/rsplib: fix build on GCC architecturespkubaj2019-09-201-1/+1
| | | | | | | | | | | Needs C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
* Chase base r352518:cy2019-09-202-2/+8
| | | | | | | Reduce calls to close(2) at startup through the use of closefrom(2). Submitted by: pawel.biernacki@gmail.com (based on) Obtained from: base r352518
* net/measurement-kit: update 0.10.5 to 0.10.6egypcio2019-09-203-4/+5
|
* net/tightvnc: Fix JVNC_VIEWER optiontobik2019-09-191-3/+3
| | | | | | There are no opt_JAVA_RUN or opt_USE_JAVA helpers. Broken in r496879 during conversion to options helpers.
* devel/log4cplus: use new GCC on GCC platforms to fix net/keapkubaj2019-09-181-2/+0
| | | | Approved by: mentors (implicit approval)
* Fix some misspelled or duplicated LICENSE_*tobik2019-09-183-3/+3
|
* Add a patch from upstream to fix checks.demon2019-09-172-0/+29
| | | | | PR: 240627 Submitted by: nbari
* Update to upstream version 1.7.16riggs2019-09-172-6/+6
| | | | | | | | Details: - Bugfix release, details see: https://github.com/containous/traefik/releases/tag/v1.7.16 MFH: 2019Q3 (hat: ports-secteam)
* Change my maintainer emaildmgk2019-09-172-2/+2
| | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
* net/socketapi: Fix build on big-endian architecturespkubaj2019-09-162-1/+6
| | | | | | | Big-endian architectures had a superfluous #error. Merge upstream commit to fix it. PR: 240470 Approved by: dreibh@iem.uni-due.de (maintainer), linimon (mentor)
* Deprecate a few portsantoine2019-09-1619-0/+38
|
* audio/pulseaudio: update to 13.0jbeich2019-09-161-1/+1
| | | | | | | | | - Connect tests to the framework Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 240585 Submitted by: lightside@gmx.com
* net/inlets: Update 2.3.1 -> 2.4.1yuri2019-09-152-4/+4
| | | | Reported by: portscout
* Drop C++11 workaround for GCC < 6 after r449590jbeich2019-09-154-14/+1
| | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528
* Update to 3.0.4.marcus2019-09-156-12/+7
| | | | | See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes in this release.
* net/wireguard: Update to 0.0.20190913decke2019-09-152-4/+4
|
* net/kafkacat: Update to 1.5.0dbaio2019-09-152-4/+4
| | | | | | | Changelog: https://github.com/edenhill/kafkacat/releases/tag/1.5.0 PR: 240567 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
* net/waypipe: builds fine with clang 6 after r509126jbeich2019-09-141-9/+0
| | | | https://gitlab.freedesktop.org/mstoeckl/waypipe/commit/9037dd244903
* Sync with base r352304, no longer locking ntpd in memory. Users whocy2019-09-144-4/+29
| | | | | | | | | | wish to restore historic BSD behaviour can add the following to ntp.conf: rlimit memlock 32 Discussed on: freebsd-current@ between Sept 6-9, 2019 Mentioned in Differential Revision: https://reviews.freebsd.org/D21581
* geoipupdate: Update to 4.0.5adamw2019-09-132-6/+6
|
* Update to version 2.0.6.demon2019-09-132-4/+4
|
* Update to 1.2.1sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/fog/fog-ovirt/commits/master
* Update to 15.1.0sunpoet2019-09-132-4/+4
| | | | Changes: https://docs.openstack.org/releasenotes/python-novaclient/index.html
* Update to 2.0.6olivier2019-09-132-4/+4
|
* Update to 1.6.8olivier2019-09-132-5/+4
|
* net/py-wsproto: Update version 0.14.0=>0.15.1bofh2019-09-122-4/+4
|
* net/libdaq: Update version 3.0.0-alpha1=>3.0.0-alpha2bofh2019-09-123-4/+16
|
* inet/scapy: Update version 2.4.2=>2.4.3bofh2019-09-115-206/+9
| | | | | | | | | | | - Use net/py-pypcap instead of net/py-pcap as dnet and py-pcap will be deprecated in future scapy versions. One other reason is py-pcap is failing with python3. [1] - Change MASTER_SITE to PYPI for better availability [2] - Update WWW [2] PR: 239380 [1] 240493 [2] Submitted by: lwhsu [1] [2]
* Regular USE_GITHUB cleanup.mat2019-09-112-4/+4
|
* New port: net/ip2proxy:zi2019-09-115-0/+45
| | | | | | | | | This library is the C programming language library to support all IP2Proxy™ BIN database products to query proxy IP address and its country, region, city, ISP name and proxy types. It has been optimized for speed and memory utilization. WWW: https://ip2location.com/development-libraries/ip2proxy/c
* TrustedBSD-MAC has been accepted upstream.cy2019-09-101-1/+0
|
* Chase r482219: Fix build on armv6.cy2019-09-101-1/+2
|
* Chase r475132: Enable TrustedBSD MAC(4) support to ntpd.cy2019-09-101-1/+2
|
* net/py-DTLSSocket: update to 0.1.10tcberner2019-09-102-4/+4
|
* New port: net/courier-sox: Courier Socks 5 Proxy client library and wrapper0mp2019-09-105-0/+64
| | | | | PR: 240453 Submitted by: Radim Kolar <hsn sendmail cz>
* net/get_iplayer: update to 3.22crees2019-09-102-6/+5
| | | | | | | | | https://github.com/get-iplayer/get_iplayer/wiki/releasenotes Pass maintainership to submitter (thanks!) PR: ports/240243 Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
* net/nats-streaming-server: Unbreak with go1.13tobik2019-09-091-4/+1
| | | | | | | | | | | | | | ===> Building for nats-streaming-server-0.15.0 go: github.com/go-sql-driver/mysql@v1.4.1: Get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.4.1.mod: dial tcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:51039->209.222.18.218:53: write: permission denied *** Error code 1 - Switch to USES=go:modules - Remove GO_PKGNAME, not needed with modules PR: 240314 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: olgeni (maintainer) Pointy hat: jlaffaye
* net/rubygem-gitaly: upgrade to 1.58.1 which is required for gitlab-ce 12.2.mfechner2019-09-092-8/+7
|
* net/wireguard-go: Update to 0.0.20190908decke2019-09-092-13/+13
|
* net/py-sshtunnel: Update to 0.1.5dbaio2019-09-092-5/+4
|
* net/v2ray: Switch to USES=go:modules, fix build with go1.13tobik2019-09-081-6/+3
| | | | | | | | | | | ===> Building for v2ray-4.20.0 go: github.com/golang/mock@v1.2.0: Get https://proxy.golang.org/github.com/golang/mock/@v/v1.2.0.mod: dial tcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:43894->209.222.18.218:53: write: permission denied *** Error code 1 PR: 240282 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: Yanhui Shen <shen.elf@gmail.com> (maintainer) Pointy hat: jlaffaye
* Mark BROKENantoine2019-09-081-0/+2
| | | | | | go: github.com/golang/mock@v1.2.0: Get https://proxy.golang.org/github.com/golang/mock/@v/v1.2.0.mod: dial tcp 172.217.0.49:443: connect: can't assign requested address Reported by: pkg-fallout
* Mark BROKENantoine2019-09-081-0/+2
| | | | | | go: github.com/go-sql-driver/mysql@v1.4.1: Get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.4.1.mod: dial tcp 172.217.0.49:443: connect: can't assign requested address Reported by: pkg-fallout
* Cosmetic changesunpoet2019-09-081-2/+3
|
* Update to newer snapshot (b936445)sunpoet2019-09-082-50/+51
| | | | | | - Convert to USES=go:modules - Update dependencies - Bump PORTREVISION for package change
* Update to newer snapshot (b868c96)sunpoet2019-09-082-46/+56
| | | | | - Update dependencies - Bump PORTREVISION for package change
* Update asterisk16 to 16.5.1madpilot2019-09-062-5/+4
| | | | | | Security: 7d53d8da-d07a-11e9-8f1a-001999f8d30b d94c08d2-d079-11e9-8f1a-001999f8d30b MFH: 2019Q3
* Update asterisk15 to 15.7.4madpilot2019-09-062-5/+4
| | | | | Security: d94c08d2-d079-11e9-8f1a-001999f8d30b MFH: 2019Q3
* Update asterisk13 to 13.28.1madpilot2019-09-062-5/+4
| | | | | Security: 7d53d8da-d07a-11e9-8f1a-001999f8d30b MFH: 2019Q3
* net/wireguard: Update to 0.0.20190905decke2019-09-062-4/+4
|
* net/wpa_supplicant_gui: Move the distfile to under LOCAL/yuriyuri2019-09-061-2/+2
| | | | Requested by: jgh
* Revert r511187, it fails to fetchantoine2019-09-064-5/+200
| | | | Reported by: pkg-fallout
* KDE Applications: update to 19.08.1tcberner2019-09-0638-111/+112
| | | | | | | | | | | | | | | | | | September 05, 2019. Today KDE released the first stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than twenty recorded bugfixes include improvements to Kontact, Dolphin, Kdenlive, Konsole, Step, among others. Improvements include: * Several regressions in Konsole's tab handling have been fixed * Dolphin again starts correctly when in split-view mode * Deleting a soft body in the Step physics simulator no longer causes a crash You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
* Update to 1.4.0dvl2019-09-062-4/+4
| | | | | | PR: 240355 Submitted by: dvl Approved by: joe@thrallingpenguin.com (maintainer)
* net/scapy: Update version 2.4.2=>2.4.3bofh2019-09-054-200/+5
| | | | | | | | | - Use net/py-pypcap instead of net/py-pcap as dnet and py-pcap will be deprecated in future scapy versions. One other reason is py-pcap is failing with python3. [1] PR: 239380 [1] Submitted by: lwhsu [1]
* Remove expired ports:rene2019-09-055-89/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months
* net/activemq: Update to 5.15.10tobik2019-09-052-5/+4
| | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345171&projectId=12311210
* net/vde2: fix build error: use of undeclared identifier 'BIOCSHDRCMPLT'pi2019-09-054-9/+21
| | | | | | | | | | - fix build - change WWW to github - pet portlint PR: 229525 Reported by: O. Hartmann <ohartmann@walstatt.org> Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* Security update of the port to Samba 4.10.8.timur2019-09-043-10/+13
| | | | Security: CVE-2019-10197
* net/phpldapadmin: fix search button in PHP 7.3tz2019-09-042-3/+51
| | | | | | | Add a patch to fix the search button which is only broken with PHP 7.3. PR: 240296 Submitted by: Krzysztof (maintainer)
* net/fsplib: Update version 0.12=>0.14bofh2019-09-042-7/+7
| | | | | PR: 239911 Submitted by: hsn@sendmail.cz
* Update to 15.0.0sunpoet2019-09-042-4/+4
| | | | Changes: https://docs.openstack.org/releasenotes/python-novaclient/index.html
* net/google-cloud-sdk: update to 260.0.0swills2019-09-032-4/+4
|
* net/py-libcloud: update to 2.6.0novel2019-09-032-4/+4
|
* net/pecl-rdkafka: update to 3.1.2swills2019-09-032-4/+4
| | | | | PR: 239307 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
* net/nuster: update to 3.0.0.19swills2019-09-032-4/+4
| | | | | PR: 239549 Submitted by: Felix Hanley <felix@userspace.com.au> (maintainer)
* net/chrony: Update to 3.5swills2019-09-033-70/+4
| | | | | | PR: 239596 Submitted by: Colin T. <bugzilla@nulldir.e4ward.com> Approved by: maintainer timeout (yonas@fizk.net, >1 month)
* net/babeld: Update to 1.8.5swills2019-09-032-6/+8
| | | | | PR: 239646 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* net/mosquitto: update to 1.6.4swills2019-09-039-83/+54
| | | | | | PR: 239675 Submitted by: joe@thrallingpenguin.com (maintainer) Reported by: crest@rlwinm.de
* Bump PORTREVISION on ldns consumersswills2019-09-031-1/+1
| | | | | | Shared lib version changed in update Reported by: sunpoet
* net/fspd: update to 2.8.1.28swills2019-09-034-49/+17
| | | | | PR: 239910 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer)
* devel/meson: Update to 0.51.2jbeich2019-09-031-2/+0
| | | | | | | | - Apply upstream fix to build D applications e.g., x11/tilix Changes: https://github.com/mesonbuild/meson/compare/0.51.0...0.51.2 PR: 240182 Exp-run by: antoine
* - Correctly pass CONFIGURE_ARGS depending on flavormadpilot2019-09-021-6/+12
| | | | | | | | - Fix default FLAVOR definition PR: 240238 Submitted by: tobik MFH: 2019Q3
* [NEW PORT] net/aquantia-atlantic-kmod: Aquantia AQtion (Atlantic) Network ↵koobs2019-09-024-0/+35
| | | | | | | | | | | | | | | | | Driver (Development Preview) Aquantia AQC multigigabit NIC FreeBSD Driver Supports: * Aquantia AQtion 10Gbit Network Adapter * Aquantia AQtion 5Gbit Network Adapter * Aquantia AQtion 2.5Gbit Network Adapter WWW: https://github.com/Aquantia/aqtion-freebsd PR: 238324 Reported by: many
* Use gets_s() as a more appropriate replacement for gets() instead ofcy2019-09-021-1/+1
| | | | | | | fgets(). PR: 222796 MFH: 2019Q3
* Bump PORTREVISION for more ports using EMACS_VERSION_SITE_LISPDIRjrm2019-09-021-1/+1
| | | | | This is required after editors/emacs was updated to version 26.3 in r510281. Some of these ports were missed in r510696.
* graphics/poppler: update to 0.80.0tcberner2019-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* Remove expired ports:rene2019-09-014-47/+0
| | | | | | | | | | | | | | | 2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35 2019-08-31 lang/dmd1: No longer supported upstream 2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in various ways with remotely recent compilers 2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35 2019-08-31 math/pure-rational: Depends on expiring devel/llvm35 2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35 2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35 2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35 2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35 2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35 2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35 2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35
* net/kamailio: refactoringpi2019-09-0111-440/+500
| | | | | | | | | - improved options handling - improved building - fixed plist PR: 240206 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
* devel/libfmt: Update to 6.0.0tobik2019-09-011-1/+1
| | | | | | | | | | | While here - Normalize CMAKE_ARGS, USES=compiler:c++11-lib - Pet portfmt - Bump revision of consumers due to ABI changes Changes: https://github.com/fmtlib/fmt/releases/tag/6.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/fmt/ PR: 240141
* Update version requirement of RUN_DEPENDSsunpoet2019-09-012-2/+3
| | | | - Update pkg-descr
* net/p5-Net-Google-SafeBrowsing2: Canonicalize option namestobik2019-09-011-11/+11
|
* net/opennx: Add missing USES and USE_XORG elementsyuri2019-09-011-3/+4
| | | | Approved by: portmgr blanket
* net/x2goclient: Update 4.1.0.0 -> 4.1.2.1yuri2019-09-015-28/+26
|
* Update to 1.0.9sunpoet2019-08-312-4/+4
| | | | Changes: https://github.com/fog/fog-openstack/commits/master
* Sort SUBDIRssunpoet2019-08-311-2/+2
|
* Update to 3.2.1sunpoet2019-08-312-4/+4
| | | | | Changes: https://github.com/fog/fog-vsphere/releases https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
* net/ntpsec: Fix plist (man pages lacked .gz suffix for some reason)yuri2019-08-311-1/+1
| | | | Reported by: Beat Siegenthaler <beat.siegenthaler@beatsnet.com> (via e-mail)
* geoipupdate: Update to 4.0.4adamw2019-08-312-19/+5
|
* net/libdmapsharing: Explicitly disable the dependency on devel/checktobik2019-08-301-1/+2
| | | | | | | | | | | | | | | | | | | By default, the configure script of net/libdmapsharing detects devel/check automatically. If devel/check is installed, net/libdmapsharing will link to it. It can cause problems because devel/check is not declared as a dependency of net/libdmapsharing, so libdmapsharing-3.0.so will be broken if devel/check is removed. $ ldd /usr/local/lib/libdmapsharing-3.0.so ... libcheck.so.0 => not found (0) ... Since devel/check is just a unit test framework, it should be safe to disable it unconditionally. PR: 240195 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* net/rubygem-gitaly-proto: upgrade to 1.37.0 which is required for gitlab-ce ↵mfechner2019-08-302-4/+4
| | | | 12.1.
* Switch ports required by gitlab-ce 12.1 from rails 5.0 to rails 5.2.mfechner2019-08-301-1/+2
|
* Update to 1.15.0ehaupt2019-08-302-4/+4
|
* net/tacacs: Do not set WRKSRC twicetobik2019-08-291-2/+0
|
* Update to 0.3.5sunpoet2019-08-292-4/+4
| | | | Changes: https://github.com/fog/fog-aliyun/commits/master
* - fix service scriptjgh2019-08-292-21/+17
| | | | | | | | | | | | | | | | | | | | | | | | For some reason the PID written to the pidfile by htpdate does not match its actual PID, which renders the standard PID-handling mechanism of rc.subr(8) useless. As a solution, depend only on the process name to figure out the PID of the running process. NB: the old pidfile has to be removed before starting htpdate. Otherwise, the program complains about the pidfile already existing (which htpdate interprets as another instance of htpdate already running). Also: - Use %%PREFIX%% to let the ports provide a proper path for the binary. - Do not specify htpdate_flags in command_args. htpdate_flags are already passed to the program by rc.subr(8). In response to this mailing list thread: https://lists.freebsd.org/pipermail/freebsd-rc/2019-August/004047.html Submitted by: 0mp@ Differential Revision: https://reviews.freebsd.org/D21431
* Update to 1.1.0antoine2019-08-282-4/+4
|
* Custom OSPF "wrong LSA collision detection patch" is in conflict with the fixolivier2019-08-283-43/+1
| | | | | | | | included in bird 1.6.7 and generate crashes, so remove it. PR: 238496 Submitted by: pbd@pbd.name Reported by: Ondrej Zajicek <santiago@crfreenet.org>
* Update to 2.0.6romain2019-08-282-4/+4
|
* Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent portsriggs2019-08-271-0/+1
| | | | PR: 212785
* net/sems: SIP Express Media Server (new port)nwhitehorn2019-08-278-0/+694
| | | | | | | | | | | | | | | | | | | | | | | | SEMS is an open-source SIP media server, implementing a B2BUA, voicemail, IVRs, announcements, etc. It is designed to be complementary to SIP proxy-only tools like Kamailio, OpenSIPS, etc. This adds a new port for the SEMS SIP media server, which provides a number of functions (Voicemail, conferencing, B2BUA, etc.) in conjunction with a SIP router like Kamailio or OpenSIPS. The most recent release (1.6.0) is both old and has a significant number of issues on FreeBSD, so this corresponds to the current development branch, which should hopefully become 1.7 in not too very long. I've added one other patch (from SEMS pull request 57) that is required to make message-waiting notifications behave in a useful way but has yet to be merged upstream. WWW: https://github.com/sems-server/sems/ PR: 240048 Reviewed by: koobs (ports) Approved by: koobs (ports) Differential Revision: D21410
* net/waypipe: update to 0.6.1jbeich2019-08-272-5/+5
| | | | Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/compare/v0.6.0...v0.6.1
* - update to 1.2.2jgh2019-08-275-67/+4
| | | | | | - upstream excepted my patches to remove FreeBSD and Linux as examples for endpoint webservers for retrieving time. - this is a purely a documentation update
* Update to 2.01.90sunpoet2019-08-262-4/+4
| | | | Changes: https://tintin.sourceforge.io/news.php
* Convert to @samplebapt2019-08-261-3/+1
|
* net/zerotier: use amended distinfo broken in r509901dch2019-08-261-3/+3
| | | | Approved by: jrm (mentor, implicit)
* net/zerotier: update to 1.4.2dch2019-08-262-7/+4
| | | | | Approved by: jrm (mentor, implicit) Sponsored by: SkunkWerks, GmbH
* Add compiler:c++11-lang to USES to fix the build on gcc-based systems:linimon2019-08-261-1/+1
| | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
* net/inlets: Update 2.2.0 -> 2.3.1yuri2019-08-262-4/+4
| | | | Reported by: portscout
* Add rubygem-activestorage52 5.2.3sunpoet2019-08-264-0/+44
| | | | | | | | | | | | | | | | Active Storage makes it simple to upload and reference files in cloud services like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other MiniMagick supported transformation. WWW: https://rubyonrails.org/
* net/knxd: fix build with GCC architectures.mfechner2019-08-251-0/+14
| | | | | | | | This patch is also requested upstream: https://github.com/knxd/knxd/pull/407 PR: 239469 Submitted by: pkubaj
* net/kio-gdrive: update to 1.2.7tcberner2019-08-252-6/+4
| | | | - supports the current KDE Applications' PIM versions
* Update to 1.20olivier2019-08-252-5/+5
| | | | | PR: 239886 Submitted by: Artyom Davidov <ard_1@mail.ru>
* Update to 1.3.4sunpoet2019-08-252-4/+4
| | | | | Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/stackdriver-core/CHANGELOG.md
* Update to 1.7.0sunpoet2019-08-252-4/+4
| | | | | Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-logging/CHANGELOG.md
* Update to 1.2.1sunpoet2019-08-252-5/+5
| | | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-env/CHANGELOG.md
* Update to 1.3.1sunpoet2019-08-252-5/+5
| | | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-core/CHANGELOG.md
* Update to 878.260.1sunpoet2019-08-252-4/+4
|
* net/remmina-plugin-www: fix build on GCC architecturespkubaj2019-08-241-1/+1
| | | | | | | | | | This port now requires C11 to build: /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass' /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: previous declaration of 'JSCClass' was here /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error: redefinition of typedef 'JSCContext' /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: previous declaration of 'JSCContext' was here Approved by: mentors (implicit approval)
* net/measurement-kit: update 0.10.4 to 0.10.5egypcio2019-08-233-13/+4
|
* Upgrade samba410 port to the 4.10.7 version.timur2019-08-232-5/+5
|
* net/kamailio: upgrade 5.2.0 -> 5.2.4pi2019-08-236-49/+4
| | | | | | | Relnotes: https://www.kamailio.org/w/2019/08/kamailio-v5-2-4-released/ https://www.kamailio.org/w/2019/05/kamailio-v5-2-3-released/ https://www.kamailio.org/w/2019/03/kamailio-v5-2-2-released/ https://www.kamailio.org/w/2019/01/kamailio-v5-2-1-released/
* Update to 878.240.1sunpoet2019-08-232-4/+4
|
* net/rclone: USES go:modules and fix build with go1.13wg2019-08-231-8/+1
| | | | | PR: 239879 Submitted by: Dmitri Goutnik
* Update liferea to 1.12.7.kwm2019-08-222-6/+5
|
* Fix pkg-plist for i386 arch.timur2019-08-222-3/+3
|
* net/intel-ix-kmod: Update to 3.3.10skozlov2019-08-222-5/+5
| | | | Sponsored by: Intel Corporation
* net/intel-ixl-kmod: Update to 1.11.9skozlov2019-08-222-4/+4
| | | | Sponsored by: Intel Corporation
* Update 2.8 --> 2.9cy2019-08-222-4/+4
|
* Fix "daemon" and "continuing" typostobik2019-08-214-5/+5
| | | | "deamon" is back!
* net/ceph12: fix commentpi2019-08-211-1/+1
| | | | | PR: 240009 Submitted by: matthew
* Add rubygem-google-cloud-bigquery 1.13.0sunpoet2019-08-214-0/+32
| | | | | | | | | | This is the official Ruby library for Google BigQuery. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigquery PR: 240011 Submitted by: sanpei Reviewed by: sunpoet (myself, via private mail)
* net/ceph12: update 12.2.11 -> 12.2.12pi2019-08-215-19/+64
| | | | | | PR: 240009 Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer) Relnotes: https://ceph.io/releases/v13-2-6-mimic-released/
* net/openbgpd6: upgrade 6.5p0 -> 6.5p1pi2019-08-212-4/+4
| | | | | | | PR: 239674 Submitted by: pizzamig MFH: 2019Q3 Relnotes: https://undeadly.org/cgi?action=article;sid=20190802072427
* - Update to the latest snapshot on 2019-05-23.nobutaka2019-08-214-15/+17
| | | | | - Switch to use the GeoLite2 database. - Switch to use py-pycryptodome.
* net/py-cloudflare-scrape: update to 2.0.8tcberner2019-08-212-4/+4
|
* net/remmina: fix build on GCC architecturespkubaj2019-08-211-1/+1
| | | | | | | After last update C11 compatibility is necessary: /wrkdirs/usr/ports/net/remmina/work/Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c/src/rcw.c:166: error: redefinition of typedef 'RemminaConnectionObject' Approved by: mentors (implicit approval)
* - Pet portlintamdmi32019-08-202-5/+2
| | | | | | | - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
* net/xrdp: Update to 0.9.11meta2019-08-20