notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/postgresql-plproxy/Makefile
SVNWeb

Number of commits found: 33

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 29 Sep 2020
[ 18:15 sunpoet search for other commits by this committer ] Original commit   Revision:550546
Update to 2.10.0

- Update MASTER_SITES: use upstream release tarball

Changes:	https://github.com/plproxy/plproxy/releases
		https://plproxy.github.io/changelog.html
Thu, 28 May 2020
[ 15:20 danfe search for other commits by this committer ] Original commit   Revision:536774 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8).
Wed, 25 Sep 2019
[ 20:40 sunpoet search for other commits by this committer ] Original commit   Revision:512812
Update to 2.9

Changes:	https://github.com/plproxy/plproxy/blob/master/NEWS.md
		https://plproxy.github.io/changelog.html
Sun, 4 Aug 2019
[ 16:09 sunpoet search for other commits by this committer ] Original commit   Revision:508100
Remove outdated post-patch:
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 24 Jun 2018
[ 00:54 linimon search for other commits by this committer ] Original commit   Revision:473169 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 17 May 2018
[ 18:29 sunpoet search for other commits by this committer ] Original commit   Revision:470229
Simplify Makefile

- Update COMMENT
- Update pkg-descr
- Take maintainership
[ 09:56 tz search for other commits by this committer ] Original commit   Revision:470213
Drop MAINTAINERship for these ports:

- databases/postgresql-plproxy
- devel/fpp
- devel/gnu-efi
- games/nlarn
- games/wesnoth
- mail/phpmailer
- mail/tlb
- ports-mgmt/pkg-plist
- sysutils/battray
- textproc/xml-parse.el
Thu, 22 Feb 2018
[ 12:19 tz search for other commits by this committer ] Original commit   Revision:462585
databases/postgresql-plproxy: Update from 2.7 to 2.8

Changelog: https://plproxy.github.io/changelog.html
Wed, 3 May 2017
[ 12:16 mat search for other commits by this committer ] Original commit   Revision:440009 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Simplify USE_GITHUB usage.

Sponsored by:	Absolight
Tue, 14 Mar 2017
[ 13:46 tz search for other commits by this committer ] Original commit   Revision:436153
databases/postgresql-plproxy: Update from 2.5 to 2.7

Changelog: https://plproxy.github.io/changelog.html

This adds support for PostgreSQL 9.5

Also:
- take maintainership
- change MASTERSITE to GitHub
- remove obsoleted check for PostgreSQL 9.1 (no longer in ports)
- update homepage of project

PR: 201796, 217515
Wed, 3 Jun 2015
[ 17:27 amdmi3 search for other commits by this committer ] Original commit   Revision:388460
- Add LICENSE_FILE
- Strip library
Fri, 5 Dec 2014
[ 00:30 feld search for other commits by this committer ] Original commit   Revision:373992 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Update "BSD" licenses in databases category
Mon, 25 Aug 2014
[ 17:53 crees search for other commits by this committer ] Original commit   Revision:366114 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Convert pgsql ports to use USES+=pgsql

Reviewed by:	bapt
Tue, 5 Aug 2014
[ 13:57 wg search for other commits by this committer ] Original commit   Revision:364100
postgresql-plproxy: support stage and fix pkg-plist
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 7 Jul 2013
[ 00:15 jgh search for other commits by this committer ] Original commit   Revision:322415
- convert from USE_GMAKE to USES=gmake
- trim historical headers

With hat: pgsql@
Mon, 29 Apr 2013
[ 14:21 miwi search for other commits by this committer ] Original commit   Revision:316819
- Update to 2.5

PR:		178159
Submitted by:	ports fury
Mon, 22 Apr 2013
[ 13:27 bapt search for other commits by this committer ] Original commit   Revision:316230 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Reassign skv@ ports to the heap

Feature safe:	yes
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Thu, 14 Jun 2012
[ 19:25 skv search for other commits by this committer ] Original commit 
Update to 2.4

Changes:        http://pgfoundry.org/frs/shownotes.php?release_id=1947
PR:             ports/168669
Submitted by:   Anton Yuzhaninov
Sun, 27 Feb 2011
[ 08:18 skv search for other commits by this committer ] Original commit 
Update to 2.2

Changes:        http://pgfoundry.org/frs/shownotes.php?release_id=1778
Fri, 9 Jul 2010
[ 13:35 skv search for other commits by this committer ] Original commit 
Update to 2.1

Changes:        http://pgfoundry.org/frs/shownotes.php?release_id=1214
                http://pgfoundry.org/frs/shownotes.php?release_id=1228
                http://pgfoundry.org/frs/shownotes.php?release_id=1284
                http://pgfoundry.org/frs/shownotes.php?release_id=1509
                http://pgfoundry.org/frs/shownotes.php?release_id=1635
Thu, 4 Sep 2008
[ 14:24 skv search for other commits by this committer ] Original commit 
Update to 2.0.5.
Thu, 19 Jun 2008
[ 02:54 pav search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
- This port has been BROKEN for more than 6 months.  It will be removed unless
  fixed in next two months.

With hat:       portmgr
Fri, 6 Jun 2008
[ 13:17 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Sat, 18 Aug 2007
[ 01:08 kris search for other commits by this committer ] Original commit 
BROKEN: Does not build
Thu, 26 Jul 2007
[ 21:20 skv search for other commits by this committer ] Original commit 
Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system.

Number of commits found: 33