./pkgtools/pkgin, Apt / yum like tool for managing pkgsrc binary packages

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


Branch: pkgsrc-2018Q2, Version: 0.11.4, Package name: pkgin-0.11.4, Maintainer: jperkin

pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.


Required to run:
[archivers/libarchive] [pkgtools/pkg_install]

Required to build:
[pkgtools/cwrappers] [net/libfetch]

Master sites:

SHA1: c4670900d2587e2d53b33cef0487b3298fd29570
RMD160: 6e08af738216671bffe423d38c78bb3c7defa84a
Filesize: 192.283 KB

Version history: (Expand)


CVS history: (Expand)


   2018-08-18 12:36:38 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5809 - requested by youri
pkgtools/pkgin: bugfix

Revisions pulled up:
- pkgtools/pkgin/Makefile                                       1.82
- pkgtools/pkgin/distinfo                                       1.52

---
   Module Name:	pkgsrc
   Committed By:	jperkin
   Date:		Tue Jul  3 17:39:35 UTC 2018

   Modified Files:
   	pkgsrc/pkgtools/pkgin: Makefile distinfo

   Log message:
   pkgin: Update to 0.11.4.

   ## Version 0.11.4 (2018-07-03)

    * Fix dependency matching to correctly consider DEPENDS rather than simply
      attempting to pull in the highest version.  Resolves issues with installing
      packages depending on samba and their conflicts against tdb and talloc.