Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108206146
D3948.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D3948.diff
View Options
Index: net-mgmt/ccnet/Makefile
===================================================================
--- net-mgmt/ccnet/Makefile
+++ net-mgmt/ccnet/Makefile
@@ -1,16 +1,16 @@
# $FreeBSD$
PORTNAME= ccnet
-PORTVERSION= 4.0.6
+PORTVERSION= 5.0.2
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -server
-PORTREVISION= 6
CATEGORIES= net-mgmt devel
MAINTAINER= ultima1252@gmail.com
COMMENT= Framework for writing networked applications
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENCE.txt
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= libsearpc.so:${PORTSDIR}/devel/libsearpc \
@@ -26,25 +26,24 @@
USE_GITHUB= yes
GH_ACCOUNT= haiwen
-USES= autoreconf libtool pkgconfig pathfix python:2
-PATHFIX_MAKEFILEIN= Makefile.am
+USES= autoreconf libtool localbase pathfix pkgconfig python:-2.7 \
+ shebangfix
USE_LDCONFIG= yes
+USE_OPENSSL= yes
+SHEBANG_FILES= tools/*.py
+PATHFIX_MAKEFILEIN= Makefile.am
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/event2
-LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/event2
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-server --enable-ldap
+CONFIGURE_ARGS+= --enable-server --enable-ldap
INSTALL_TARGET= install-strip
-USE_OPENSSL= yes
-
HAIWENDIR= www/haiwen
SEAFILE_SERVER= ${HAIWENDIR}/seafile-server
SEABIN= ${SEAFILE_SERVER}/seafile/bin
SEALIB= ${SEAFILE_SERVER}/seafile/lib
-SEAFILE_USERNAME?= www
+SEAFILE_USERNAME?= seafile
SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME}
PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \
@@ -69,5 +68,6 @@
(cd ${STAGEDIR}${PREFIX}/lib && \
${COPYTREE_SHARE} ${PYTHON_VERSION} ${STAGEDIR}${PREFIX}/${SEALIB})
@${RM} -rf ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}
+ ${LN} -s ${PREFIX}/${SEABIN}/ccnet-server ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>
Index: net-mgmt/ccnet/distinfo
===================================================================
--- net-mgmt/ccnet/distinfo
+++ net-mgmt/ccnet/distinfo
@@ -1,2 +1,2 @@
-SHA256 (haiwen-ccnet-v4.0.6-server_GH0.tar.gz) = d9793715b3473a161f802224dbeac75744e70313f073f8e0b7191b9141c36812
-SIZE (haiwen-ccnet-v4.0.6-server_GH0.tar.gz) = 218550
+SHA256 (haiwen-ccnet-v5.0.2-server_GH0.tar.gz) = e734ac1a243c073456b4ef82fac412a63b5731f4fddb45bf27170ff45d29f11b
+SIZE (haiwen-ccnet-v5.0.2-server_GH0.tar.gz) = 221785
Index: net-mgmt/ccnet/pkg-plist
===================================================================
--- net-mgmt/ccnet/pkg-plist
+++ net-mgmt/ccnet/pkg-plist
@@ -2,6 +2,7 @@
bin/ccnet-demo-client
bin/ccnet-demo-server
bin/ccnet-tool
+bin/ccnet-server
include/ccnet.h
include/ccnet/async-rpc-proc.h
include/ccnet/ccnet-client.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 3:32 PM (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16057421
Default Alt Text
D3948.diff (2 KB)
Attached To
Mode
D3948: net-mgmt/ccnet: Update to 5.0.2
Attached
Detach File
Event Timeline
Log In to Comment