From nobody Fri Dec 24 10:53:43 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E7CCD18FC61E; Fri, 24 Dec 2021 10:53:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JL3nz4gzWz3FYn; Fri, 24 Dec 2021 10:53:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80C69229EE; Fri, 24 Dec 2021 10:53:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BOArh4G004908; Fri, 24 Dec 2021 10:53:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BOArhPp004907; Fri, 24 Dec 2021 10:53:43 GMT (envelope-from git) Date: Fri, 24 Dec 2021 10:53:43 GMT Message-Id: <202112241053.1BOArhPp004907@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: 7da3a67e63bd - main - www/nextcloud-calendar: Update to 3.0.3 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7da3a67e63bddf99e5c79e4a13f21f296ebf673f Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640343223; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=aOMFPgh8dvVB8L1s1U/0ETP+NvsJ0x/fdCYCBKOpr1M=; b=RU3RszWwzip7jTiOZFJo9lZymcUpyLDENh6n/Mj2cdKsjLLtFM4sTUz1oPB/UCF2j3kWLT gk/zWhUX0MaL3zesKcLy1U1CeqHG5nY6hI/JNhIUeV8EqhFHEoGQ74Qx1mGlrQMWylj/n/ qBJj4vPAnxm1CokQBit6SkOmLxRCtKv1QqrNi6+sZ5LGiM1EUj5si6A0kqN1ERxk6vvBt5 3eBfuie7woVIPFSJ4shqvmxTQh82GPZJJozaspPme673Yoru3GLaukbJoTgF0TcbmbqeHH EYhwQYKYB2Q/f3ZmjGcgLyCPMruIictkVaGRlz2USWcYtLR0xsylbj6AFEbs8g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640343223; a=rsa-sha256; cv=none; b=uWtRA+F4sHRc6kcr/1B+fCRhHYwo5K24G8rXgEVbhUHpZnUu/e6JiHtPMriqhgtsAe1KQL GQZXDA1zBcn9OKimFBZ5UTqiH+ZKlAay8Cq9dYziX0tH0dL+GQMu4ovh9dwmVkRGBHVndl l/MPFshKstHqEeuyqnrpTxGxQ7Pk/ER/H9BPhrrf9sDA6qGCHxiKljs9YIufxhBBA/sVCC jy3WsLMDKjV8zQbMTnalomEuKpSidMAhEMNPer145PaH7iqOiLRoTXqD5CkV/YgtWZobYp PZPs8cWM107Hn4vip5vpBkr1eQA/ikceAwwVdI7wHJC3CypBjlGIx31piwSj6Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7da3a67e63bddf99e5c79e4a13f21f296ebf673f commit 7da3a67e63bddf99e5c79e4a13f21f296ebf673f Author: Bernard Spil AuthorDate: 2021-12-24 10:53:38 +0000 Commit: Bernard Spil CommitDate: 2021-12-24 10:53:38 +0000 www/nextcloud-calendar: Update to 3.0.3 --- www/nextcloud-calendar/Makefile | 7 ++++--- www/nextcloud-calendar/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 0dad821a9059..732b5e49eeb4 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,14 +1,13 @@ # Created by: Bernard Spil PORTNAME= calendar -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} -DISTNAME= ${PORTNAME} -DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION} +DIST_SUBDIR= nextcloud MAINTAINER= brnrd@FreeBSD.org COMMENT= Calendar app for Nextcloud @@ -18,6 +17,8 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= cpe php:flavors + +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes CPE_VENDOR= nextcloud diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index 33f0622187cc..9fd20cee1c2e 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639658302 -SHA256 (nextcloud/calendar-3.0.2/calendar.tar.gz) = 98ca89fee957da285c52f207a814ada3d1c7e3acf0f55d0583507aea5357f343 -SIZE (nextcloud/calendar-3.0.2/calendar.tar.gz) = 10865594 +TIMESTAMP = 1640341714 +SHA256 (nextcloud/calendar-v3.0.3.tar.gz) = 2be768b8d5e32cfd644246e8fb18c876be4f0c4e2d1127363d22e32c99b08854 +SIZE (nextcloud/calendar-v3.0.3.tar.gz) = 11132832