Bug 217235 - net-mgmt/ccnet-server: Updated to 6.0.8
Summary: net-mgmt/ccnet-server: Updated to 6.0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL: https://github.com/haiwen/ccnet-serve...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2017-02-19 19:31 UTC by Ultima
Modified: 2017-02-19 19:53 UTC (History)
2 users (show)

See Also:


Attachments
ccnet-server.diff (1.05 KB, patch)
2017-02-19 19:31 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ultima 2017-02-19 19:31:30 UTC
Created attachment 180149 [details]
ccnet-server.diff

This is an update to ccnet-server to the most current version, 6.0.8.


* Updated to 6.0.8

 - [ldap] Print warning if user not found when login.
 - Fix pgsql memory occupation problem
 - Postgresql port setting
 - Add rpc for searching group by name


portlint -AC:
WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 2 warnings found.


poudriere bulk -tC:
 12amd64: success https://poudriere.ultimasbox.com/data/12amd64-test/2017-02-19_14h21m01s/logs/ccnet-server-6.0.8.log
 12i386: success https://poudriere.ultimasbox.com/data/12i386-test/2017-02-19_14h21m02s/logs/ccnet-server-6.0.8.log
 110amd64: success https://poudriere.ultimasbox.com/data/110amd64-test/2017-02-19_14h20m59s/logs/ccnet-server-6.0.8.log
 110i386: success https://poudriere.ultimasbox.com/data/110i386-test/2017-02-19_14h21m00s/logs/ccnet-server-6.0.8.log
 103amd64: success https://poudriere.ultimasbox.com/data/103amd64-test/2017-02-19_14h20m57s/logs/ccnet-server-6.0.8.log
 103i386: success https://poudriere.ultimasbox.com/data/103i386-test/2017-02-19_14h20m58s/logs/ccnet-server-6.0.8.log
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2017-02-19 19:42:43 UTC
Hi!

Can we change this to a relative symlink?

====> Running Q/A tests (stage-qa)
Warning: Bad symlink '/usr/local/bin/ccnet-server' pointing to an absolute pathname '/usr/local/www/haiwen/seafile-server/seafile/bin/ccnet-server'

Switching it to a relative invocation like so:
${LN} -s '../${SEABIN}/ccnet-server' ${STAGEDIR}/${PREFIX}/bin/ccnet-server

still produces a valid package:
$ file `which ccnet-server`                                                    
/usr/local/bin/ccnet-server: symbolic link to ../www/haiwen/seafile-server/seafile/bin/ccnet-server

Do you mind if I make this change to your submission?
Comment 2 Ultima 2017-02-19 19:49:39 UTC
(In reply to Nikolai Lifanov from comment #1)
lgtm =]
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-02-19 19:52:51 UTC
A commit references this bug:

Author: lifanov
Date: Sun Feb 19 19:52:11 UTC 2017
New revision: 434413
URL: https://svnweb.freebsd.org/changeset/ports/434413

Log:
  update net-mgmt/ccnet-server to 6.0.8

   - [ldap] Print warning if user not found when login.
   - Fix pgsql memory occupation problem
   - Postgresql port setting
   - Add rpc for searching group by name

  Changes: https://github.com/haiwen/ccnet-server/commits/v6.0.8-server

  PR:		217235
  Submitted by:	ultima1252@gmail.com (maintainer)

Changes:
  head/net-mgmt/ccnet-server/Makefile
  head/net-mgmt/ccnet-server/distinfo
Comment 4 Nikolai Lifanov freebsd_committer freebsd_triage 2017-02-19 19:53:40 UTC
Committed with changes, thanks!