From e46f3e7cfdc7fdaaad01403434f573ac0c214bc0 Mon Sep 17 00:00:00 2001 From: riggs Date: Sun, 29 May 2016 12:34:14 +0000 Subject: Update to upstream release 5.1.2 PR: 208979 Submitted by: Ultima1252@gmail.com (maintainer) --- net-mgmt/ccnet/Makefile | 14 +++++++------- net-mgmt/ccnet/distinfo | 4 ++-- net-mgmt/ccnet/pkg-plist | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/ccnet/Makefile b/net-mgmt/ccnet/Makefile index eb046422d26..391a4850627 100644 --- a/net-mgmt/ccnet/Makefile +++ b/net-mgmt/ccnet/Makefile @@ -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/libsearpc \ 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-server 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} diff --git a/net-mgmt/ccnet/distinfo b/net-mgmt/ccnet/distinfo index a7d3f4001f7..629ce433b92 100644 --- a/net-mgmt/ccnet/distinfo +++ b/net-mgmt/ccnet/distinfo @@ -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 diff --git a/net-mgmt/ccnet/pkg-plist b/net-mgmt/ccnet/pkg-plist index 0c31839c407..546eddaa765 100644 --- a/net-mgmt/ccnet/pkg-plist +++ b/net-mgmt/ccnet/pkg-plist @@ -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%% -- cgit