Path to this page:
./
pkgtools/url2pkg,
Tool to automate initial steps in building a package
Branch: pkgsrc-2019Q3,
Version: 2.37,
Package name: url2pkg-2.37,
Maintainer: rilligThe url2pkg program creates a new pkgsrc package from only the URL of a
distribution file. It is intended to help pkgsrc developers create new
packages quickly and easily.
Required to run:[
lang/perl5] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2019-10-03) Updated to version: url2pkg-2.37
- (2019-10-02) Package added to pkgsrc.se, version url2pkg-2.36 (created)
CVS history: (Expand)
2019-10-03 17:23:02 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #6061 - requested by rillig
pkgtools/url2pkg: bugfix
Revisions pulled up:
- pkgtools/url2pkg/Makefile 1.101
- pkgtools/url2pkg/files/url2pkg.pl 1.74
---
Module Name: pkgsrc
Committed By: rillig
Date: Tue Oct 1 18:43:46 UTC 2019
Modified Files:
pkgsrc/pkgtools/url2pkg: Makefile
pkgsrc/pkgtools/url2pkg/files: url2pkg.pl
Log message:
pkgtools/url2pkg: update to 2.37
Changes since 2.36:
* Fixed generation of the package Makefile. Due to a typo, the line that
included bsd.pkg.mk had been omitted, making any generated package fail.
|