summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-19Fix build of editors/calligraplan.Adriaan de Groot
The patch is from upstream, via openSUSE, and modified so it just hard-codes the version of KDE Frameworks (KCalCore in particular) in ports at this time. That makes it pick the new API introduced in KF5 5.61. Reported by: pkg-fallout
2019-08-19multimedia/shotcut: update to 19.08.16Fernando Apesteguía
Too many changes: ChangeLog: https://shotcut.org/blog/new-release-190816/ Reported by: portscout
2019-08-19devel/cargo-tree: Improve COMMENTYuri Victorovich
2019-08-19. Update to 4.5.2Greg Lewis
This is the final version of the 4.x series and a patch version bump. There is a 5.x series, but this likely needs to be moved to a jna4 port and the dependencies updated before doing so. I've done some light testing of elasticsearch6 with this without seeing any problems. . Add a JAVA_VERSION specification and restrict it to Java 8 This does not compile with Java 11. I haven't tried 6, 7, 9 or 10, but all of those are potentially going away soon, so it is kind of pointless to do so.
2019-08-19New port: devel/cargo-tree: Rust subcommand to visualize a dependency graph ↵Yuri Victorovich
in a tree-like format
2019-08-19Add dns/nsdJochen Neumeister
PR: 239964 Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Sponsored by: Netzkommune GmbH
2019-08-19- Update to 2.5.3Dmitry Marakasov
- Whitespace fix - Fix incorrect substitutions and sorting in plist PR: 239908 Submitted by: amdmi3 Approved by: lbartoletti@tuxfamily.org (maintainer)
2019-08-19devel/boost-*: update to 1.71.0Jan Beich
Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
2019-08-19ports-mgmt/portfmt: Update to latest commitTobias Kortkamp
Changes: https://github.com/t6/portfmt/commits/cce65716454e8601bfffff0b07d592b960722cc4
2019-08-19Mk/bsd.sites.mk: Fix fetch with GL_TUPLE site:account:project:commit:group ↵Tobias Kortkamp
style entries Something like GL_TUPLE= https://gitlab.redox-os.org:redox-os:calc:afba9c5d184ddb9db5e4e71dc357da0499e212cf:calculate fails to fetch because GL_SITE_calculate still has the colon left after parsing: => Attempting to fetch https://gitlab.redox-os.org:/redox-os/calc/repository/afba9c5d184ddb9db5e4e71dc357da0499e212cf/archive.tar.gz?dummy=/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz fetch: https://gitlab.redox-os.org:/redox-os/calc/repository/afba9c5d184ddb9db5e4e71dc357da0499e212cf/archive.tar.gz?dummy=/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz: parse error $ make -V GL_SITE_calculate https://gitlab.redox-os.org: Changing the already complex regular expressions to correct this would make them even more complex. Instead we correct the :: that appears in GL_SITE after parsing GL_TUPLE. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21171
2019-08-19Update to 0.11.2.Vanilla I. Shu
2019-08-19Update to 4.4.4.Vanilla I. Shu
2019-08-19Update php-composer to 1.9.0Guido Falsi
PR: 239948 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2019-08-19Pass -no-daemon to gradle more directly.Cy Schubert
PR: 239903 Submitted by: tobik@ Reported by: tobik@
2019-08-19Add a QA check warning porters about non UCL pkg-message files.Mathieu Arnold
Reviewed by: adamw Differential Revision: https://reviews.freebsd.org/D21262
2019-08-19If pkg-message is not a UCL file, assume the message is "install" only.Mathieu Arnold
Reviewed by: adamw Differential Revision: https://reviews.freebsd.org/D21262
2019-08-19Update to latest commit.Mathieu Arnold
2019-08-19Update to v5.31.2-112-gbefef3681f.Mathieu Arnold
2019-08-19Use USE_GITHUB properly.Mathieu Arnold
Pointy hat: adridg arved
2019-08-19Some @comment $FreeBSD$ always creep back, for some reason.Mathieu Arnold
Pointy hat: pi rodrigo
2019-08-19net-im/py-slackclient: Update to 2.1.0Kubilay Kocak
aiodns is (was) actually an optional dependency. Add an ASYNCDNS option for now until upstream work out a good name for it [1] Changelog: https://slack.dev/python-slackclient/changelog.html#v2-1-0-2019-07-01 Note: Missing from changelog, but also fixed: https://github.com/slackapi/python-slackclient/issues/451 [1] https://github.com/slackapi/python-slackclient/issues/433 PR: 239462 Submitted by: <wcarson.bugzilla disillusion.net> MFH: 2019Q3 (blanket: bugfix release)
2019-08-19Revert r509253. The suggested solution does not work after all inCy Schubert
poudriere. The JAVA and JAVA_MOD options may need BROKEN unless this can be resolved. PR: 239903 Tested by: tobik@
2019-08-19x11/xdm: Fix pkg-plist when XDMSHELL option is enabledKubilay Kocak
The xdmshell man page was moved from section 1 to section 8, which wasn't reflected in pkg-plist in ports r509218 PR: 239963 Reported by: <m.ne gmx net> Approved by: zeising (x11, maintainer, via email)
2019-08-19lang/seed7: update to 05_20190818Pietro Cerutti
20190818: - Interpreter and compiler have been improved to work correct, when a derived struct overrides an element of the parent struct. Many thanks go to Zachary Menzies, for reporting this error and for providing a test program. - In the FAQ the explanation, why Seed7 uses UTF-32, has been improved. An explanation of the database abstraction layer, which provides an database independent API, has also been added to the FAQ. - In the manual the chapter about the deprecated function removeAnyFile() has been replaced by a chapter about the function removeTree(). - The program db7.sd7 (Database Inspector) has been improved quote a table name from the catalog when doing a select. - The program sql7.sd7 has been improved to allow the execution of SQL statements from a file. The function getSqlStatement has been added, which reads a semicolon terminated SQL statement from a file. - The library tar.s7i has been improved to accept extended headers with meta data (PAX format) also when a tar file is opened as file system with openTar(). The function readMinimumOfHead has been improved to do this. - A code page for JIS X 0201 encoding has been added to charsets.s7i. - The program err.sd7 has been improved to contain test cases, where UTF-16 surrogate characters and non Unicode characters are written as Seed7 string escape sequences. - In sql_oci.c the function sqlOpenOci() has been improved to allow opening a database with host name, port and database name. This way a database can be opened without an entry in tnsnames.ora. The type connectDataRecord and the function setupConnectData() have been added to sql_oci.c. - The functions sqlOpenMy (in sql_my.c) and sqlOpenPost (in sql_post.c) have been improved to allow opening a database with host name, port and database name. Now host, port and dbName are parameters. Before the functions split the parameter dbName into host and database name. Specifying a port was not possible. - In sql_odbc.c the function sqlOpenOdbc() has been improved to allow opening a database with ODBC driver name, server name and database name. This way a database can be opened without specifying a data source in the ODBC Data Source Administrator (in the Control Panel). The type connectDataRecord and the functions getRegularName(), wstriSearchCh(), wstriSearch(), connectToServer(), connectToDriver() and driverConnect() have been added to sql_odbc.c. A definition of SQL_NEED_DATA has been added to db_odbc.h. - In sql_rtl.c the function sqlErrMessage() has been improved to allow database error messages encoded in UTF-8. - The function sqlOpen() has been removed from sql_rtl.c. - The function width() has been added to string.s7i and seed7_05.s7i. This function computes the sum of the character widths in a string. A character width can be 0 (for control characters), 1 (for normal printable characters) and 2 (for fullwidth characters, e.g. KANJI). - The library console.s7i has been improved to use the function
2019-08-19Update to upstream release 0.21.13Thomas Zander
Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.13/NEWS - Includes a fix for spurious crackling sound with the MAD plugin MFH: 2019Q3 (hat: ports-secteam)
2019-08-19Connect www/wt3 to the build.Rene Ladan
Reported by: antoine
2019-08-19science/py-OpenFermion: Update 0.9.0 -> 0.10.0Yuri Victorovich
Reported by: portscout
2019-08-19Unregister removed samba46 and samba47Rene Ladan
2019-08-19Remove expired ports:Rene Ladan
2019-08-19 net/samba46: yes 2019-08-19 net/samba47: yes
2019-08-19Remove BROKEN from graphics/fraqtive.Adriaan de Groot
The sources have moved to github. Not taking maintainership, though. Builds fine against current Qt 5.12, with SSE also fills a WQHD screen almost instantly, so it's fine.
2019-08-19devel/py-qutip: Update 4.4.0 -> 4.4.1Yuri Victorovich
Reported by: portscout
2019-08-19- Fix LICENSEDmitry Marakasov
- Update WWW Approved by: portmgr blanket
2019-08-19textproc/re-flex: update to 1.3.8 which includes performance improvementsPietro Cerutti
Release notes: https://github.com/Genivia/RE-flex/releases/tag/v1.3.5 https://github.com/Genivia/RE-flex/releases/tag/v1.3.6 https://github.com/Genivia/RE-flex/releases/tag/v1.3.7 https://github.com/Genivia/RE-flex/releases/tag/v1.3.8
2019-08-19math/SoPlex: License permissions updateYuri Victorovich
PR: 231230 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
2019-08-19biology/checkm: Update 1.0.17 -> 1.0.18Yuri Victorovich
Reported by: portscout
2019-08-19security/py-ntlm-auth: Update 1.3.0 -> 1.4.0Yuri Victorovich
Reported by: portscout
2019-08-19science/jmol: Update 14.29.50 -> 14.29.51Yuri Victorovich
Reported by: portscout
2019-08-19net/ceph13: upgrade 13.2.1 -> 13.2.6Kurt Jaeger
PR: 239958 Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer) Relnotes: https://ceph.io/releases/v13-2-6-mimic-released/
2019-08-19math/rumur: Update 2019.07.21 -> 2019.08.18Yuri Victorovich
Reported by: portscout
2019-08-19Update to the 20190816 snapshot of GCC 8.3.1.Gerald Pfeifer
This brings some fixes for Fortran, C++, and rs6000 (aka powerpc*).
2019-08-19devel/py-PeachPy: Update to the newer version g20180225 (01d1515) that is ↵Yuri Victorovich
available on GitHub Based on the input of the GH user Maratyszcza.
2019-08-19Address left over gradle daemons under poudriere when JAVA optionsCy Schubert
selected. PR: 239903 Suggested by: tobik@ Reported by: tobik@ Obtained from: openjfx8-devel port
2019-08-19net/libbgpdump: upgrade 1.4.99.15 -> 1.6.0Kurt Jaeger
PR: 239953 Submitted by: Anton Yuzhhhaninov <citrin+pr@citrin.ru> Approved by: mjl@luckie.org.nz (maintainer) Relnotes: https://bitbucket.org/ripencc/bgpdump/src/default/ChangeLog
2019-08-19Update sysutils/virtualmin to version 6.07.Jimmy Olgeni
2019-08-19misc/zoneinfo: install zone1970.tab and other fixesThomas Munro
Install zone1970.tab in addition to zone.tab (like D20646 for base). The old logic to remove countries from zone.tab doesn't port to zone1970.tab since some lines might have to be patched more than once. Replace it with some awk. Remove LEAPFILE reference that wasn't being set anyway. Fix plist entry for Etc/UCT, which is (since 2019a) part of "backward" and not present otherwise. Make BACKWARD not be the default, since (a) it's not the base system's default and (b) that stuff is all deprecated. Update comment about check-plist to include a reminder to check both with and without BACKWARD (this would have caught the existing plist error). Remove no-longer-needed include of bsd.port.pre.mk. Fix location and name of iso3166 file in comments in zone1970.tab, also to match base system. Add back a test-pkgplist target, because it turns out check-plist is not strict enough to handle the case of moving entries into or out of the "backward" set; check-plist doesn't error if a file is present in STAGEDIR but is commented out in the plist, but we want that to be noticed. Submitted by: Andrew Gierth <andrew@tao11.riddles.org.uk> Reviewed by: philip, skreuzer, tmunro Approved by: skreuzer (maintainer), allanjude (src mentor) Differential Revision: https://reviews.freebsd.org/D20981
2019-08-19- Fix portlint warning.Stephen Montgomery-Smith
2019-08-18Update to 2.11.335Sunpoet Po-Chuan Hsieh
Changes: https://github.com/aws/aws-sdk-ruby/releases
2019-08-18Update to 2.11.335Sunpoet Po-Chuan Hsieh
Changes: https://github.com/aws/aws-sdk-ruby/releases
2019-08-18Update to 2.11.335Sunpoet Po-Chuan Hsieh
Changes: https://github.com/aws/aws-sdk-ruby/releases
2019-08-18security/vuxml: add vuxml entry for webmin and usermin (CVE-2019-15107).Jimmy Olgeni