git: 7f5318f7b8b7 - main - www/nextcloud-contacts: Update to 4.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 May 2022 11:29:19 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f5318f7b8b774b459457982a41314ec21194f25 commit 7f5318f7b8b774b459457982a41314ec21194f25 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-05-05 11:25:58 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-05-05 11:25:58 +0000 www/nextcloud-contacts: Update to 4.1.0 * Pet portlint --- www/nextcloud-contacts/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index 110750dd792f..fa6b4be5d9c8 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil <brnrd@freebsd.org> PORTNAME= contacts -DISTVERSION= 4.1.0 +PORTVERSION= 4.1.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ @@ -9,8 +9,6 @@ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DIST_SUBDIR= nextcloud -WRKSRC= ${WRKDIR}/${PORTNAME} - MAINTAINER= brnrd@FreeBSD.org COMMENT= Contacts app for Nextcloud @@ -20,11 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= cpe php:flavors -IGNORE_WITH_PHP=81 CPE_VENDOR= nextcloud NO_BUILD= yes NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME} WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} do-install: