./pkgtools/url2pkg, Tool to automate initial steps in building a package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 2.37, Package name: url2pkg-2.37, Maintainer: rillig

The 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)


CVS history: (Expand)


   2019-10-03 17:23:02 by Benny Siegert | Files touched by this commit (2) | Package updated
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.