Bug 200840 - www/redmine: fix bsd.redmine.mk plist generation
Summary: www/redmine: fix bsd.redmine.mk plist generation
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: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 17:24 UTC by Serhii (Sergey) Kozlov
Modified: 2015-06-13 20:18 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
bsd.redmine.mk patch (644 bytes, patch)
2015-06-13 17:24 UTC, Serhii (Sergey) Kozlov
no flags Details | Diff
Redmine plugins' poudriere tests with the patch applied (169.18 KB, text/plain)
2015-06-13 17:25 UTC, Serhii (Sergey) Kozlov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2015-06-13 17:24:01 UTC
Created attachment 157710 [details]
bsd.redmine.mk patch

Plist autogeneration for redmine plugins in bsd.redmine.mk uses old-fashioned @dirrm lines. Patch changes that behavior to using new-style @dir lines only for empty dirs.
Comment 1 Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2015-06-13 17:25:36 UTC
Created attachment 157711 [details]
Redmine plugins' poudriere tests with the patch applied
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-13 20:17:39 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Jun 13 20:17:03 UTC 2015
New revision: 389551
URL: https://svnweb.freebsd.org/changeset/ports/389551

Log:
  - Update bsd.redmine.mk: use @dir for PLIST generation

  PR:		200840
  Submitted by:	Sergey Kozlov <kozlov.sergey.404@gmail.com>

Changes:
  head/www/redmine/bsd.redmine.mk
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-13 20:18:32 UTC
Committed. Thanks!