Bug 190853 - [maintainer-update] Add staging support to sysutils/jaildaemon
Summary: [maintainer-update] Add staging support to sysutils/jaildaemon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-10 01:28 UTC by erdgeist
Modified: 2014-06-10 03:55 UTC (History)
2 users (show)

See Also:


Attachments
Patch that adds staging to the jaildaemon port (1.28 KB, patch)
2014-06-10 01:28 UTC, erdgeist
no flags Details | Diff
This patch has distinfo for newly rolled jaildaemon-0.2.1.tar.bz2 (1.32 KB, patch)
2014-06-10 03:38 UTC, erdgeist
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description erdgeist 2014-06-10 01:28:08 UTC
Created attachment 143588 [details]
Patch that adds staging to the jaildaemon port

The patch adds staging to the jaildaemon port. jaildeamon's version is bumped, although  the only change is … well staging support.
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-06-10 02:54:45 UTC
The staging is failing:

===>  Staging for jaildaemon-0.2.1
===>   Generating temporary packing list
mkdir -p /usr/ports/sysutils/jaildaemon/work/stage/usr/local/man/man1/
install -o 0 -g 0 -m 0755 jaildaemon /usr/ports/sysutils/jaildaemon/work/stage/usr/local/bin
install: /usr/ports/sysutils/jaildaemon/work/stage/usr/local/bin/jaildaemon: chown/chgrp: Operation not permitted

You need to remove the -o 0 -g 0 from the Makefile.

Thanks!
Comment 2 erdgeist 2014-06-10 03:38:35 UTC
Created attachment 143592 [details]
This patch has distinfo for newly rolled jaildaemon-0.2.1.tar.bz2
Comment 3 erdgeist 2014-06-10 03:39:05 UTC
Removed user and gid in install, so now it should run root-less.

Thanks
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-06-10 03:53:34 UTC
A commit references this bug:

Author: danilo
Date: Tue Jun 10 03:53:04 UTC 2014
New revision: 357254
URL: http://svnweb.freebsd.org/changeset/ports/357254

Log:
  - Update from 0.2 to 0.2.1
  - Convert USE_BZIP2 to USES
  - Add stage support

  PR:		ports/190853
  Submitted by:	erdgeist@erdgeist.org

Changes:
  head/sysutils/jaildaemon/Makefile
  head/sysutils/jaildaemon/distinfo
Comment 5 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-06-10 03:55:09 UTC
Committed, thanks!