2019-08-17 13:57:36 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/url2pkg: fix parsing of mk/fetch/sites.mk
Before, the final line of each MASTER_SITE_* definition had been skipped
because it didn't end with a backslash. That part of the regular
expression had always been intended to be optional. That bug lasted
almost 13 years, which is remarkably long but not the record.
The mk/fetch/sites.mk is now closed properly, which has gone unnoticed
for almost 13 years as well.
Google Code doesn't exist anymore, therefore there's no point in keeping
it.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-05-25 05:58:50 by Maya Rashish | Files touched by this commit (2) |
Log message:
url2pkg 2.30:
- Support for creating much of the necessary makefile for a Rust Cargo package
Correct package license
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
2018-08-22 22:48:38 by Maya Rashish | Files touched by this commit (13) |
Log message:
Remove clauses 3,4 from TNF-only copyright blocks.
This is based on the decision The NetBSD Foundation made in 2008 to
do so, which was already applied to src.
This change has been applied to code which is likely not in other
repositories.
ok board@, reviewed by riastradh@
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-28 22:18:01 by Roland Illig | Files touched by this commit (1) |
Log message:
url2pkg: remove trailing whitespace
|
2018-04-08 22:13:55 by Roland Illig | Files touched by this commit (2) |
Log message:
pkgtools/url2pkg: refactor variable alignment code
The new code is more expressive and uses fewer magic numbers.
|
2018-01-07 12:20:19 by Roland Illig | Files touched by this commit (3) |
Log message:
Update url2pkg-2.29: Fix generation of Perl packages.
The WriteMakefile subroutine was not exported properly.
|
2016-09-27 19:10:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix HOMEPAGE when packaging github releases. Bump version.
|