diff options
author | riggs <riggs@FreeBSD.org> | 2016-05-29 20:34:14 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-05-29 20:34:14 +0800 |
commit | e46f3e7cfdc7fdaaad01403434f573ac0c214bc0 (patch) | |
tree | 14a416555f56c017be2d095f4f77b12339e04823 | |
parent | c9da10c64068c1d7debefa3844a4898ea0f44f06 (diff) | |
download | freebsd-ports-graphics-e46f3e7cfdc7fdaaad01403434f573ac0c214bc0.tar.gz freebsd-ports-graphics-e46f3e7cfdc7fdaaad01403434f573ac0c214bc0.tar.zst freebsd-ports-graphics-e46f3e7cfdc7fdaaad01403434f573ac0c214bc0.zip |
Update to upstream release 5.1.2
PR: 208979
Submitted by: Ultima1252@gmail.com (maintainer)
-rw-r--r-- | net-mgmt/ccnet/Makefile | 14 | ||||
-rw-r--r-- | net-mgmt/ccnet/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/ccnet/pkg-plist | 2 |
3 files changed, 10 insertions, 10 deletions
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%% |