Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 10:25:12 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c37e62434173 - main - www/nextcloud-circles: Update to 0.21.1
Message-ID:  <202104271025.13RAPCLT013166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c37e6243417369326512ac6ec2291932cb7ed11c

commit c37e6243417369326512ac6ec2291932cb7ed11c
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2021-04-27 10:24:19 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2021-04-27 10:25:04 +0000

    www/nextcloud-circles: Update to 0.21.1
---
 www/nextcloud-circles/Makefile | 5 ++++-
 www/nextcloud-circles/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/www/nextcloud-circles/Makefile b/www/nextcloud-circles/Makefile
index fae67cde7191..d4cca74ab993 100644
--- a/www/nextcloud-circles/Makefile
+++ b/www/nextcloud-circles/Makefile
@@ -1,7 +1,7 @@
 # Created by: Bernard Spil <brnrd@freebsd.org>
 
 PORTNAME=	circles
-PORTVERSION=	0.21.0
+PORTVERSION=	0.21.1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	nextcloud-
@@ -28,6 +28,9 @@ PLIST_SUB=	NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
 
 WWWDIR=		${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME}
 
+post-stage:
+	${RM} ${STAGEDIR}${WWWDIR}/Makefile~
+
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
diff --git a/www/nextcloud-circles/distinfo b/www/nextcloud-circles/distinfo
index 8835fb61e942..8ce63deb26c8 100644
--- a/www/nextcloud-circles/distinfo
+++ b/www/nextcloud-circles/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614798431
-SHA256 (circles-0.21.0.tar.gz) = 0a6fb910cf8ba7e401efce6e4ea4e10d3ed4137e4ffc401c0a51ab3507c40105
-SIZE (circles-0.21.0.tar.gz) = 987711
+TIMESTAMP = 1619517040
+SHA256 (circles-0.21.1.tar.gz) = 2a3b27424496c7746d7ec90db45e32b529f7c856fdf2b6b803373a9a2649cb02
+SIZE (circles-0.21.1.tar.gz) = 994529



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104271025.13RAPCLT013166>