<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/pgloader3, branch 12.4-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=12.4-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=12.4-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2022-09-07T21:58:51Z</updated>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>databases/pgloader3: update to 3.6.3</title>
<updated>2022-04-20T11:26:13Z</updated>
<author>
<name>Christoph Moench-Tegeder</name>
<email>cmt@FreeBSD.org</email>
</author>
<published>2022-04-20T11:26:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9036c4887f4d8bd4936b705b0d71847b8c17a0e'/>
<id>urn:sha1:a9036c4887f4d8bd4936b705b0d71847b8c17a0e</id>
<content type='text'>
https://github.com/dimitri/pgloader/releases/tag/v3.6.3

PR:		263100
Approved by:	maintainer-timeout
</content>
</entry>
<entry>
<title>databases/pgloader3: update esrap package to 2021-10-20</title>
<updated>2022-02-01T18:39:20Z</updated>
<author>
<name>Christoph Moench-Tegeder</name>
<email>cmt@FreeBSD.org</email>
</author>
<published>2022-02-01T18:39:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d678920296faff5c05f97f45226f3dd930cc18c2'/>
<id>urn:sha1:d678920296faff5c05f97f45226f3dd930cc18c2</id>
<content type='text'>
the older esrap package cannot be built with a recent sbcl compiler,
thus rendering pgloader3 unbuildable. this update bumps esrap to
a recent version which is compatible with our current sbcl compiler.

PR:		261319
Approved by:	maintainer-timeout
</content>
</entry>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow pgloader3 to build on 32bit platforms</title>
<updated>2021-02-24T21:43:00Z</updated>
<author>
<name>Christoph Moench-Tegeder</name>
<email>cmt@FreeBSD.org</email>
</author>
<published>2021-02-24T21:43:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b333f9c5a8805e26cccfcf2167d20aadf70934f4'/>
<id>urn:sha1:b333f9c5a8805e26cccfcf2167d20aadf70934f4</id>
<content type='text'>
guess if we're on a 32bit platform and set a reduced DYNSIZE - else
sbcl may hit it's adress space limits.

PR:		253766
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>pgloader3: unbreak and update to 3.6.2</title>
<updated>2021-02-20T20:46:07Z</updated>
<author>
<name>Christoph Moench-Tegeder</name>
<email>cmt@FreeBSD.org</email>
</author>
<published>2021-02-20T20:46:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=859e26db7ec0ad5d23eb6d56222183802a61502a'/>
<id>urn:sha1:859e26db7ec0ad5d23eb6d56222183802a61502a</id>
<content type='text'>
submitter becomes maintainer

PR:		252716
Submitted by:	Mario Duhanic
</content>
</entry>
<entry>
<title>Mark BROKEN</title>
<updated>2020-09-30T09:48:11Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-09-30T09:48:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=20a2c3c9561d26f24fa833fb1f658ae69de654f2'/>
<id>urn:sha1:20a2c3c9561d26f24fa833fb1f658ae69de654f2</id>
<content type='text'>
Fatal CIRCULAR-DEPENDENCY:
  Circular dependency: ((#&lt;LOAD-OP&gt; . #&lt;SYSTEM "simple-date"&gt;) (#&lt;LOAD-OP&gt; . #&lt;SYSTEM "simple-date-postgres-glue"&gt;) (#&lt;LOAD-OP&gt; . #&lt;MODULE "simple-date-postgres-glue" "simple-date"&gt;) (#&lt;LOAD-OP&gt; . #&lt;CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue"&gt;) (#&lt;PREPARE-OP&gt; . #&lt;CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue"&gt;) (#&lt;PREPARE-OP&gt; . #&lt;MODULE "simple-date-postgres-glue" "simple-date"&gt;) (#&lt;PREPARE-OP&gt; . #&lt;SYSTEM "simple-date-postgres-glue"&gt;))
Fatal error in "buildapp" : Error #&lt;SILENT-EXIT-ERROR #x3020005BBF5D&gt;

Reported by:	pkg-fallout
</content>
</entry>
<entry>
<title>Correction to r473019: Revert the unintended change to the 'Created by' headers.</title>
<updated>2018-06-22T08:28:00Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-06-22T08:28:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cceb98fa2ff2e38dda846d21da01670fa04c1c6'/>
<id>urn:sha1:4cceb98fa2ff2e38dda846d21da01670fa04c1c6</id>
<content type='text'>
</content>
</entry>
</feed>
