<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/dune-spgrid, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-03-31T17:23:02Z</updated>
<entry>
<title>math/dune-spgrid: update 2.8.0 → 2.11.0</title>
<updated>2026-03-31T17:23:02Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2026-03-31T17:13:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7766c6366d12ad0f57f1204f2450383e8599e546'/>
<id>urn:sha1:7766c6366d12ad0f57f1204f2450383e8599e546</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*/*: bump PORTREVISION after OpenMPI upgrade</title>
<updated>2024-02-18T09:29:31Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2024-02-18T09:29:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9eba6162f8f63de2b89ae35eef90e7c296f2373a'/>
<id>urn:sha1:9eba6162f8f63de2b89ae35eef90e7c296f2373a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*/*: fix the dependency to net/openmpi4</title>
<updated>2024-02-18T09:22:35Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2024-01-26T13:45:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a62b21d98ac3a81da7047e4f6c3cc97b28c4a955'/>
<id>urn:sha1:a62b21d98ac3a81da7047e4f6c3cc97b28c4a955</id>
<content type='text'>
For ports without USES=mpi:openmpi. For the others, it will be set
automatically.
</content>
</entry>
<entry>
<title>bsd.sites.mk: Update all ports using USE_GITLAB</title>
<updated>2023-07-12T18:56:04Z</updated>
<author>
<name>Felix Palmen</name>
<email>zirias@FreeBSD.org</email>
</author>
<published>2023-07-12T12:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7d1faa7179813ffa542b550a1fdb3bdc80a7986c'/>
<id>urn:sha1:7d1faa7179813ffa542b550a1fdb3bdc80a7986c</id>
<content type='text'>
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
</content>
</entry>
<entry>
<title>*: Bump PORTREVISIONs for math/mpc update to 1.3.1</title>
<updated>2023-04-23T09:09:58Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2023-04-23T09:09:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d3e020ed032a8db00208994d0db646de7dc6f5b'/>
<id>urn:sha1:8d3e020ed032a8db00208994d0db646de7dc6f5b</id>
<content type='text'>
</content>
</entry>
<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>math/dune-spgrid: Update 2.6.0rc1.20200105 -&gt; 2.8.0</title>
<updated>2022-05-24T17:30:14Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2022-05-24T15:55:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e94ec16d51a916d4a6800fa06223dd6a64de8ac9'/>
<id>urn:sha1:e94ec16d51a916d4a6800fa06223dd6a64de8ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regenerate all distfiles using gitlab as source.</title>
<updated>2021-04-09T18:44:23Z</updated>
<author>
<name>Matthias Fechner</name>
<email>mfechner@FreeBSD.org</email>
</author>
<published>2021-04-08T14:42:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=911f04257e3175fca4e46c7d57bf5ca79767e209'/>
<id>urn:sha1:911f04257e3175fca4e46c7d57bf5ca79767e209</id>
<content type='text'>
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
</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>
</feed>
