aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20181012 snapshot of GCC 8.2.1.gerald2018-10-142-4/+4
|
* benchmarks/hpl: Change from net/mpich2 to net/mpich; Update to 2.2yuri2018-10-142-6/+7
| | | | | PR: 231638 Approved by: oliver (maintainer's timeout; 20 days)
* New port: benchmarks/libcelero: C++ benchmark authoring library/frameworkyuri2018-10-145-0/+65
|
* Add new port for Linux-nvme's nvme-cli program.imp2018-10-143-0/+32
| | | | | | | | | | | The nvme program allows sending of arbitrary commands to nvme devices. Only the admin-passthru command is known to work, though others might. Many linuxisms remain in this program that, though it compiles, will likely not work on FreeBSD, preventing other commands from working. Marked only for amd64 / FreeBSD 12/13 since it's only been tested there and uses APIs that are unstable between the major releases. Upstreamable patches welcome to fix any of this, and this port will evolve as my patches get accepted upstream.
* New port: www/s: Web search in a terminalyuri2018-10-144-0/+59
|
* biology/py-orange3-single-cell: Update 0.8.0 -> 0.8.1yuri2018-10-142-6/+11
| | | | Reported by: portscout
* textproc/py-orange3-text: Update 0.5.0 -> 0.5.1yuri2018-10-142-4/+4
| | | | Reported by: portscout
* x11-toolkits/py-AnyQt: Update 0.0.9 -> 0.0.10yuri2018-10-142-4/+4
| | | | Reported by: portscout
* math/py-scikit-umfpack: Update 0.3.1 -> 0.3.2yuri2018-10-142-4/+4
| | | | Reported by: portscout
* biology/py-orange3-bioinformatics: Update 3.2.0 -> 3.2.2yuri2018-10-142-4/+4
| | | | Reported by: portscout
* Re-add port: science/gamess-us: General Atomic and Molecular Electronic ↵yuri2018-10-1415-1/+729
| | | | | | Structure System (US) It used to be in science/gamess and was removed in 2014.
* x11-themes/slim-freebsd-black-theme: update to version 1.2.rigoletto2018-10-143-21/+23
| | | | | | | Update MAINTAINER address. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17293
* x11-themes/sddm-freebsd-black-theme: update to version 1.2.rigoletto2018-10-142-18/+19
| | | | | | | | Update MAINTAINER address. Reviewed by: tcberner (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17294
* security/theonionbox: Update 4.2.1 -> 4.3.0yuri2018-10-144-31/+10
| | | | Reported by: portscout
* math/libmesh: Update 1.3.0 -> 1.3.1yuri2018-10-142-5/+4
| | | | Reported by: portscout
* Update to 18.9.0, new maintainer: kikadf.01@gmail.comriggs2018-10-142-7/+8
| | | | | | | | | | | | | | Details: - Update to upstream release 18.9.0 - New maintainer: kikadf.01@gmail.com - Move to QT5 as default UI While on it: - Pet portlint - Fix warning in check-sanity: Add gl to QT5_USES PR: 231855 Submitted by: kikadf.01@gmail.com (new maintainer)
* Update gtk-doc to 1.29.kwm2018-10-142-7/+6
| | | | | PR: 232017 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* Update meson to 0.48.0.kwm2018-10-147-195/+223
| | | | | | | | | | | | This version brings python 3.7 support. For detailed changelog see: http://mesonbuild.com/Release-notes-for-0-47-0.html http://mesonbuild.com/Release-notes-for-0-48-0.html Exp-run by: antoine@ PR: 231219 Submitted by: Tamas Szakaly <sghctoma@gmail.com> (update to 0.47.2), Ting-Wei Lan <lantw44@gmail.com> (update to 0.48.0)
* Update to 1.2.3joneum2018-10-143-10/+10
| | | | | | | | Changelog: - Notification subscriber for New Tickets - Configurable HTTP headers Sponsored by: Metzkommune GmbH
* Resolve some problems that where exposed by the meson 0.48.0 exp-run.kwm2018-10-141-2/+9
| | | | | | | | | | | | * Drop NO_ARCH, libexec/brisk-menu is a native ELF executable. * List USE_MATE=menus because brisk-menu depends on it directly. Use either /usr/bin/ld.lld or the ld from the binutils port. To work around a issue with /usr/bin/ld.bdf reporting errors for symbols that exist in shared libraries specified on the command line. It is unknown why this is happening. PR: 231219 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* security/medusa: Fix build with OpenSSL 1.1.xdbaio2018-10-141-0/+153
| | | | | | PR: 232209 Submitted by: Nathan <ndowens@yahoo.com> Obtained from: debian
* www/libwww: Fix build with OpenSSL 1.1.xdbaio2018-10-142-14/+62
| | | | | | | PR: 228943 Submitted by: Nathan <ndowens@yahoo.com> (based on) Reported by: brnrd Obtained from: NetBSD pkgsrc
* Make portmaster use "pkg-static" instead of "pkg". This prevents problemsse2018-10-142-41/+390
| | | | | | | with inconsistent shared library references that may occur when openssl in base is upgraded to version 1.1.1 with 1.0.x installed from a port. Approved by: antoine (implicit)
* - Update to 1.6.30danilo2018-10-146-68/+29
|
* net-p2p/monero-cli: fix compilation on FreeBSD < 12vd2018-10-141-5/+6
| | | | | | | -DMANUAL_SUBMODULES:BOOL=ON was mistakenly provided only on 12.x, should be used always. While I am here, pet portlint.
* Update bsd.twiki.mkjoneum2018-10-141-1/+1
|
* security/pecl-ssh2: Fix build with PHP 7.3dbaio2018-10-142-1/+304
| | | | Obtained from: upstream
* net/pecl-oauth2: Fix build with PHP 7.3dbaio2018-10-141-2/+3
|
* textproc/pecl-yaml: Fix build with PHP 7.3dbaio2018-10-142-1/+124
| | | | Obtained from: upstream
* mail/pecl-mailparse: Fix build with PHP 7.3dbaio2018-10-142-1/+81
| | | | Obtained from: upstream
* math/cddlib: Fix permissions for .so filesfernape2018-10-141-1/+2
| | | | | | | | * Use COPYTREE_SHARE instead of COPYTREE_BIN * Bump PORTREVISION Reported by: adamw@ Approved by: tcberner (mentor, implicit)
* x11-themes/freebsd-8k-wallpapers: update to v1.1.rigoletto2018-10-142-10/+11
| | | | | | | Update MAINTAINER address. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17453
* Update to 6.1.0joneum2018-10-143-107/+572
| | | | | | | | Changelog: http://twiki.org/cgi-bin/view/TWiki/TWikiHistory#TWiki%20Release%206.1%20(Kampala)%20rele Take Maintainership Sponsored by: Netzkommune GmbH
* New port: math/cddlibfernape2018-10-145-0/+201
| | | | | | | | | C implementation of the Double Description Method of Motzkin et al PR: 231161 Submitted by: phascolarctos@protonmail.ch Reviewed by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D17385
* - Update to 0.9.0nivit2018-10-132-9/+10
| | | | - Pet portlint (USES and USE_x section)
* Fix build on powerpc64riggs2018-10-131-2/+1
| | | | | | PR: 231834 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4 (build fix blanket)
* Update to 2.18.5.marcus2018-10-132-9/+87
| | | | | | | | | | | | | | | | | | * Do not complain about extra FLAVORS in *_DEPENDS. [1] * Do not fully expand variable dependencies to allow for more granular checks. [2] * Allow GH_* in USES section. [3] * Check for duplication between *_USES and USES. [4] * Check for incorrect use of *_CMAKE_ARGS [5] * Check that CMAKE_BOOL arguments do not contain a -D flag [5] * Check for use of autoplist and pkg-plkist or PLIST_FILE. [6] PR: 231420 [1] 231421 [2] 231422 [3] 231566 [4] 231894 [5] 231865 [6] Submitted by: db [3] [6]
* net/mpd5: start service earliereugen2018-10-132-3/+3
| | | | | | | | | | | mpd5 daemon can be used as replacement for stock ppp(8) daemon to provide global connectivity (PPPoE, mobile networks etc.) Follow ppp(8) behavior and run startup script early before NETWORKING (and netwait), so other services that require working networking to be operational before starting won't fail. Bump PORTREVISION.
* www/h2o: add CONFLICTS and appease portlintdch2018-10-131-1/+5
| | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17466
* devel/libvirt-glib: update to 2.0.0novel2018-10-132-5/+4
|
* - Update pkg-descrwen2018-10-131-8/+2
| | | | | PR: 232026 Submitted by: iblis@hs.ntnu.edu.tw(maintainer)
* Be more specific about openssl breakage. Only on HEAD.cy2018-10-132-2/+2
| | | | Reported by: mat@
* Remove bogus depends line.mat2018-10-131-2/+0
| | | | Pointy hat: amdmi3
* Deprecate and expire net/vtun. It is no longer maintained by ourcy2018-10-131-0/+3
| | | | | | | | | upline. Bishop Clark, our upline, in response to my question if he had any plans to support OpenSSL 1.1.X, his reply was that about six months ago he asked to hand the project off to anyone who wanted it. There were no takers. The VTUN project is dead. It's time to cut it loose.
* With the introduction of OpenSSL 1.1.1 into base, accelerate thecy2018-10-131-1/+1
| | | | expiration of cfengine22.
* Mark syslog-ng310, syslog-ng311, syslog-ng312, and syslog-ng313cy2018-10-135-1/+12
| | | | | | | | | | | deprecated and expired at the end of 2019, as they are no longer officially supported by Balabit. syslog-ng39 will remain as it, along with syslog-ng314, are reported to be the most stable and most popular versions of syslog-ng. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Reviewed by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
* Deprecate, expire and flag BROKEN syslog-ng36 and syslog-ng37.cy2018-10-133-1/+7
| | | | | | | | These ports are now broken by openssl111 in base. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Reviewed by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
* misc/osinfo-db: update to 20181011novel2018-10-133-4/+16
|
* Update to 2.4.3joneum2018-10-132-4/+4
| | | | | | | | | | | | Changelog: - Fix panic when using custom EC2 API for SD - Fix panic when Zookeeper SD cannot connect to servers - Make the skip_head an optional parameter for snapshot API PR: 232186 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Sponsored by: Netzkommune GmbH
* Update to 2.6.4.marcus2018-10-133-6/+6
| | | | | See https://www.wireshark.org/docs/relnotes/wireshark-2.6.4.html for changes in this release.
* Update to 0.23.0joneum2018-10-132-137/+286
| | | | | | | | Changelog: https://github.com/mozilla/geckodriver/releases/tag/v0.23.0 PR: 232180 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Sponsored by: Netzkommune GmbH
* devel/rust-bindgen: update to 0.42.2jbeich2018-10-132-122/+112
| | | | Changes: https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.40.0...v0.42.2
* Take maintainershipsunpoet2018-10-131-1/+1
|
* - Update WWWamdmi32018-10-131-1/+1
| | | | Approved by: portmgr blanket
* - Update to 2.1.7danilo2018-10-132-4/+4
|
* x11/alacritty: pet portlint after r481921jbeich2018-10-131-1/+1
| | | | | | | $ portlint -C FATAL: Makefile: DISTVERSIONPREFIX appears out-of-order. FATAL: Makefile: order must be PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES/DIST_SUBDIR/EXTRACT_ONLY. 2 fatal errors and 0 warnings found.
* - Add LICENSEamdmi32018-10-131-0/+6
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - Update to 0.1.6danilo2018-10-132-4/+4
|
* www/qutebrowser: update to 1.5.1novel2018-10-132-4/+4
|
* Bump PORTREVISION for the change to pkg-descr in r481962.gerald2018-10-131-1/+1
| | | | PR: 232162
* Update to the 20181007 snapshot of GCC 9.gerald2018-10-132-4/+4
|
* Avoid referencing the concrete version number of the port pulled ingerald2018-10-131-2/+2
| | | | | | | via this meta-port. PR: 232162 Submitted by: freebsd@mcwest.org
* devel/py-IBMQuantumExperience: Update 2.0.3 -> 2.0.4yuri2018-10-132-4/+4
| | | | Reported by: portscout
* security/py-txtorcon: Update 18.1.0 -> 18.3.0yuri2018-10-132-4/+4
| | | | Reported by: portscout
* devel/kore: Add missing KORE_NO_TLS guardstobik2018-10-131-4/+47
| | | | | | | This fixes the build with OpenSSL 1.1.1 when TLS=off. PR: 231931 Obtained from: upstream
* Update graphics/krita to 4.1.5tcberner2018-10-133-4/+5
|
* math/deal.ii: 9.0.0 -> 9.0.1yuri2018-10-133-7/+7
| | | | | | | | | | Build succeeds on 11, but fails on 10 and 12 due to the boost bug.[1][2] --References-- [1] https://github.com/dealii/dealii/issues/7344 [2] https://github.com/boostorg/serialization/pull/105 Reported by: portscout
* math/mppp: Update 0.11 -> 0.12yuri2018-10-132-4/+4
| | | | Reported by: portscout
* x11-toolkits/py-AnyQt: Update 0.0.8 -> 0.0.9yuri2018-10-132-5/+5
| | | | Reported by: portscout
* - Update to 0.2.5tota2018-10-132-6/+6
|
* Update roda to 3.13.0adamw2018-10-132-4/+4
|
* - Unbreak some drivers by importing patch from upstreamamdmi32018-10-133-1/+33
| | | | | | PR: 228789 Submitted by: romain Approved by: maintainer timeout (bsam, 4 months)
* multimedia/aom: update to 1.0.0.764jbeich2018-10-132-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/c5e7469b8..05a43ffce
* emulators/rpcs3: update to 0.0.5.975jbeich2018-10-132-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/83b6c9856...8540399ec
* emulators/citra: update to s20181011jbeich2018-10-132-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/f40513491...0962ab8da
* audio/alsa-lib: unbreak clang build on powerpc64jbeich2018-10-132-1/+60
| | | | | | | | fatal error: error in backend: A @@ version cannot be undefined Reported by: Mark Millard Submitted by: dim Obtained from: upstream
* - Update to 1.4.24amdmi32018-10-133-8/+15
|
* sysutils/smart: Update to 0.0.11 and fix build on mips(64), powerpcjrm2018-10-132-7/+4
| | | | | PR: 232087 Reported by: pkubaj@anongoth.pl
* Update to 1.25.1 release.ale2018-10-132-8/+9
|
* www/node: Update 10.11.0 -> 10.12.0bhughes2018-10-132-4/+4
| | | | | | https://nodejs.org/en/blog/release/v10.12.0/ Sponsored by: Miles AS
* devel/awscli: Update 1.16.28 -> 1.16.32bhughes2018-10-132-5/+5
| | | | Sponsored by: Miles AS
* devel/py-botocore: Update 1.12.18 -> 1.12.22bhughes2018-10-132-4/+4
| | | | Sponsored by: Miles AS
* net-p2p/monero-cli: Upgrade from 0.12.3.0 to 0.13.0.2vd2018-10-133-14/+22
|
* audio/gstreamer1-plugins-webrtcdsp: connect to build after r481919jbeich2018-10-133-0/+17
| | | | webrtcdsp has been listed in Makefile.common since r446388
* Update to 3.18sunpoet2018-10-132-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/HTTP-BrowserDetect
* Update to 1.3005sunpoet2018-10-132-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-Pari
* Update to 1.6006sunpoet2018-10-132-6/+6
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-GMP
* Update to 0.5008sunpoet2018-10-132-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-FastCalc
* Update to 1.999814sunpoet2018-10-132-4/+5
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt
* Update to 1.200sunpoet2018-10-132-3/+4
| | | | Changes: https://metacpan.org/changes/distribution/PerlX-Maybe
* Update to 5.6.2sunpoet2018-10-132-4/+4
| | | | Changes: https://opennebula.org/software/release/
* Update to 2.11.146sunpoet2018-10-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.146sunpoet2018-10-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.146sunpoet2018-10-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.2.0sunpoet2018-10-132-6/+7
| | | | Changes: https://github.com/planetlabs/planet-client-python/releases
* Update to 0.4.5sunpoet2018-10-132-6/+12
| | | | Changes: https://metacpan.org/changes/distribution/BSON-XS
* Update to 2.16.0sunpoet2018-10-132-4/+4
| | | | Changes: https://tools.ietf.org/tools/idnits/changelog
* textproc/apache-solr upgrade to 7.4.0.mfechner2018-10-136-151/+212
| | | | | | | | | For more detail see here: http://lucene.apache.org/solr/7_4_0/changes/Changes.html Reviewed by: Ivo de Klerk <ivo@ixp.nl> Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D17371
* lang/rust: update to 1.29.2jbeich2018-10-1333-39/+34
| | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477
* audio/pulseaudio: track webrtc-aec upstream defaultjbeich2018-10-132-3/+7
| | | | | | | | | | | | | | | | | | | $ pkg install webrtc-audio-processing $ make $ make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/pulse-%%PULSE_VERSION%%/modules/libwebrtc-util.so ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 $ make stage-qa ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/pulse-11.1/modules/libwebrtc-util.so is linked to /usr/local/lib/libwebrtc_audio_processing.so.1 from audio/webrtc-audio-processing but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwebrtc_audio_processing.so:audio/webrtc-audio-processing
* audio/webrtc-audio-processing: add new portjbeich2018-10-1310-0/+223
| | | | | | | | | | | | | | | Audio processing routines extracted from WebRTC project into a standalone library. It provides the following features: - Acoustic echo cancellation - Acoustic echo control for mobile - Automatic gain control - High-pass filter - Level estimator - Noise suppression - Voice activity detection https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
* devel/renpy: update to 7.1.1jbeich2018-10-134-8/+8
| | | | | | Changes: https://www.renpy.org/release/7.1.1 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-1-1 MFH: 2018Q4
* Setting DOCS=off will set EXTRA_PATCHES, so we need to append to thissbruno2018-10-131-1/+1
| | | | | | variable, not clear it. Submitted by: tobik
* Update to 1.6.2.ume2018-10-132-6/+7
|
* sysutils/ipmitool: unbreak with openssl 1.1.1 importsbruno2018-10-132-0/+146
| | | | | | | | | | | | - Only apply openssl patch if we are on a version of FreeBSD with openssl 1.1.1 - Don't bump portrevision as we don't change anything except on broken systems It should be noted that this is a functional way to fix this port and is the method used upstream. There are most likely better ways to do this. Reviewed by: 0mp (Makefile changes) Obtained from Sponsored by: Limelight Networks
* Update to 7.1.23joneum2018-10-133-629/+4
| | | | | | | | | Changelog: - http://www.php.net/releases/7_1_23.php - http://www.php.net/ChangeLog-7.php#7.1.23 Approved by: tz (implicit) Sponsored by: Netzkommune GmbH
* This is a MongoDB to Moose object mapper. This module allows you to usewen2018-10-135-0/+69
| | | | | | | | | | the full power of MongoDB within your Moose classes, without sacrificing MongoDB's power, flexibility and speed. WWW: https://metacpan.org/release/Mongoose/ PR: 219320 Submitted by: n_hibma@FreeBSD.org
* comms/conserver-com: Update licensing details and pet portlint0mp2018-10-131-2/+3
| | | | | | | | | | | - Add LICENSE_FILE - Use tabs instead of spaces to indent values assigned to variables Reviewed by: antoine (previous version) Reviewed by: krion (previous version) Reviewed by: sbruno (previous version) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17528
* Update Template::Toolkit to 2.28, and pet portlintadamw2018-10-132-8/+9
|
* comms/conserver-com: Update for openssl 1.1.1 in 12-CURRENT.sbruno2018-10-122-13/+13
| | | | | | | | | | | | - Add BSD3CLAUSE license (0mp) - Switch to github from sourceforge (sbruno) - portlint cleanups (bunch of people) PR: 232158 Submitted by: 0mp Reported by: jhb Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D17524
* Fix mail/opendkim to work with standard sendmail in baseuqs2018-10-122-14/+21
| | | | | | PR: 208056 Submitted by: Krzysztof <ports@bsdserwis.com> Reported by: Marcin Cieślak
* Update to 7.2.11joneum2018-10-123-629/+4
| | | | | | | | | Changelogs: - http://www.php.net/releases/7_2_11.php - http://www.php.net/ChangeLog-7.php#7.2.11 Approved by: tz (implicit) Sponsored by: Netzkommune GmbH
* Fix packaging with python 3.xantoine2018-10-121-105/+105
| | | | Reported by: pkg-fallout
* Update security/*gpgme* to 1.12.0jhale2018-10-124-6/+6
| | | | Changes: https://lists.gnupg.org/pipermail/gnupg-devel/2018-October/033977.html
* Update to RC3joneum2018-10-122-5/+5
| | | | | | | Changelog: https://github.com/php/php-src/blob/php-7.3.0RC3/NEWS Approved by: tz (implicit) Sponsored by: Netzkommune GmbH
* Fix dependencies for latest Gimp releasecmt2018-10-121-3/+14
| | | | | | | | | | | While here: 1. bring (somewhat) up to standards - set LICENSE - set NO_ARCH - update my MAINTAINER email 2. deprecate - last release was 10 years ago (for Gimp 2.6) - many scripts throw warnings (interfaces have changed), some appear broken
* www/rssroll: Update to 0.6.1tobik2018-10-122-4/+4
| | | | | PR: 230691 Submitted by: Nikola Kolev <koue@chaosophia.net>
* Deprecate sysutils/ataidletobik2018-10-121-0/+3
| | | | | | | | camcontrol(8) from the base system should be used instead. PR: 228578 Submitted by: bcran (ataidle developer) Approved by: wg (maintainer timeout, 4 months)
* devel/py-libzfs: Fix build on systems that are missing the /sys symlinktobik2018-10-121-0/+2
| | | | | | | | | SRC_BASE is defined in bsd.port.mk and cannot be used in conditionals earlier. PR: 226858 Reported by: skh1002@hotmail.com Approved by: wg (maintainer timeout, 6 months)
* 0~net/intel-ix-kmod: New port for 10g Intel Ethernet Base Driverskozlov2018-10-123-0/+30
| | | | | | | | | | New port for updated 10g Intel Ethernet Base Driver, based on net/intel-ixl-kmod as a master port. Compile and sanity tested using poudriere w/portlint Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D174431
* Finish glib12 deprecationantoine2018-10-1212-0/+36
|
* net-mgmt/icinga2:lme2018-10-122-7/+8
| | | | | | | | | | - Fix directory permissions after upgrading icinga2 via pkg - Whitespace fixes in icinga2.in - Bump PORTREVISION PR: 227965, 227107 Submitted by: O. Hartmann <ohartmann@walstatt.org> MFH: 2018Q4
* graphics/opencollada: update to 1.6.65fernape2018-10-122-5/+4
| | | | Approved by: tcberner (mentor, implicit)
* security/nss: unbreak on powerpc64 after r405494jbeich2018-10-121-1/+1
| | | | | | | | | | | mpi/mpcpucache.c:728:23: error: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types] &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) ^~~~~ /usr/include/sys/sysctl.h:1062:48: note: passing argument to parameter here int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); ^ PR: 147696 (typo origin) Reported by: Mark Millard
* Deprecate more glib12 consumersantoine2018-10-127-0/+21
| | | | With hat: portmgr
* Mark x11-wm/qtile as deprecated tootobik2018-10-121-2/+4
| | | | | | It has been non-functional for over a year. PR: 222363
* - Update WWWamdmi32018-10-122-6/+6
| | | | | | - Fix indentation problems Approved by: portmgr blanket
* Explicitly mark x11-wm/qtile as brokentobik2018-10-121-1/+3
| | | | | | | | | | | | It's already being skipped now since x11/xpyb was marked as broken in ports r471180, but qtile previously died with an xcb.Exception, so mark it as broken anyway by request of Michael. While here also reset maintainer due to the long timeout. PR: 222363 Submitted by: Michael Reim <kraileth@elderlinux.org> Approved by: wg (maintainer timeout, 1 year)
* Deprecate most glib12 consumersantoine2018-10-1292-15/+272
| | | | With hat: portmgr
* - Add LICENSEamdmi32018-10-121-0/+3
| | | | Approved by: portmgr blanket
* devel/libccid: Update to 1.4.300mp2018-10-123-17/+12
| | | | | | | | | | | | | | | | | | - Change the upstream URL to https://ccid.apdu.fr/ - Update WWW - Clean up: - Remove the "post-patch" target. It is no longer needed. - Remove unused PLIST_SUB - Pet portlint: - Move USE_PERL to the the USE* section - Set USE_LDCONFIG. Upstream changelog: https://salsa.debian.org/rousseau/CCID/blob/master/README Reviewed by: krion, mmokhi Approved by: krion (mentor), mmokhi (maintainer) Differential Revision: https://reviews.freebsd.org/D17479
* Second try to fix OpenSSL 1.1.1 build.lev2018-10-121-1/+2
| | | | | PR: 228867 Submitted by: jkim@FreeBSD.org
* Fix build problem with OpenSSL-1.1.1girgen2018-10-121-0/+28
|
* - Update to 0.6.18tota2018-10-122-4/+4
|
* Update to 3.11bapt2018-10-122-4/+4
|
* Fix build with OpenSSL 1.1.xjhale2018-10-123-13/+30
| | | | Reported by: pkg-fallout (head)
* - Update to 0.14.1wen2018-10-122-4/+4
|
* - Update to 0.12tota2018-10-122-8/+4
|
* Those ports are not compatible with php 7.3antoine2018-10-1222-15/+22
| | | | Reported by: pkg-fallout
* - Update to 2.4.0wen2018-10-122-3/+4
|
* - Update to 1.1.5wen2018-10-122-4/+4
| | | | | PR: 231817 Submitted by: guoqiang_cn@126.com(maintainer)
* - Update to 0.4.0tota2018-10-122-4/+4
|
* - Update to 0.6tota2018-10-122-6/+5
| | | | - Update LICENSE
* - Update to 2.3.0tota2018-10-122-5/+4
|
* - Update to 0.8tota2018-10-122-5/+4
|
* - Update to 0.99.14.12tota2018-10-122-4/+4
|
* - Update to 0.12.19tota2018-10-122-4/+4
|
* - Update to 1.3tota2018-10-122-4/+4
|
* New port: math/py-primme: PRIMME wrapper for Pythonyuri2018-10-125-0/+101
|
* science/py-MDAnalysisTests: Update 0.18.0 -> 0.19.0yuri2018-10-122-4/+4
| | | | Reported by: portscout
* science/py-MDAnalysis: Update 0.18.0 -> 0.19.0yuri2018-10-122-4/+4
| | | | Reported by: portscout
* audio/gxplugins-lv2: Update 0.4 -> 0.5yuri2018-10-123-46/+110
| | | | | | Revisions of individual LV2 plugins updated, several new LV2 plugins added. Reported by: portscout
* math/primme: Update to the latest revision; Add LinAlg optionsyuri2018-10-122-13/+22
| | | | | | Port changes: * Remove do-install: it is now implemented by the project * Add options to choose the LAPACK-compatible interface for liner algebra
* - Update to 1.44wen2018-10-122-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/XML-XPath
* - Update to 0.55wen2018-10-123-4/+6
| | | | Changes: https://metacpan.org/changes/distribution/XML-Feed
* - Update to 0.51wen2018-10-122-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/bignum
* Update to 0.11.0sunpoet2018-10-122-4/+4
| | | | Changes: https://github.com/google/signet/releases
* Update to 1.1.2sunpoet2018-10-122-5/+5
| | | | Changes: https://github.com/rgeo/rgeo/blob/master/History.md
* Update to 2.11.145sunpoet2018-10-122-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.145sunpoet2018-10-122-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.145sunpoet2018-10-122-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.40sunpoet2018-10-122-6/+8
| | | | Changes: https://metacpan.org/changes/distribution/IO-Pager
* Fix build with GCC-based architectures.olivier2018-10-121-2/+2
| | | | | PR: 231975 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* graphics/opencollada: update to 1.6.64fernape2018-10-122-5/+5
| | | | | Reported by: portscout Approved by: tcberner (mentor, implicit)
* Update KDE Applications to 18.08.2tcberner2018-10-12220-640/+647
|
* Fix devel/qca with OpenSSL 1.1.1.adridg2018-10-125-1/+2023
| | | | | | | | | Contains portions extracted from upstream and portions created by submitter. Upstream bits are marked with their git hash. PR: 228902 Submitted by: Nathan <ndowens@yahoo.com> Reported by: brnrd
* Add an entry for a memory leak bug in net-im/tox < v0.2.8.thierry2018-10-121-0/+29
|
* databases/mysql56-server: Fix build with libressl after r481608mmokhi2018-10-122-2/+2
| | | | | | | PR: 228899 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: brnrd Sponsored by: The FreeBSD Foundation
* Need to define PORTVERSION later due to depending on MEMCACHED option.bdrewery2018-10-121-5/+3
| | | | This works in poudriere bulk, hopefully it does not cause other problems.
* Update to version 3.1.1cs2018-10-123-5/+14
|
* x11/hs-xmobar: Update to 0.28.arrowd2018-10-122-8/+10
| | | | | | PR: 232057 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: tcberner (mentor)
* Update to 0.2.2cs2018-10-122-4/+4
|
* Revert r48184, it break ports depending on py-obfsproxy-torantoine2018-10-121-4/+2
| | | | | With hat: portmgr Pointy hat: cs and yuri
* - Mark as IGNORE as it has been superseded many years agocs2018-10-121-2/+4
| | | | | | | - add Python noflavor PR: 230358 Submitted by: yuri@
* Add USE_PYTHON=noflavors; Remove PKGNAMEPREFIX - because nyx is an appcs2018-10-121-2/+2
| | | | | PR: 230357 Submitted by: yuri@
* Fix the build for when NLS is deselected.kwm2018-10-121-2/+3
| | | | | | | | | Disable both nls and i18n support. NLS only disabled gettext support, but intltool still needs gettext to work. Which resulted in the configure script failing. Move the intltool requirement to the NLS option as a result. PR: 232120 Reported by: Trond.Endrestol@ximalas.info
* New port: sysutils/py-pyznap: ZFS snapshot tool written in Python0mp2018-10-125-0/+53
| | | | | | | | | | | | | | | | pyznap is a ZFS snapshot management tool. It automatically takes and deletes snapshots and can send them to different remote and local backup locations. For example, it is possible to specify a policy for a given filesystem in the pyznap.conf file and then use cron to let it run once per quarter-hour. WWW: https://github.com/yboetz/pyznap PR: 232161 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (previous version) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17520
* Update to 4.1.1joneum2018-10-112-4/+4
| | | | | | PR: 232156 Reported by: maintainer Sponsored by: Netzkommune GmbH
* Update to 1.5.2joneum2018-10-112-4/+4
| | | | | | | | | | changelog: https://blog.gitea.io/2018/10/gitea-1.5.2-is-released/ PR: 232123 Reported by: maintainer MFH: 2018Q4 Security: cb539d4e-cd68-11e8-8819-00e04c1ea73d Sponsored by: Netzkommune GmbH
* Add entry for www/giteajoneum2018-10-111-0/+27
| | | | | | PR: 232123 Reported by: maintainer Sponsored by: Netzkommune GmbH
* Update to 2.11bapt2018-10-112-13/+9
|
* Update devel/tbb to version 2019.1 and bump dependent ports' revisionsmartymac2018-10-1117-18/+19053
| | | | Also, reintegrate HTML documentation that was removed in previous version.
* graphics/xli: Fix bad absolute symlinkstobik2018-10-112-5/+5
| | | | | PR: 224230 Reported by: wosch
* multimedia/libdca: Fix bad absolute symlinkstobik2018-10-112-0/+12
| | | | | PR: 224230 Reported by: wosch
* multimedia/tvheadend: Fix build with mips/mips64/powerpc64decke2018-10-111-6/+2
| | | | | PR: 232037 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* - Update to 2.138.2lwhsu2018-10-112-4/+4
| | | | | | | Approved by: swills (maintainer, implicitly) MFH: 2018Q4 Security: 3350275d-cd5a-11e8-a7be-3497f683cb16 Sponsored by: The FreeBSD Foundation
* net-mgmt/unifi5: Update to 5.9.29feld2018-10-112-4/+4
| | | | Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-SDN-Controller-5-9-29-Stable-has-been-released/ba-p/2516852
* - Update to 2.146lwhsu2018-10-112-5/+5
| | | | | | MFH: 2018Q4 Security: 3350275d-cd5a-11e8-a7be-3497f683cb16 Sponsored by: The FreeBSD Foundation
* Document Jenkins Security Advisory 2018-10-10lwhsu2018-10-111-0/+43
| | | | Sponsored by: The FreeBSD Foundation
* rmport: if the user edited the commit message, ask again afterwards.rene2018-10-111-4/+7
| | | | This is in line with asking for recreating the diffs and "fixes" the workflow.
* net-mgmt/unifi-lts: Update to 5.6.40feld2018-10-112-4/+4
| | | | Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-SDN-Controller-5-6-40-LTS-Stable-has-been-released/ba-p/2488202
* Update to 4.2.1, and ignore php56.vanilla2018-10-115-90/+22
|
* www/mod_http2-devel: Update to 1.11.3brnrd2018-10-112-6/+7
|
* net/wireguard: Add rc.d scriptdecke2018-10-112-0/+40
| | | | Submitted by: Steve Hay <hay.steve@gmail.com>
* Mark devel/memleax as broken and deprecate ittobik2018-10-111-0/+4
| | | | It does not appear to work correctly on supported FreeBSD versions.
* devel/memleax: Take maintainershiptobik2018-10-111-1/+1
| | | | | PR: 228604 Approved by: maintainer timeout (4 months)
* Update to 0.4.25 release.ale2018-10-112-4/+4
|
* textproc/tagsoup: Update MASTER_SITES and WWWtobik2018-10-112-3/+5
| | | | | | | | | While here - Fix bad absolute symlink - Mark as architecture independent PR: 228090 Submitted by: Lars Herschke <lhersch@dssgmbh.de>
* - Update to 1.43wen2018-10-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/XML-XPath
* Update wemux port to include latest bug fixes from another forked version ofcs2018-10-114-87/+16
| | | | | | it. This new fork also adds manpages. PR: 230014
* net/bosh-bootloader: Update to 6.10.18dumbbell2018-10-112-4/+4
| | | | | | | Release notes: * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.10.18 Sponsored by: Pivotal Software, Inc.
* net/cf: Update to 6.40.0dumbbell2018-10-112-4/+4
| | | | | | | Release notes: * https://github.com/cloudfoundry/cli/releases/tag/v6.40.0 Sponsored by: Pivotal Software, Inc.
* devel/pcsc-lite: Clean up & update MASTER_SITES.0mp2018-10-113-13/+16
| | | | | | | | | | | | | | - Update MASTER_SITES, upstream moved to https://pcsclite.apdu.fr - Update WWW - Improve COMMENT - Add GPLv3+ to LICENSE as it is mentioned in the license file - Pet portlint: - Sort variables (clean up the USE* section) - Make pkg-message more readable Reviewed by: krion, mmokhi Approved by: krion (mentor), mmokhi (maintainer) Differential Revision: https://reviews.freebsd.org/D17480
* - Fix typowen2018-10-111-1/+1
| | | | Spotted by: tobik@
* security/heimdal: Chase cracklib dictionary rename from r408137tobik2018-10-112-2/+2
| | | | | | PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary
* Bump PORTREVISION for r481790antoine2018-10-111-0/+1
|
* - Fix LICENSEamdmi32018-10-112-7/+9
| | | | | | | | - Add LICENSE_FILE - Pet portlint - Add NO_ARCH - Simplify installation - Update WWW
* security/pecl-crack: Chase cracklib dictionary rename from r408137tobik2018-10-111-3/+2
| | | | | | | | This also makes all tests pass. PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary
* - Update to 7.6.31wen2018-10-113-6/+9
| | | | | | | - Mark DEPRECATED PR: 232113 Submitted by: freebsd-ports@charlieroot.de(maintainer)
* security/p5-Crypt-Cracklib: Chase cracklib dictionary rename from r408137tobik2018-10-111-2/+2
| | | | | | PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary
* mail/qmailadmin: Chase cracklib dictionary rename from r408137tobik2018-10-112-3/+3
| | | | | | PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary
* devel/arm-none-eabi-gcc: Unbreak on arm64manu2018-10-112-376/+375
| | | | | | | Same as r478209. The plugins aren't build on arm64 so remove the files from the plist. Approved by: bapt (mentor), maintainer timeout (3 weeks)
* devel/concurrencykit: Enable build on aarch64manu2018-10-111-1/+0
| | | | | | | Build issues have been resolved upstream a while ago. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17205
* misc/raspberry-userland: Order USE* sectionmanu2018-10-111-2/+2
| | | | | | Reported by: mat Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17225
* sysutils/flashrom: Enable buspirate interface by defaultmanu2018-10-111-7/+5
| | | | | | | | Tested with my buspirate and two spi flash. While here, pet portlint. Approved by: mizhka@gmail.com (maintainer), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17350
* - Add LICENSEamdmi32018-10-112-0/+6
| | | | | | | - Add NO_ARCH - Add WWW Approved by: portmgr blanket
* audio/qsynth: Update to 0.5.3tobik2018-10-112-4/+4
| | | | Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
* Update to latest snapshot.ale2018-10-112-5/+5
|
* databases/pymongo: Update to 3.7.2farrokhi2018-10-112-6/+5
|
* Fix build with openssl 1.1.x.ale2018-10-111-0/+1203
| | | | | PR: 228897 Submitted by: brnrd
* Update to 2.12.7 release.ale2018-10-112-4/+4
|
* www/squid: fix bug in 4.3, no connections are accepted after ECONNABORTEDpi2018-10-112-0/+39
| | | | | | | | | | | - without the fix, squid locks up every couple of hours, no longer accept(2)-ing new connections, and needs to be restarted. PR: 231950 Submitted by: Mark.Martinec@ijs.si Reviewed by: Oleh Hushchenkov <gor@clogic.com.ua> Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer) Obtained from: https://bugs.squid-cache.org/show_bug.cgi?id=4889
* Update to 0.5.2matthew2018-10-113-4/+17
| | | | | | Add a patch to delete two unicode characters added to README.rst, which causes an exception when compiling for python-3.6. This will be reported upstream.
* multimedia/mythtv: Fix fetchtobik2018-10-111-3/+3
| | | | | | | | The dynamically generated tarball seems to have been rerolled. There are only metadata differences between the two tarballs according to diffoscope [1]. [1] https://people.freebsd.org/~tobik/logs/diffoscope-mythtv-29.1_2,1.html
* devel/py-aiortc: create portswills2018-10-114-0/+41
| | | | | | | | aiortc is a library for Web Real-Time Communication (WebRTC) and Object Real-Time Communication (ORTC) in Python. It is built on top of asyncio, Python's standard asynchronous I/O framework. WWW: https://github.com/jlaine/aiortc/
* - Update to 18.09ashish2018-10-113-106/+83
| | | | | | - Remove ZLIB option, as ezlib component is mandatory now PR: 231767
* editors/emacs-devel: Fix build on 10.4 and updatejrm2018-10-113-20/+14
| | | | | | | | | | | Recent changes in upstream's master branch mean a newer makeinfo than is available in the 10.4 base system is required, so add print/texinfo to BUILD_DEPENDS. While here, also update to the tip of upstream's master branch and silence portlint warnings about USE_GNOME without USES=gnome. Reported by: pkg-fallout, antoine
* science/simint: Update 0.7 -> 0.8yuri2018-10-113-5/+17
| | | | Reported by: portscout
* shells/oksh: update to 20181009swills2018-10-112-5/+23
| | | | | | | While here, add static and curses options PR: 232127 Submitted by: Brian Callahan <bcallah@openbsd.org> (maintainer)
* www/edbrowse: Update to 3.7.4swills2018-10-113-67/+12
| | | | | PR: 232137 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
* lang/duktape: Update to 2.3.0swills2018-10-113-19/+19
| | | | | PR: 232139 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
* databases/pecl-cassandra: Update to 1.3.2swills2018-10-112-4/+4
| | | | | PR: 232157 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
* textproc/py-citeproc-py: Correct WWWyuri2018-10-111-1/+1
|
* - Bump PORTREVISION to chase pkg PORTREVISION bumpzi2018-10-111-1/+1
|
* - Bump PORTREVISION to chase openssl update in CURRENTzi2018-10-111-1/+1
|
* This project is a minimalistic implementation of a port/recipe systemwen2018-10-114-0/+27
| | | | | | | for developers. Because "Works on my machine" is unacceptable for a library maintainer. WWW: https://github.com/luislavena/mini_portile
* devel/qt5-core: unbreak on armv7 after r479286jbeich2018-10-111-0/+18
| | | | | | | | | | | | global/qfloat16.cpp:149:31: error: use of undeclared identifier 'vcvt_f16_f32' vst1_f16(out_f16 + i, vcvt_f16_f32(vld1q_f32(in + i))); ^ global/qfloat16.cpp:159:28: error: use of undeclared identifier 'vcvt_f32_f16' vst1q_f32(out + i, vcvt_f32_f16(vld1_f16(in_f16 + i))); ^ PR: 231293 Approved by: maintainer timeout (1 month)
* math/fftw3: drop FreeBSD 11.1 support per EOLjbeich2018-10-111-3/+0
| | | | PR: 220590 (for tracking)
* graphics/colmap: drop FreeBSD 11.1 support per EOLjbeich2018-10-111-9/+0
|
* deskutils/py-khard: console carddav client. New port.rigoletto2018-10-115-0/+56
| | | | | | | PR: 227807 Submitted by: Andreas Bilke <freebsd.org@bilke.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17491
* deskutils/py-khal: update to version 0.9.10.rigoletto2018-10-113-18/+8
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17510
* Remove expired ports:rene2018-10-1122-1348/+5
| | | | | | | | 2018-10-09 net-mgmt/zabbix2-server: End of Life was August, 2017 2018-10-09 net-mgmt/zabbix2-agent: End of Life was August, 2017 2018-10-09 net-mgmt/zabbix2-frontend: End of Life was August, 2017 2018-10-09 net-mgmt/zabbix2-java: End of Life was August, 2017 2018-10-09 net-mgmt/zabbix2-proxy: End of Life was August, 2017
* Fix build with openssl 1.1.1antoine2018-10-112-4/+139
| | | | | | | PR: 225919 Submitted by: Nathan Owens Obtained from: https://github.com/x42/liboauth/issues/9 With hat: portmgr
* math/primme: Update 2.1 -> 2.1.20181010 (current revision)yuri2018-10-116-48/+5
| | | | | | Several relevant bugs were fixed: * SONAME was added * Some patches aren't needed now
* Update to 0.79sunpoet2018-10-112-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/Toadfarm
* Update to 2.28sunpoet2018-10-113-7/+8
| | | | Changes: https://metacpan.org/changes/distribution/POE-Component-Server-SimpleHTTP
* Update to 0.14sunpoet2018-10-112-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/MojoX-Renderer-Xslate
* Update to 3.17sunpoet2018-10-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/HTTP-BrowserDetect
* Add LICENSEsunpoet2018-10-111-3/+5
|
* Sort PLISTsunpoet2018-10-111-2/+2
|