Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 12:34:14 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416098 - head/net-mgmt/ccnet
Message-ID:  <201605291234.u4TCYEtq041620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605291234.u4TCYEtq041620>