Skip to content

Commit

Permalink
net-im/nextcloud-talk: Update to 11.2.2
Browse files Browse the repository at this point in the history
 * Auto-generate plist
 * Harmonize Nextcloud apps ports
  • Loading branch information
Sp1l committed Jul 7, 2021
1 parent 9f5141a commit c2ee3e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 436 deletions.
18 changes: 7 additions & 11 deletions net-im/nextcloud-talk/Makefile
@@ -1,13 +1,13 @@
# Created by: Bernard Spil <brnrd@freebsd.org>

PORTNAME= talk
PORTVERSION= 11.2.1
PORTVERSION= 11.2.2
CATEGORIES= net-im www
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${DISTNAME:C/-.*//}/releases/download/v${PORTVERSION}/
MASTER_SITES= https://github.com/nextcloud/${DISTNAME:C/-.*//}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= nextcloud-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
DISTNAME= spreed-${PORTVERSION}
DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}
DIST_SUBDIR= nextcloud/${DISTNAME}
WRKSRC= ${WRKDIR}/spreed

MAINTAINER= brnrd@FreeBSD.org
Expand All @@ -22,16 +22,12 @@ USES= php:flavors
NO_BUILD= yes
NO_ARCH= yes

NEXTCLOUD_USERNAME?= ${WWWOWN}
NEXTCLOUD_GROUPNAME?= ${WWWGRP}

PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}

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

do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
@${MKDIR} ${STAGEDIR}${WWWDIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
@(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions net-im/nextcloud-talk/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1620387226
SHA256 (nextcloud/spreed-11.2.1/spreed-11.2.1.tar.gz) = 7d762e71c8b6e55e0dabbb8c58bfd1f093ecd5cfc87197caeca4796320da20bc
SIZE (nextcloud/spreed-11.2.1/spreed-11.2.1.tar.gz) = 20788937
TIMESTAMP = 1625665304
SHA256 (nextcloud/spreed-11.2.2/spreed-11.2.2.tar.gz) = 51340fdc4c8d7d4e3ec3a336e99c71a448ce4ea95e9bea4ac848d0a0710818bd
SIZE (nextcloud/spreed-11.2.2/spreed-11.2.2.tar.gz) = 20817645

0 comments on commit c2ee3e5

Please sign in to comment.