<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/games/chapping/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>http://cgit.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='http://cgit.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<updated>2025-06-25T12:31:52Z</updated>
<entry>
<title>*/*: update some WWWs and MASTER_SITES in my ports</title>
<updated>2025-06-25T12:31:52Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2025-06-25T12:17:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=a83a3cc142752c85973fb0cfbfdb715a0361b009'/>
<id>urn:sha1:a83a3cc142752c85973fb0cfbfdb715a0361b009</id>
<content type='text'>
Reported by:	repology
</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='http://cgit.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>Remove useless Created by: headers mentioning me</title>
<updated>2021-04-07T23:19:01Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2021-04-07T21:34:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5823922c58f9acea4e0c5f45b4ead47371e70841'/>
<id>urn:sha1:5823922c58f9acea4e0c5f45b4ead47371e70841</id>
<content type='text'>
</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='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Switch to more correct way of avoiding C++11 related build errors</title>
<updated>2019-02-21T20:50:30Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2019-02-21T20:50:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=1ca50b8565a1d1cf5922db386b5a0ddb1255e462'/>
<id>urn:sha1:1ca50b8565a1d1cf5922db386b5a0ddb1255e462</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version change</title>
<updated>2019-01-30T12:36:36Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2019-01-30T12:36:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c1397f808aaf6ec03472b3cc6ff9a6d0c91043f3'/>
<id>urn:sha1:c1397f808aaf6ec03472b3cc6ff9a6d0c91043f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errors</title>
<updated>2018-09-18T08:47:31Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2018-09-18T08:47:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=03cf2e0916b5eadaaa5d50ad8034f0f648102053'/>
<id>urn:sha1:03cf2e0916b5eadaaa5d50ad8034f0f648102053</id>
<content type='text'>
in CFLAGS to affect clang-based archs.

Approved by:	portmgr (tier-2 blanket)
</content>
</entry>
<entry>
<title>- Fix build with clang 6</title>
<updated>2018-06-22T20:34:06Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2018-06-22T20:34:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e4de398f1b4a3f2696a34b8b9773896d99d77246'/>
<id>urn:sha1:e4de398f1b4a3f2696a34b8b9773896d99d77246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add LICENSE</title>
<updated>2018-06-09T16:14:58Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2018-06-09T16:14:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d95fd234c58e34d5236e430b9b52582856e508cc'/>
<id>urn:sha1:d95fd234c58e34d5236e430b9b52582856e508cc</id>
<content type='text'>
- Regenerate patches
</content>
</entry>
<entry>
<title>Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in</title>
<updated>2014-12-08T16:48:38Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-12-08T16:48:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=60945f027780c21c987e0c642404a8383407edad'/>
<id>urn:sha1:60945f027780c21c987e0c642404a8383407edad</id>
<content type='text'>
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
</feed>
