View | Details | Raw Unified | Return to bug 235440
Collapse All | Expand All

(-)archivers/urbackup-client/Makefile (-5 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	urbackup-client
3
PORTNAME=	urbackup-client
4
DISTVERSION=	2.2.6
4
DISTVERSION=	2.3.4
5
PORTREVISION=	2
6
CATEGORIES=	archivers
5
CATEGORIES=	archivers
7
MASTER_SITES=	https://hndl.urbackup.org/Client/${DISTVERSION}/
6
MASTER_SITES=	https://hndl.urbackup.org/Client/${DISTVERSION}/
8
7
Lines 14-21 Link Here
14
13
15
LIB_DEPENDS=	libcryptopp.so:security/cryptopp
14
LIB_DEPENDS=	libcryptopp.so:security/cryptopp
16
15
17
USES=		autoreconf compiler:c++11-lang dos2unix gettext localbase \
16
USES=		autoreconf compiler:c++11-lang dos2unix gettext localbase libtool \
18
		pkgconfig
17
			pkgconfig sqlite:3
19
USE_RC_SUBR=	urbackup_client
18
USE_RC_SUBR=	urbackup_client
20
19
21
USERS=		urbackup
20
USERS=		urbackup
Lines 22-28 Link Here
22
GROUPS=		urbackup
21
GROUPS=		urbackup
23
22
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--disable-clientupdate
24
CONFIGURE_ARGS=	--disable-clientupdate --without-embedded-sqlite3
26
CXXFLAGS+=	`pkgconf --cflags-only-other libcryptopp`
25
CXXFLAGS+=	`pkgconf --cflags-only-other libcryptopp`
27
26
28
SUB_FILES=	pkg-message urbackupclient.conf.sample-daemon
27
SUB_FILES=	pkg-message urbackupclient.conf.sample-daemon
(-)archivers/urbackup-client/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1533504834
1
TIMESTAMP = 1549130281
2
SHA256 (urbackup-client-2.2.6.tar.gz) = 95d5a8d4e8016c23171f12340a7fc28cd8d275d6c815604f28e978a4256eff6f
2
SHA256 (urbackup-client-2.3.4.tar.gz) = 0016df892687c4f254877827253b0e493c85d273da8ab95edc00e99dce1f6b63
3
SIZE (urbackup-client-2.2.6.tar.gz) = 3370637
3
SIZE (urbackup-client-2.3.4.tar.gz) = 4343843

Return to bug 235440