Commit graph

13 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
148910742f Update to 1.7.6
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-09-26 18:12:58 +00:00
Sunpoet Po-Chuan Hsieh
3538f24405 Update to 1.7.5
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-09-12 19:06:43 +00:00
Sunpoet Po-Chuan Hsieh
8da3552b05 Update to 1.7.3
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-08-01 16:15:19 +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
Sunpoet Po-Chuan Hsieh
8360910366 Update to 1.7.2
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-05-21 18:03:39 +00:00
Sunpoet Po-Chuan Hsieh
e135b7f151 Update to 1.7.1
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-04-26 20:45:35 +00:00
Sunpoet Po-Chuan Hsieh
46eaf01f3e Update to 1.7.0
- Use PGSQL_VER_NODOT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/okbob/plpgsql_check/releases
2019-04-18 17:59:43 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Mark Linimon
078a5d7419 Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-24 00:54:27 +00:00
Yuri Victorovich
4cceb98fa2 Correction to r473019: Revert the unintended change to the 'Created by' headers. 2018-06-22 08:28:00 +00:00
Yuri Victorovich
d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00
Torsten Zuehlsdorff
b1a51c27b0 databases/plpgsql_check: Add missing stripping 2017-07-06 09:23:27 +00:00
Torsten Zuehlsdorff
f06ccb42f2 New port: databases/plpgsql_check
Plpgsql_check is next generation of plpgsql_lint. It allows to check source
code by explicit call plpgsql_check_function. The SQL statements inside
PL/pgSQL functions are checked by validator for semantic errors. These errors
can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL
9.3, 9.4, 9.5, 9.6 and 10 are supported.

WWW: https://github.com/okbob/plpgsql_check

PR:           219680
Submitted by: Jov <amutu@amutu.com>
2017-07-05 09:24:14 +00:00