git: 8ac6aa24d0cc - main - www/nextcloud: Fix shebang in occ script

Bernard Spil brnrd at FreeBSD.org
Fri Sep 17 18:38:32 UTC 2021


The branch main has been updated by brnrd:

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

commit 8ac6aa24d0cce9b0d06aaebc23a29dbaadb52f96
Author:     Bernard Spil <brnrd at FreeBSD.org>
AuthorDate: 2021-09-17 18:37:07 +0000
Commit:     Bernard Spil <brnrd at FreeBSD.org>
CommitDate: 2021-09-17 18:37:07 +0000

    www/nextcloud: Fix shebang in occ script
    
    PR:             258515
    Reported by:    madpilot
---
 www/nextcloud/Makefile     | 2 +-
 www/nextcloud/files/occ.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index d698c562901a..dc63690adbb7 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nextcloud
 PORTVERSION=	22.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://download.nextcloud.com/server/releases/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
diff --git a/www/nextcloud/files/occ.in b/www/nextcloud/files/occ.in
index dbf4550b8c6b..6dfbff45eae4 100644
--- a/www/nextcloud/files/occ.in
+++ b/www/nextcloud/files/occ.in
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
 
 args=
 for arg in "$@" ; do


More information about the dev-commits-ports-main mailing list