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

Collapse All | Expand All

(-)b/net/jotta-cli/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	jotta-cli
1
PORTNAME=	jotta-cli
2
DISTVERSION=	0.14.60923
2
DISTVERSION=	0.14.60923
3
PORTREVISION=	1
3
CATEGORIES=	net
4
CATEGORIES=	net
4
MASTER_SITES=	https://repo.jotta.us/archives/freebsd/${ARCH:S|amd64|amd64|:S|i386|386|}/
5
MASTER_SITES=	https://repo.jotta.us/archives/freebsd/${ARCH:S|amd64|amd64|:S|i386|386|}/
5
DISTNAME=	${PORTNAME}-${PORTVERSION}_freebsd_${ARCH:S|amd64|amd64|:S|i386|386|}
6
DISTNAME=	${PORTNAME}-${PORTVERSION}_freebsd_${ARCH:S|amd64|amd64|:S|i386|386|}
Lines 13-24 LICENSE_NAME= "Jottacloud Terms and Service" Link Here
13
LICENSE_TEXT=	"JottaCloud has its own terms and conditions available at https://www.jottacloud.com/en/terms.html"
14
LICENSE_TEXT=	"JottaCloud has its own terms and conditions available at https://www.jottacloud.com/en/terms.html"
14
LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
15
LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
15
16
16
RESTRICTED=	yes
17
18
ONLY_FOR_ARCHS=	amd64 i386
17
ONLY_FOR_ARCHS=	amd64 i386
19
20
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
18
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
21
19
20
RESTRICTED=	yes
21
22
USE_RC_SUBR=	jottad
22
USE_RC_SUBR=	jottad
23
23
24
NO_BUILD=	yes
24
NO_BUILD=	yes
(-)b/net/jotta-cli/pkg-plist (+1 lines)
Lines 3-8 sbin/jottad Link Here
3
@dir etc/rc.d
3
@dir etc/rc.d
4
@owner jottad
4
@owner jottad
5
@group jottad
5
@group jottad
6
@dir etc/jottad
6
@sample(jottad,jottad,644) etc/jottad/config.ini.sample
7
@sample(jottad,jottad,644) etc/jottad/config.ini.sample
7
@dir /var/lib/jottad
8
@dir /var/lib/jottad
8
@dir /var/lib
9
@dir /var/lib

Return to bug 268601