non port: databases/pg_dirtyread/Makefile |
SVNWeb
|
Number of commits found: 16 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 21 Dec 2021
|
[ 18:46 Po-Chuan Hsieh (sunpoet) ] a3e31ec
databases/pg_dirtyread: Update to 2.4
Changes: https://github.com/df7cb/pg_dirtyread/releases
https://github.com/df7cb/pg_dirtyread/commits/master
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 19 Dec 2020
|
[ 20:06 sunpoet ]
Update to 2.3
Changes: https://github.com/df7cb/pg_dirtyread/releases
https://github.com/df7cb/pg_dirtyread/commits/master
|
Sat, 26 Oct 2019
|
[ 14:30 sunpoet ]
Update to 2.2
Changes: https://github.com/df7cb/pg_dirtyread/releases
|
Sat, 27 Jul 2019
|
[ 11:54 sunpoet ]
Use PGSQL_VER_NODOT
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sat, 15 Jun 2019
|
[ 19:21 sunpoet ]
Update to 2.1
- Add LICENSE_FILE
- Update WWW
- Take maintainership
Changes: https://github.com/df7cb/pg_dirtyread/releases
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Mon, 30 Jul 2018
|
[ 06:11 joneum ]
databases/pg_dirtyread: Update to 2.0
Changelog: https://github.com/ChristophBerg/pg_dirtyread/releases
PR: 230157
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
Sun, 24 Jun 2018
|
[ 00:54 linimon ] (Only the first 10 of 31 ports in this commit are shown above. )
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)
|
Fri, 22 Jun 2018
|
[ 08:28 yuri ] (Only the first 10 of 24 ports in this commit are shown above. )
Correction to r473019: Revert the unintended change to the 'Created by' headers.
|
[ 08:04 yuri ] (Only the first 10 of 46 ports in this commit are shown above. )
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.
|
Mon, 7 Aug 2017
|
[ 13:42 krion ]
Update to version 1.2
PR: 221304
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11910
|
Thu, 27 Jul 2017
|
[ 09:19 tz ]
New port: databases/pg_dirtyread
The pg_dirtyread extension provides the ability to read dead but unvacuumed
rows from a relation.
WWW: https://github.com/ChristophBerg/pg_dirtyread
PR: 220537
Submitted by: Jov <amutu@amutu.com>
|
Number of commits found: 16 |