Bug 196919 - [maintainer update] www/py-seafobj: clean python code installation
Summary: [maintainer update] www/py-seafobj: clean python code installation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks: 196920
  Show dependency treegraph
 
Reported: 2015-01-20 04:58 UTC by Jingfeng Yan
Modified: 2015-02-23 09:28 UTC (History)
2 users (show)

See Also:


Attachments
svn diff (6.29 KB, patch)
2015-01-20 04:58 UTC, Jingfeng Yan
no flags Details | Diff
svn diff (6.29 KB, patch)
2015-01-27 01:46 UTC, Jingfeng Yan
no flags Details | Diff
portlint result (186 bytes, text/plain)
2015-01-27 01:47 UTC, Jingfeng Yan
no flags Details
testport result (16.81 KB, text/plain)
2015-01-27 01:48 UTC, Jingfeng Yan
no flags Details
svn diff (5.97 KB, patch)
2015-02-08 20:36 UTC, Jingfeng Yan
no flags Details | Diff
testport result (15.97 KB, text/plain)
2015-02-08 20:39 UTC, Jingfeng Yan
no flags Details
svn diff (5.93 KB, patch)
2015-02-23 04:13 UTC, Jingfeng Yan
no flags Details | Diff
testport result (13.36 KB, text/plain)
2015-02-23 04:14 UTC, Jingfeng Yan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jingfeng Yan 2015-01-20 04:58:43 UTC
Created attachment 151880 [details]
svn diff

remove the installation to global site-packages, and the install dest are as non-root user/group.
Comment 1 Jingfeng Yan 2015-01-27 01:46:59 UTC
Created attachment 152238 [details]
svn diff
Comment 2 Jingfeng Yan 2015-01-27 01:47:42 UTC
Created attachment 152239 [details]
portlint result
Comment 3 Jingfeng Yan 2015-01-27 01:48:04 UTC
Created attachment 152240 [details]
testport result
Comment 4 Jingfeng Yan 2015-02-08 20:36:33 UTC
Created attachment 152775 [details]
svn diff

change location from global site to local, and keep min ownership changes.
Comment 5 Jingfeng Yan 2015-02-08 20:39:37 UTC
Created attachment 152776 [details]
testport result
Comment 6 John Marino freebsd_committer freebsd_triage 2015-02-16 09:03:24 UTC
	@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%SEAHUBDIR%%
	@exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%HAIWENDIR%%
Comment 7 Jingfeng Yan 2015-02-23 04:13:28 UTC
Created attachment 153359 [details]
svn diff
Comment 8 Jingfeng Yan 2015-02-23 04:14:45 UTC
Created attachment 153360 [details]
testport result
Comment 9 commit-hook freebsd_committer freebsd_triage 2015-02-23 09:27:55 UTC
A commit references this bug:

Author: marino
Date: Mon Feb 23 09:27:43 UTC 2015
New revision: 379651
URL: https://svnweb.freebsd.org/changeset/ports/379651

Log:
  www/py-seafobj: Relocate python files

  PR:		196919
  Submitted by:	maintainer (Jingfeng Yan)

Changes:
  head/www/py-seafobj/Makefile
  head/www/py-seafobj/pkg-plist
Comment 10 John Marino freebsd_committer freebsd_triage 2015-02-23 09:28:34 UTC
Thanks