Bug 196919

Summary: [maintainer update] www/py-seafobj: clean python code installation
Product: Ports & Packages Reporter: Jingfeng Yan <yan_jingfeng>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Many People CC: marino, yan_jingfeng
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 196920    
Attachments:
Description Flags
svn diff
none
svn diff
none
portlint result
none
testport result
none
svn diff
none
testport result
none
svn diff
none
testport result none

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