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

(-)Makefile (-7 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	davical
4
PORTNAME=	davical
5
DISTVERSIONPREFIX=	r
5
DISTVERSIONPREFIX=	r
6
DISTVERSION=	1.1.6
6
DISTVERSION=	1.1.7
7
CATEGORIES?=	www
7
CATEGORIES?=	www
8
MASTER_SITES=	https://gitlab.com/${PORTNAME}-project/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
8
MASTER_SITES=	https://gitlab.com/${PORTNAME}-project/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
9
9
Lines 14-28 Link Here
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
17
RUN_DEPENDS=	p5-DBD-Pg>=0:databases/p5-DBD-Pg \
18
		p5-DBI>=0:databases/p5-DBI \
18
		p5-YAML>=0:textproc/p5-YAML \
19
		p5-YAML>=0:textproc/p5-YAML \
19
		p5-DBD-Pg>=0:databases/p5-DBD-Pg \
20
		php-libawl>=0.54:devel/php-libawl \
20
		${LOCALBASE}/bin/pwgen:sysutils/pwgen \
21
		${LOCALBASE}/bin/pwgen:sysutils/pwgen
21
		php-libawl>=0.54:devel/php-libawl
22
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}-3ba605288fb0fc0a4f2abce09874f8dab5ffdfb8
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}-05397d635c3f218b850775223aa5dd705da9f91c
24
24
25
NO_BUILD=	yes
26
USES=		pgsql php shebangfix
25
USES=		pgsql php shebangfix
27
USE_PHP=	calendar curl gettext iconv pcre pdo pdo_pgsql pgsql xml
26
USE_PHP=	calendar curl gettext iconv pcre pdo pdo_pgsql pgsql xml
28
SHEBANG_FILES=	scripts/sync-remote-caldav.php
27
SHEBANG_FILES=	scripts/sync-remote-caldav.php
Lines 30-35 Link Here
30
PORTDOCS=	README INSTALL davical_en_user_guide.odt phpdoc.ini \
29
PORTDOCS=	README INSTALL davical_en_user_guide.odt phpdoc.ini \
31
		translation.rst
30
		translation.rst
32
PORTEXAMPLES=	config
31
PORTEXAMPLES=	config
32
NO_BUILD=	yes
33
33
34
OPTIONS_DEFINE=	DOCS EXAMPLES
34
OPTIONS_DEFINE=	DOCS EXAMPLES
35
35
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1510759997
1
TIMESTAMP = 1517689282
2
SHA256 (davical-r1.1.6.tar.gz) = 54785cbcb804fac60061cbe5f419b0cf6ef3885286ea5b968d6ce8292d7a332f
2
SHA256 (davical-r1.1.7.tar.gz) = 7edcefc27df923bc92713a2b955d5c1507b9271afa630c6b1c4ad295cdd9ba18
3
SIZE (davical-r1.1.6.tar.gz) = 1784517
3
SIZE (davical-r1.1.7.tar.gz) = 1818904
(-)pkg-plist (+2 lines)
Lines 53-62 Link Here
53
%%DATADIR%%/scripts/refresh-alarms.php
53
%%DATADIR%%/scripts/refresh-alarms.php
54
%%DATADIR%%/scripts/sync-remote-caldav.php
54
%%DATADIR%%/scripts/sync-remote-caldav.php
55
%%DATADIR%%/scripts/tz-update.php
55
%%DATADIR%%/scripts/tz-update.php
56
%%PORTDOCS%%%%DOCSDIR%%/Doxyfile
56
%%WWWDIR%%/htdocs/.htaccess
57
%%WWWDIR%%/htdocs/.htaccess
57
%%WWWDIR%%/htdocs/admin.php
58
%%WWWDIR%%/htdocs/admin.php
58
%%WWWDIR%%/htdocs/always.php
59
%%WWWDIR%%/htdocs/always.php
59
%%WWWDIR%%/htdocs/caldav.php
60
%%WWWDIR%%/htdocs/caldav.php
61
%%WWWDIR%%/htdocs/caldav.php.orig
60
%%WWWDIR%%/htdocs/css/browse.css
62
%%WWWDIR%%/htdocs/css/browse.css
61
%%WWWDIR%%/htdocs/css/edit.css
63
%%WWWDIR%%/htdocs/css/edit.css
62
%%WWWDIR%%/htdocs/davical.css
64
%%WWWDIR%%/htdocs/davical.css

Return to bug 225671