Index: Makefile =================================================================== --- Makefile (revision 12) +++ Makefile (working copy) @@ -1,55 +1,48 @@ # $FreeBSD$ -PORTNAME= ccnet +PORTNAME= ccnet PORTVERSION= 3.1.4 -CATEGORIES= www +CATEGORIES= www -MAINTAINER= yan_jingfeng@yahoo.com -COMMENT= A framework for writing networked applications +MAINTAINER= yan_jingfeng@yahoo.com +COMMENT= Framework for writing networked applications -LICENSE= GPLv3 +LICENSE= GPLv3 BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libsearpc.so:${PORTSDIR}/www/libsearpc \ - libcrypto.so:${PORTSDIR}/security/openssl \ - libglib-2.0.so:${PORTSDIR}/devel/glib20 \ - libgobject-2.0.so:${PORTSDIR}/devel/glib20 \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libzdb.so:${PORTSDIR}/databases/libzdb \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libevent.so:${PORTSDIR}/devel/libevent2 \ - libjansson.so:${PORTSDIR}/devel/jansson + libcrypto.so:${PORTSDIR}/security/openssl \ + libglib-2.0.so:${PORTSDIR}/devel/glib20 \ + libgobject-2.0.so:${PORTSDIR}/devel/glib20 \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libzdb.so:${PORTSDIR}/databases/libzdb \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libevent.so:${PORTSDIR}/devel/libevent2 \ + libjansson.so:${PORTSDIR}/devel/jansson -USE_GITHUB= yes -GH_ACCOUNT= haiwen -GH_PROJECT= ccnet -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 6b55658 +USE_GITHUB= yes +GH_ACCOUNT= haiwen +GH_TAGNAME= v3.1.4 +GH_COMMIT= 6b55658 -USES= libtool pkgconfig -USE_AUTOTOOLS= libtoolize -USE_AUTOTOOLS+= aclocal -USE_AUTOTOOLS+= autoheader -USE_AUTOTOOLS+= automake -USE_AUTOTOOLS+= autoconf -USES+= python:2 -LIBTOOLIZE_ARGS= -i -c -f -ACLOCL_ARGS= -I m4 -AUTOHEADER_ARGS= +USES= libtool pkgconfig pathfix python:2 +PATHFIX_MAKEFILEIN= Makefile.am +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +LIBTOOLIZE_ARGS=-i -c -f +ACLOCAL_ARGS= -I m4 AUTOMAKE_ARGS= --add-missing --gnu -AUTOCONF_ARGS= -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/event2 -LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/event2 +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/event2 +LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/event2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-server -CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig" +CONFIGURE_ARGS+=--enable-server INSTALL_TARGET= install-strip WITH_OPENSSL_PORT= yes -USE_OPENSSL= yes +USE_OPENSSL= yes -WWWDIR= ${PREFIX}/www/haiwen/seafile-server +WWWDIR= ${PREFIX}/www/haiwen/seafile-server post-install: @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}/seafile/bin Index: pkg-plist =================================================================== --- pkg-plist (revision 12) +++ pkg-plist (working copy) @@ -31,7 +31,6 @@ lib/libccnet.so lib/libccnet.so.0 lib/libccnet.so.0.0.0 -lib/pkgconfig/libccnet.pc %%PYTHON_SITELIBDIR%%/ccnet/__init__.py %%PYTHON_SITELIBDIR%%/ccnet/__init__.pyc %%PYTHON_SITELIBDIR%%/ccnet/__init__.pyo @@ -83,6 +82,7 @@ %%PYTHON_SITELIBDIR%%/ccnet/utils.py %%PYTHON_SITELIBDIR%%/ccnet/utils.pyc %%PYTHON_SITELIBDIR%%/ccnet/utils.pyo +libdata/pkgconfig/libccnet.pc %%WWWDIR%%/seafile/bin/ccnet-init %%WWWDIR%%/seafile/bin/ccnet-server @dirrmtry include/ccnet