Commit Graph

21538 Commits

Author SHA1 Message Date
Tobias Kortkamp 5bc5c8fa0a Mk/Uses/go.mk: Drop PLIST_SUB for GO_PKGNAME
GO_PKGNAME defaults to ${PORTNAME}.  As a result it is often too
general and can produce bad results with make makeplist.  For
example, in mail/aerc it produces bogus entries like

man/man5/%%GO_PKGNAME%%-sendmail.5.gz

since GO_PKGNAME=aerc there.

Having it in PLIST_SUB was only useful for Go libraries which we
no longer support.  Only 2 ports use it currently but do not really
need to and are easily fixed.

Approved by:	dg@syrec.org (maintainer)
Differential Revision:	https://reviews.freebsd.org/D21114
2019-08-01 06:25:44 +00:00
Richard Gallamore de8b6fbf8e Updated to 5.1.48
Changes: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-48.html
2019-08-01 03:31:17 +00:00
Richard Gallamore 32984ea5b2 Updated to 8.0.17
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-17.html
2019-08-01 03:30:43 +00:00
Tobias C. Berner a5b210399a graphics/poppler: update to 0.79.0
Release 0.79.0:
        core:
         * Fix regression on TextSelectionPainter
         * Fix parsing of DefaultAppearance
         * Fix memory leak in PostScriptFunction
         * Fix crashes in fuzzed files

        qt5:
         * Implemented support for setIcon by changing appearance
         * Added option to set the form available to print
         * QString::null is deprecated, use QString()
         * Replace deprecated qStableSort with std::stable_sort

        build system:
         * Turn README into README.md and expand it

PR:		239277
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-07-31 21:14:15 +00:00
Matthew Seaman ff9a4571e6 Update to 8.3.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-07-31 19:09:43 +00:00
Sunpoet Po-Chuan Hsieh 4f3e0d828f Bump PORTREVISION for devel/protobuf shlib change 2019-07-31 16:38:52 +00:00
Romain Tartière 4e22901d58 Update to 6.4.0
Release notes:
https://puppet.com/docs/puppetdb/6.4/release_notes.html#puppetdb-640

With hat:	puppet
2019-07-30 20:27:15 +00:00
Kai Knoblich ba97455c63 databases/sfcgal: Update to 1.3.7
Changelog:

* Fix compilation with CGAL 4.14
* Build Triangulation even with intersecting constraint edges
* Fix C API headers

PR:		239453
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-07-30 04:35:33 +00:00
Piotr Kubaj 670fcd2115 databases/p5-DBD-mysql: fix build on GCC architectures
--libs needs -L/usr/local/lib/gcc9 to find libatomic (needed since MySQL 5.7) on GCC architectures.

PR:		239505
Approved by:	mat (mentor, maintainer)
2019-07-29 19:15:18 +00:00
Matthew Seaman 67a1f26446 Update to 2.2.2
ChangeLog:	https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
2019-07-29 18:08:24 +00:00
Kai Knoblich 4a5d583751 databases/opendbviewer: Update to 1.1.1
* Rebase the patch for CMakeLists.txt that has changed its identation level

Changelog:

* Don't clear connection information if connection fails
* Fix icon
* Disable GUI console

