From owner-svn-ports-head@freebsd.org Sun May 29 12:34:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE9F0B4EBBD; Sun, 29 May 2016 12:34:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9260C16A1; Sun, 29 May 2016 12:34:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4TCYEUF041623; Sun, 29 May 2016 12:34:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4TCYEtq041620; Sun, 29 May 2016 12:34:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605291234.u4TCYEtq041620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 29 May 2016 12:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416098 - head/net-mgmt/ccnet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 12:34:16 -0000 Author: riggs Date: Sun May 29 12:34:14 2016 New Revision: 416098 URL: https://svnweb.freebsd.org/changeset/ports/416098 Log: Update to upstream release 5.1.2 PR: 208979 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/net-mgmt/ccnet/Makefile head/net-mgmt/ccnet/distinfo head/net-mgmt/ccnet/pkg-plist Modified: head/net-mgmt/ccnet/Makefile ============================================================================== --- head/net-mgmt/ccnet/Makefile Sun May 29 12:27:13 2016 (r416097) +++ head/net-mgmt/ccnet/Makefile Sun May 29 12:34:14 2016 (r416098) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ccnet -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt devel @@ -25,8 +25,8 @@ LIB_DEPENDS= libsearpc.so:devel/libsearp USE_GITHUB= yes GH_ACCOUNT= haiwen -USES= autoreconf libtool localbase pathfix pkgconfig python:-2.7 \ - shebangfix +USES= autoreconf gettext libtool localbase pathfix pkgconfig \ + python:-2.7 shebangfix USE_LDCONFIG= yes USE_OPENSSL= yes SHEBANG_FILES= tools/*.py @@ -42,11 +42,11 @@ SEAFILE_SERVER= ${HAIWENDIR}/seafile-ser SEABIN= ${SEAFILE_SERVER}/seafile/bin SEALIB= ${SEAFILE_SERVER}/seafile/lib -SEAFILE_USERNAME?= seafile -SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} +USERS= seafile +GROUPS= ${USERS} -PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ - SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ +PLIST_SUB= USERS=${USERS} \ + GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ HAIWENDIR=${HAIWENDIR} Modified: head/net-mgmt/ccnet/distinfo ============================================================================== --- head/net-mgmt/ccnet/distinfo Sun May 29 12:27:13 2016 (r416097) +++ head/net-mgmt/ccnet/distinfo Sun May 29 12:34:14 2016 (r416098) @@ -1,2 +1,2 @@ -SHA256 (haiwen-ccnet-v5.1.1-server_GH0.tar.gz) = d237ae8b54b6ad561b88d517d03a77f5389f3269075c17d484f53b58af3a6705 -SIZE (haiwen-ccnet-v5.1.1-server_GH0.tar.gz) = 221857 +SHA256 (haiwen-ccnet-v5.1.2-server_GH0.tar.gz) = 722d92002e23acd03a519236507f427f8617ea9a1a5086fad8bb85d79bfb0aad +SIZE (haiwen-ccnet-v5.1.2-server_GH0.tar.gz) = 216062 Modified: head/net-mgmt/ccnet/pkg-plist ============================================================================== --- head/net-mgmt/ccnet/pkg-plist Sun May 29 12:27:13 2016 (r416097) +++ head/net-mgmt/ccnet/pkg-plist Sun May 29 12:34:14 2016 (r416098) @@ -84,4 +84,4 @@ libdata/pkgconfig/libccnet.pc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyo -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% +@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%