Bug 193238 - [maintainer] [patch] sysutils/debootstrap: Update to 1.0.61
Summary: [maintainer] [patch] sysutils/debootstrap: Update to 1.0.61
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: William Grzybowski
URL:
Keywords: easy
Depends on:
Blocks:
 
Reported: 2014-09-02 02:13 UTC by Nikolai Lifanov
Modified: 2014-09-15 17:11 UTC (History)
2 users (show)

See Also:


Attachments
sysutils/deboostrap: 1.0.60 -> 1.0.61 (809 bytes, patch)
2014-09-02 02:13 UTC, Nikolai Lifanov
lifanov: maintainer-approval+
Details | Diff
portlint fixes (4.27 KB, patch)
2014-09-02 04:00 UTC, Nikolai Lifanov
lifanov: maintainer-approval+
Details | Diff
poudriere testport log (13.53 KB, text/plain)
2014-09-02 04:02 UTC, Nikolai Lifanov
no flags Details
debootstrap 1.0.61 (6.80 KB, patch)
2014-09-11 19:56 UTC, Nikolai Lifanov
lifanov: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2014-09-02 02:13:09 UTC
Created attachment 146651 [details]
sysutils/deboostrap: 1.0.60 -> 1.0.61

Please update sysutils/debootstrap to 1.0.61.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2014-09-02 02:20:27 UTC
Thanks Nikolai. If you have portlint and poudriere or redports logs, please include them (files as attachments, portlint as comment). 

These will get you a quicker response to your contributions.
Comment 2 Nikolai Lifanov 2014-09-02 03:59:18 UTC
Good call running portlint. I'll attach a new patch that adds DATADIR support (if the user redefines DATADIR) and adds the LICENSE macro.

With the new patch,
$ portlint -A
WARN: /usr/home/lifanov/src/svn/redports/lifanov/sysutils/debootstrap/pkg-plist: [3]: unknown pkg-plist directive "@mode"
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 2 warnings found.

This might be bogus? The @mode macro works and does the right thing for me.
Comment 3 Nikolai Lifanov 2014-09-02 04:00:18 UTC
Created attachment 146656 [details]
portlint fixes

Support and honor %%DATADIR%%, include LICENSE
Comment 4 Nikolai Lifanov 2014-09-02 04:02:16 UTC
Created attachment 146657 [details]
poudriere testport log
Comment 5 Nikolai Lifanov 2014-09-11 19:56:43 UTC
Created attachment 147224 [details]
debootstrap 1.0.61

Please use this updated patch.
It contains previous portlint fixes, removes the mandatory dependency on dpkg, since native targets work without it, and fixes native "HOST_ARCH" detection in case dpkg is installed in a way that doesn't affect non-native targets (reported by maniatux at gmail dot com in a private email).
Previous versions of this port never worked with native targets if dpkg is installed (and found in path).
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-09-15 16:36:28 UTC
A commit references this bug:

Author: wg
Date: Mon Sep 15 16:36:18 UTC 2014
New revision: 368274
URL: http://svnweb.freebsd.org/changeset/ports/368274

Log:
  sysutils/debootstrap: update to 1.0.61

  - Add LICENSE (GPLv2)

  PR:		193238
  Submitted by:	maintainer

Changes:
  head/sysutils/debootstrap/Makefile
  head/sysutils/debootstrap/distinfo
  head/sysutils/debootstrap/files/patch-Makefile
  head/sysutils/debootstrap/files/patch-debootstrap
  head/sysutils/debootstrap/pkg-plist