View | Details | Raw Unified | Return to bug 210165 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libsearpc/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
GH_ACCOUNT=	haiwen
18
GH_ACCOUNT=	haiwen
19
GH_TAGNAME=	v3.0-latest
19
GH_TAGNAME=	v3.0-latest
20
20
21
USES=		autoreconf libtool pathfix pkgconfig python:2
21
USES=		autoreconf gettext libtool pathfix pkgconfig python:2
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
PATHFIX_MAKEFILEIN=	Makefile.am
23
PATHFIX_MAKEFILEIN=	Makefile.am
24
24
(-)net-mgmt/seafile/Makefile (-3 / +7 lines)
Lines 18-24 Link Here
18
		libzdb.so:databases/libzdb \
18
		libzdb.so:databases/libzdb \
19
		libcurl.so:ftp/curl \
19
		libcurl.so:ftp/curl \
20
		libinotify.so:devel/libinotify \
20
		libinotify.so:devel/libinotify \
21
		libccnet.so:net-mgmt/ccnet
21
		libccnet.so:net-mgmt/ccnet \
22
		libevent.so:devel/libevent2 \
23
		libuuid.so:misc/e2fsprogs-libuuid \
24
		libjansson.so:devel/jansson
22
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
25
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
23
		bash:shells/bash
26
		bash:shells/bash
24
27
Lines 25-32 Link Here
25
USE_GITHUB=	yes
28
USE_GITHUB=	yes
26
GH_ACCOUNT=	haiwen
29
GH_ACCOUNT=	haiwen
27
30
28
USES=		autoreconf iconv libarchive libtool mysql pathfix pkgconfig python:-2.7 \
31
USES=		autoreconf gettext iconv libarchive libtool mysql pathfix \
29
		shebangfix
32
		pkgconfig python:-2.7 shebangfix sqlite