PR:		239450
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
MFH:		2019Q3
2019-07-28 22:38:26 +00:00
Piotr Kubaj ebddcee78d databases/freetds-devel: fix build with GCC-based architectures
Base GCC doesn't have __builtin_bswap16:
./.libs/libtdssrv.a(lt1-login.o):(.text+0x166c): undefined reference to `__builtin_bswap16'

Approved by:	mentors (implicit approval)
2019-07-28 20:13:27 +00:00
Kai Knoblich 3cb9f060c3 databases/postgresql-prefix: Update to 1.2.9
* Pet portlint by fixing whitespace issues in pkg-plist while I'm here.

Changelog:

* Add support for PostgreSQL 12

PR:		239452
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-07-28 16:13:28 +00:00
Sunpoet Po-Chuan Hsieh 1a12fb894d Update to 0.9.8
- While I'm here, cosmetic change

Changes:	https://github.com/opengisch/pum/releases
PR:		239454
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-07-27 11:58:00 +00:00
Sunpoet Po-Chuan Hsieh aa965a8af6 Remove useless pkg-install
Differential Revision:	https://reviews.freebsd.org/D20216
Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-07-27 11:57:49 +00:00
Sunpoet Po-Chuan Hsieh df66e0780e Update to 1.03
Changes:	https://metacpan.org/changes/distribution/DBIx-Perlish
2019-07-27 11:56:46 +00:00
Sunpoet Po-Chuan Hsieh 866adffead Use PGSQL_VER_NODOT 2019-07-27 11:54:14 +00:00
Sunpoet Po-Chuan Hsieh 5edb3f8484 Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2019-07-27 11:53:22 +00:00
Sunpoet Po-Chuan Hsieh e4084c6f63 Resurrect databases/pecl-memcache and update to 4.0.4
Changes:	https://github.com/websupport-sk/pecl-memcache/releases
PR:		239320
Submitted by:	Daniel Morante <daniel@morante.net>
2019-07-27 11:51:41 +00:00
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Tobias Kortkamp 97804ade38 databases/pgmetrics: Switch to USES=go:modules
- Remove unneeded targets
- Drop nop BUILD_AS_NON_ROOT while here
- Fix build with go1.13beta1

===>  Building for pgmetrics-1.7.0
$GOPATH/go.mod exists but should not
*** Error code 1

PR:		238930
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	girgen (maintainer timeout, 24 days)
2019-07-26 07:30:33 +00:00
Muhammad Moinur Rahman 4e66b621ef databases/freetds-devel: Update version 1.1.25=>1.1.50 2019-07-25 17:27:41 +00:00
Mark Linimon a00547aa72 Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".

In some cases we only need to specifically test for "are we on the ancient
base gcc", e.g, the usage of 'pragma'.

While here, in some cases turn off SSE functions more specifically based
on ARCH, and turn off -mtune=generic everywhere.  These are part of a
larger work in progress; these commits are for ports that would have
been touched by the the powerpc-on-clang test regardless.

Approved by:	portmgr (tier-2 blanket)
2019-07-25 02:33:12 +00:00
Muhammad Moinur Rahman 938c753ca1 databases/freetds: Update version 1.1.6=>1.1.11 2019-07-24 18:35:56 +00:00
Kevin Bowling 1b4b1d290b databases/timescaledb: Update to 1.4.0
Changelog https://github.com/timescale/timescaledb/releases/tag/1.4.0

Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D21046
2019-07-24 17:40:19 +00:00
Sunpoet Po-Chuan Hsieh 8a2d31ea27 Update to 4.15
Changes:	https://metacpan.org/changes/distribution/Mojo-Pg
2019-07-24 16:56:36 +00:00
Pietro Cerutti 2ec3dc5d48 databases/cassandra-cpp-driver: update to 2.13.0
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.12.0
https://github.com/datastax/cpp-driver/releases/tag/2.13.0
2019-07-24 07:47:50 +00:00
Timur I. Bakeyev 5e4d5a50ce Forgot to commit the ldb15 out of the sudden... 2019-07-23 22:16:35 +00:00
Timur I. Bakeyev e988a0f772 Repocopy for ldb15 2019-07-23 22:14:20 +00:00
Sunpoet Po-Chuan Hsieh 37628a8f04 Drop python 2.7 support
This port requires numpy<=1.16 for python 3.4 and below. Since we have py-numpy 1.16.4, drop python 2.7 support.

from setup.py:
numpy_required_version = 'numpy<=1.16' if sys.hexversion <0x3050000 else 'numpy>=1.7'
2019-07-23 16:16:58 +00:00
Sunpoet Po-Chuan Hsieh e1211e56dd Update to 4.14
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Mojo-Pg
2019-07-23 16:16:47 +00:00
Li-Wen Hsu d986d774c2 - Update to 1.0.11 2019-07-23 06:56:24 +00:00
Vasil Dimov f8b9a0372a databases/mysqlwsrep57-server: Upgrade from 5.7.25 to 5.7.26
PR:		239374
Submitted by:	Teemu Ollakka <teemu.ollakka@galeracluster.com>
2019-07-23 06:24:24 +00:00
Sunpoet Po-Chuan Hsieh 2a9282e3a7 Update to 1.992
Changes:	https://metacpan.org/changes/distribution/Redis
2019-07-22 19:04:19 +00:00
Sunpoet Po-Chuan Hsieh 28250fed6c Update to 0.63
Changes:	https://metacpan.org/changes/distribution/BerkeleyDB
2019-07-22 19:04:14 +00:00
Sunpoet Po-Chuan Hsieh 804b82790a Update to 1.3.6
Changes:	https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html
2019-07-22 19:03:26 +00:00
Vasil Dimov 7277b3486d databases/mysqlwsrep56-server: Upgrade from 5.6.43 to 5.6.44
PR:		239373
Submitted by:	Teemu Ollakka <teemu.ollakka@galeracluster.com>
2019-07-22 15:34:37 +00:00
Vasil Dimov 323fa03983 databases/galera: Upgrade from 25.3.26 to 25.3.27
PR:		239294
Submitted by:	Teemu Ollakka <teemu.ollakka@galeracluster.com>
2019-07-22 10:23:19 +00:00
Sunpoet Po-Chuan Hsieh 67a9f244db Update to 0.23
Changes:	https://metacpan.org/changes/distribution/Redis-Fast
PR:		239357
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in> (maintainer)
2019-07-21 20:50:30 +00:00
Sunpoet Po-Chuan Hsieh 6e0b477786 Update to 1.992
- Add LICENSE_FILE
- Add NO_ARCH
- Sort TEST_DEPENDS

Changes:	https://metacpan.org/changes/distribution/Redis
2019-07-21 20:49:31 +00:00
Sunpoet Po-Chuan Hsieh 9608cb6bd0 Update to 0.62
Changes:	https://metacpan.org/changes/distribution/BerkeleyDB
2019-07-21 20:49:26 +00:00
Sunpoet Po-Chuan Hsieh 799af80d18 Update to 0.10.10
Changes:	https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
2019-07-21 20:49:11 +00:00
Sunpoet Po-Chuan Hsieh 00c4df10c8 Update to 0.4.3
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2019-07-21 20:47:34 +00:00
Sunpoet Po-Chuan Hsieh e16aff7338 Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
2019-07-21 20:47:29 +00:00
Sunpoet Po-Chuan Hsieh d273b53ab5 Update to 1.6.0
Changes:	https://github.com/TileDB-Inc/TileDB/releases
		https://github.com/TileDB-Inc/TileDB/blob/1.6.0/HISTORY.md
2019-07-21 20:46:13 +00:00
Florian Smeets 833408fb50 Update to 5.6.44-86.0 2019-07-20 10:11:07 +00:00
Florian Smeets 376d4c2437 Update to 3.0.13
PR:		239113
Submitted by:	Vikash Badal <vikashb@where-ever.za.net>
2019-07-20 08:14:19 +00:00
Piotr Kubaj 2d0506782c databases/tarantool-c: fix build with GCC-based architectures
mp_unreachable is not detected by base GCC:
/usr/local/include/msgpuck.h:190: warning: inline function 'mp_unreachable' declared but never defined

Approved by:	mentors (implicit approval)
2019-07-19 09:40:00 +00:00
Dmitry Marakasov 5d3e468a24 - Add NO_ARCH
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-07-19 09:02:17 +00:00
Li-Wen Hsu 690356dc29 Fix plist
PR:		238846
Submitted by:	jbeich
Approved by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-07-19 06:25:56 +00:00