<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/Tools/scripts/chkversion.pl, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:13Z</updated>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>urn:sha1:135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tools/scripts/chkversion.pl: remove svn compatibility</title>
<updated>2021-04-06T10:39:46Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2021-04-06T10:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=88917e9f46660b4839f40f73c01d63f56b613174'/>
<id>urn:sha1:88917e9f46660b4839f40f73c01d63f56b613174</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D29451
</content>
</entry>
<entry>
<title>Tools/scripts/chkversion.pl: Git support</title>
<updated>2021-01-27T04:01:23Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2021-01-27T04:01:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d5f31f3217250559bc9e2c919bf3aa09277caeef'/>
<id>urn:sha1:d5f31f3217250559bc9e2c919bf3aa09277caeef</id>
<content type='text'>
Git support is enabled by setting BLAME=yes (the SVN-specific
SVNBLAME=yes will be retired after transition). Mark all SVN
blocks to facilitate that eventuality.
</content>
</entry>
<entry>
<title>Tools/scripts/chkversion.pl: Fix and modernize</title>
<updated>2021-01-26T16:50:39Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2021-01-26T16:50:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ec6ad647fa50a0df9425b5be933b07d18230c82b'/>
<id>urn:sha1:ec6ad647fa50a0df9425b5be933b07d18230c82b</id>
<content type='text'>
chkversion.pl was broken in a number of ways, including looking for CVS-style Id
lines in svn headers, not being updated for pkgng, etc.

This commit fixes those, and adopts some modern Perl practices.

NOTE: The $PKG_VERSION env var is renamed to $PKG. This should be a no-op for most
people (in the sense of it didn't work before, and the default should work for
pretty much everybody).
</content>
</entry>
<entry>
<title>Tools/scripts/chkversion.pl: Guard against undefined values</title>
<updated>2021-01-24T18:42:29Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2021-01-24T18:42:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ee8568c2d8da80a9377ca34faa010095e12326c0'/>
<id>urn:sha1:ee8568c2d8da80a9377ca34faa010095e12326c0</id>
<content type='text'>
There are a few places where undefined values can creep in. While
reinforcing defined values, use the defined-or (//) operator for
some visual simplification.
</content>
</entry>
<entry>
<title>Fix shebang. If /usr/bin/env is used the -w flag can't be passed after perl.</title>
<updated>2017-04-24T17:27:58Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2017-04-24T17:27:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f361fdd649e5a6b1ab62becd46420ce0bcaa9512'/>
<id>urn:sha1:f361fdd649e5a6b1ab62becd46420ce0bcaa9512</id>
<content type='text'>
Use 'use warnings;' instead.

While here remove distinfochecker. It's not needed anymore as it was written
for a simple purpose eleven years ago.
</content>
</entry>
<entry>
<title>Set maintainer of these scripts to portmgr as the previous maintainers retired.</title>
<updated>2017-02-12T20:43:04Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2017-02-12T20:43:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4d57cc43701590145121723c21768c61975ef74f'/>
<id>urn:sha1:4d57cc43701590145121723c21768c61975ef74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so</title>
<updated>2017-02-05T21:20:24Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2017-02-05T21:20:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6d324c1f70c9ee4ebd41f6a689ac379f8d47927b'/>
<id>urn:sha1:6d324c1f70c9ee4ebd41f6a689ac379f8d47927b</id>
<content type='text'>
  bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in</title>
<updated>2014-06-22T17:53:44Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-06-22T17:53:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5e97d368a37159c4933b865751eb6ba4ea19d9a2'/>
<id>urn:sha1:5e97d368a37159c4933b865751eb6ba4ea19d9a2</id>
<content type='text'>
/usr/bin.
</content>
</entry>
<entry>
<title>Remove the last remnants of PKGINSTALLVER. It hasn't been used since</title>
<updated>2013-06-18T09:45:58Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2013-06-18T09:45:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1f3435e7d559d3cde44be9da831e8e46ac9bac4'/>
<id>urn:sha1:b1f3435e7d559d3cde44be9da831e8e46ac9bac4</id>
<content type='text'>
r231958 and the definition in bsd.port.subdir.mk generates a warning with
bmake, pkgng and no pkg_info.

Approved by:	erwin
</content>
</entry>
</feed>
