non port: Tools/scripts/chkversion.pl |
SVNWeb
|
Number of commits found: 29 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 135fdee (Only the first 10 of 2028 ports in this commit are shown above. )
all: Remove all other $FreeBSD keywords.
|
[ 10:39 Rene Ladan (rene) ] 88917e9
Tools/scripts/chkversion.pl: remove svn compatibility
Differential Revision: https://reviews.freebsd.org/D29451
|
Wed, 27 Jan 2021
|
[ 04:01 adamw ]
Tools/scripts/chkversion.pl: Git support
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.
|
Tue, 26 Jan 2021
|
[ 16:50 adamw ]
Tools/scripts/chkversion.pl: Fix and modernize
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).
|
Sun, 24 Jan 2021
|
[ 18:42 adamw ]
Tools/scripts/chkversion.pl: Guard against undefined values
There are a few places where undefined values can creep in. While
reinforcing defined values, use the defined-or (//) operator for
some visual simplification.
|
Mon, 24 Apr 2017
|
[ 17:27 ehaupt ]
Fix shebang. If /usr/bin/env is used the -w flag can't be passed after perl.
Use 'use warnings;' instead.
While here remove distinfochecker. It's not needed anymore as it was written
for a simple purpose eleven years ago.
|
Sun, 12 Feb 2017
|
[ 20:43 rene ]
Set maintainer of these scripts to portmgr as the previous maintainers retired.
|
Sun, 5 Feb 2017
|
[ 21:20 tijl ] (Only the first 10 of 32 ports in this commit are shown above. )
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
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)
|
Sun, 22 Jun 2014
|
[ 17:53 adamw ]
Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in
/usr/bin.
|
Tue, 18 Jun 2013
|
[ 09:45 tijl ]
Remove the last remnants of PKGINSTALLVER. It hasn't been used since
r231958 and the definition in bsd.port.subdir.mk generates a warning with
bmake, pkgng and no pkg_info.
Approved by: erwin
|
Sat, 20 Oct 2012
|
[ 10:36 beat ]
- Sync with the versions currently running on pointyhat
- Use Subversion instead of CVS
Approved by: erwin (maintainer)
Feature safe: yes
|
Mon, 2 May 2011
|
[ 09:38 erwin ]
Remove duplicate words in comment.
Submitted by: ohauer
|
Thu, 1 Feb 2007
|
[ 03:28 kris ]
Retire PORTOBJFORMAT
|
Thu, 23 Nov 2006
|
[ 14:04 erwin ]
Replace a simple call to localtime() to strftime() to include the
timezone.
|
[ 12:16 erwin ]
eik@ has been inactive for quite some time and as I am running
these scripts on the cluster, transfer maintainership of these
to myself.
|
[ 11:59 erwin ]
Include a time when the script was started in the mail templates.
This script can sometimes take several hours to run on builder,
and thus leading to confusing of why it still reports an error
that was fixed in cvs some time ago. Including the time when
the ports tree was updated should reduce some of this confusion.
|
Fri, 4 Jun 2004
|
[ 22:23 eik ]
Hack in master/slave support
|
Sun, 30 May 2004
|
[ 21:12 eik ]
parse $FreeBSD$ with yyyy-mm-dd format dates
|
[ 15:15 eik ]
protect $FreeBSD: ... $ from being expanded
Noticed by: mat
|
[ 15:09 eik ]
don't terminate the log entry with the first hyphen
|
[ 10:44 eik ]
- make somewhat more robust against a corrupted ports tree
- CC committers and maintainer [1]
- include affected ports in the subject line [2]
- do a CVS log of the version checked out [3]
Suggsted by: Ade Lovett <ade@FreeBSD.org> [1]
Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net> [2]
Pav Lucistnik <pav@FreeBSD.org> [3]
|
Fri, 21 May 2004
|
[ 16:23 eik ]
- fix a bug handling the maintainer field when ALLPORTS is used
- add an option to watch for maintainer changes
- change watch regex to match PKGORIGIN, not PKGNAME
|
Wed, 19 May 2004
|
[ 14:30 eik ]
Turn chkversion into an all-dancing, all-singing notification tool.
You can even get notified of version changes in your favourite
perl modules by setting
WATCH_REGEX='p5-.*'
Plus, it has a nice configurable nagging option.
|
Tue, 18 May 2004
|
[ 08:53 eik ]
small optimazation: don't compare versions that are equal
|
Mon, 17 May 2004
|
[ 17:09 eik ]
check only ports connected to the build.
|
[ 00:04 eik ]
- integrated chkorigin
- eliminated shell usage [1]
Submitted by: mat [1]
|
Sun, 16 May 2004
|
[ 10:46 eik ]
FWIIW, spawn fewer processes.
|
Fri, 14 May 2004
|
[ 21:07 eik ]
support for symlinked portsdir (but no other symlinks in the ports tree)
chkversion: support for CVS blame with env CVSBLAME=yes
|
[ 12:35 eik ]
added chkversion, a script that ensures that PORTVERSIONs don't go backwards
|
Number of commits found: 29 |