33
USE_GNOME=	glib20
30
SHEBANG_FILES=	scripts/*.sh scripts/upgrade/*.sh  tests/*.py tests/basic/*.sh \
34
SHEBANG_FILES=	scripts/*.sh scripts/upgrade/*.sh  tests/*.py tests/basic/*.sh \
31
		tests/sync-auto-test/*.template *.sh scripts/build/*.py \
35
		tests/sync-auto-test/*.template *.sh scripts/build/*.py \
32
		scripts/*.py *.py scripts/upgrade/*.py app/seaf-cli \
36
		scripts/*.py *.py scripts/upgrade/*.py app/seaf-cli \
(-)net-mgmt/seafile-gui/Makefile (-3 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	seafile-gui
3
PORTNAME=	seafile-gui
4
PORTVERSION=	5.1.1
4
PORTVERSION=	5.1.2
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	net-mgmt devel
6
CATEGORIES=	net-mgmt devel
7
7
Lines 16-28 Link Here
16
		libseafile.so:net-mgmt/seafile \
16
		libseafile.so:net-mgmt/seafile \
17
		libsqlite3.so:databases/sqlite3 \
17
		libsqlite3.so:databases/sqlite3 \
18
		libccnet.so:net-mgmt/ccnet \
18
		libccnet.so:net-mgmt/ccnet \
19
		libjansson.so:devel/jansson
19
		libjansson.so:devel/jansson \
20
		libevent.so:devel/libevent2 \
21
		libuuid.so:misc/e2fsprogs-libuuid
20
22
21
USE_GITHUB=	yes
23
USE_GITHUB=	yes
22
GH_ACCOUNT=	haiwen
24
GH_ACCOUNT=	haiwen
23
GH_PROJECT=	seafile-client
25
GH_PROJECT=	seafile-client
24
26
25
USES=		compiler:c++11-lang cmake pkgconfig shebangfix
27
USES=		compiler:c++11-lang cmake gettext pkgconfig shebangfix
26
SHEBANG_FILES=	extensions/*.sh scripts/*.sh fsplugin/*.sh \
28
SHEBANG_FILES=	extensions/*.sh scripts/*.sh fsplugin/*.sh \
27
		scripts/*.py
29
		scripts/*.py
28
USE_OPENSSL=	yes
30
USE_OPENSSL=	yes
(-)net-mgmt/seafile-gui/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (haiwen-seafile-client-v5.1.1_GH0.tar.gz) = 0148cbdb97dcd58e6ebec738c8f6bc476192f0b9156f0783199f1213c4d0322f
1
TIMESTAMP = 1465608770
2
SIZE (haiwen-seafile-client-v5.1.1_GH0.tar.gz) = 2123048
2
SHA256 (haiwen-seafile-client-v5.1.2_GH0.tar.gz) = ee62eecb410530174b1d184a5b46dce83a164f0b1fe162411dc594125151e02f
3
SIZE (haiwen-seafile-client-v5.1.2_GH0.tar.gz) = 2129663
(-)www/libevhtp/Makefile (-6 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libevhtp
3
PORTNAME=	libevhtp
4
PORTVERSION=	1.2.11
4
PORTVERSION=	1.2.11
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	www
6
CATEGORIES=	www
7
7
8
MAINTAINER=	ultima1252@gmail.com
8
MAINTAINER=	ultima1252@gmail.com
Lines 23-30 Link Here
23
23
24
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
24
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
25
25
26
OPTIONS_DEFINE=	SSL THREADS REGEX STATIC DEBUG
26
OPTIONS_DEFINE=	SSL THREADS STATIC DEBUG
27
OPTIONS_DEFAULT=SSL THREADS REGEX
27
OPTIONS_DEFAULT=SSL THREADS
28
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
29
29
30
SSL_CMAKE_ON=		-DEVHTP_DISABLE_SSL:STRING=OFF
30
SSL_CMAKE_ON=		-DEVHTP_DISABLE_SSL:STRING=OFF
Lines 31-39 Link Here
31
SSL_CMAKE_OFF=		-DEVHTP_DISABLE_SSL:STRING=ON
31
SSL_CMAKE_OFF=		-DEVHTP_DISABLE_SSL:STRING=ON
32
THREADS_CMAKE_ON=	-DEVHTP_DISABLE_EVTHR:STRING=OFF
32
THREADS_CMAKE_ON=	-DEVHTP_DISABLE_EVTHR:STRING=OFF
33
THREADS_CMAKE_OFF=	-DEVHTP_DISABLE_EVTHR:STRING=ON
33
THREADS_CMAKE_OFF=	-DEVHTP_DISABLE_EVTHR:STRING=ON
34
REGEX_CMAKE_ON=		-DEVHTP_DISABLE_REGEX:STRING=OFF
35
REGEX_CMAKE_OFF=	-DEVHTP_DISABLE_REGEX:STRING=ON
36
REGEX_DESC=		Enable regex support
37
STATIC_CMAKE_ON=	-DEVHTP_BUILD_SHARED:STRING=OFF
34
STATIC_CMAKE_ON=	-DEVHTP_BUILD_SHARED:STRING=OFF
38
STATIC_CMAKE_OFF=	-DEVHTP_BUILD_SHARED:STRING=ON
35
STATIC_CMAKE_OFF=	-DEVHTP_BUILD_SHARED:STRING=ON
39
36
(-)www/libevhtp/pkg-plist (-1 / +1 lines)
Lines 4-9 Link Here
4
libdata/pkgconfig/evhtp.pc
4
libdata/pkgconfig/evhtp.pc
5
%%NO_STATIC%%lib/libevhtp.so
5
%%NO_STATIC%%lib/libevhtp.so
6
%%NO_STATIC%%lib/libevhtp.so.%%PORTVERSION%%
6
%%NO_STATIC%%lib/libevhtp.so.%%PORTVERSION%%
7
%%REGEX%%include/evhtp/onigposix.h
7
include/evhtp/onigposix.h
8
%%THREADS%%include/evhtp/evthr.h
8
%%THREADS%%include/evhtp/evthr.h
9
%%STATIC%%lib/libevhtp.a
9
%%STATIC%%lib/libevhtp.a

Return to bug 210165