Skip to content

Commit

Permalink
www/nextcloud-groupfolders: Update to 12.0.0
Browse files Browse the repository at this point in the history
 * Pet portlint
 * Standardize apps DIST_SUBDIR
  • Loading branch information
Sp1l committed May 5, 2022
1 parent ec12fb0 commit 14d9cc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions www/nextcloud-groupfolders/Makefile
@@ -1,27 +1,27 @@
# Created by: Bernard Spil <brnrd@freebsd.org>

PORTNAME= groupfolders
PORTVERSION= 11.1.2
CATEGORIES= www
PORTVERSION= 12.0.0
DISTVERSIONPREFIX= v
MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
CATEGORIES= www
MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}
DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION}
DIST_SUBDIR= nextcloud

MAINTAINER= brnrd@FreeBSD.org
COMMENT= Groupfolders app for Nextcloud

LICENSE= AGPLv3

RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=23:www/nextcloud@${PHP_FLAVOR}
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=24:www/nextcloud@${PHP_FLAVOR}

USES= php:flavors
IGNORE_WITH_PHP=81
NO_BUILD= yes
NO_ARCH= yes

WRKSRC= ${WRKDIR}/${PORTNAME}

WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}

do-install:
Expand Down
6 changes: 3 additions & 3 deletions www/nextcloud-groupfolders/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1641402505
SHA256 (nextcloud/groupfolders-11.1.2/groupfolders.tar.gz) = 549fa27da48a98d9593d70745c19c1f868ce72ef95572a658e481500e322973d
SIZE (nextcloud/groupfolders-11.1.2/groupfolders.tar.gz) = 2209562
TIMESTAMP = 1651746799
SHA256 (nextcloud/groupfolders-v12.0.0.tar.gz) = b04059cd81c3918990d67f239a21282ce70682e1979a16faf241307b2842eda5
SIZE (nextcloud/groupfolders-v12.0.0.tar.gz) = 2448406

0 comments on commit 14d9cc8

Please sign in to comment.