Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2024 20:53:35 GMT
From:      Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e220fd163fc4 - main - www/pydio-cells: update to 4.3.3
Message-ID:  <202401092053.409KrZ3h082191@gitrepo.freebsd.org>

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

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

commit e220fd163fc4e8da56392beccf5c69dcac17b67c
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2024-01-09 20:48:01 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2024-01-09 20:48:01 +0000

    www/pydio-cells: update to 4.3.3
    
    Also remove go.mod hack which is no longer necessary
    
    Changelog:      https://github.com/pydio/cells/releases/tag/v4.3.3
---
 www/pydio-cells/Makefile | 10 +---------
 www/pydio-cells/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile
index 53c11ef43e1a..576a5fb9e3ac 100644
--- a/www/pydio-cells/Makefile
+++ b/www/pydio-cells/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cells
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.3.2
+DISTVERSION=	4.3.3
 CATEGORIES=	www
 PKGNAMEPREFIX=	pydio-
 
@@ -32,14 +32,6 @@ OPTIONS_DEFAULT=	BASH ZSH
 BASH_PLIST_FILES=	etc/bash_completion.d/${PORTNAME}
 ZSH_PLIST_FILES=	share/zsh/site-functions/_${PORTNAME}
 
-post-fetch:
-	# `sourcegraph/appdash-data` doesn't fetch from the proxy, so replace it with the direct GitHub link.
-	# Remove when no longer required for a successful `fetch`
-	#
-	(cd ${DISTDIR}/${DIST_SUBDIR}; \
-		[ -e go.mod ] || (${CP} ${GO_MODFILE} go.mod; \
-			${GO_CMD} mod edit -replace "sourcegraph.com/sourcegraph/appdash-data=github.com/sourcegraph/appdash-data@v0.0.0-20151005221446-73f23eafcf67"))
-
 post-build-BASH-on:
 	${SETENV} CELLS_WORKING_DIR=${WRKDIR}/wrkdir \
 		${GO_WRKDIR_BIN}/${PORTNAME} tools completion bash \
diff --git a/www/pydio-cells/distinfo b/www/pydio-cells/distinfo
index 23d7909957a7..09f2284ce8fb 100644
--- a/www/pydio-cells/distinfo
+++ b/www/pydio-cells/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1704328896
-SHA256 (go/www_pydio-cells/cells-v4.3.2/v4.3.2.mod) = 54805af624883c608b90df56eb911a3a0ad603e7a7c11375429e57f5d1b169d1
-SIZE (go/www_pydio-cells/cells-v4.3.2/v4.3.2.mod) = 26127
-SHA256 (go/www_pydio-cells/cells-v4.3.2/v4.3.2.zip) = a01e3fcd104677b1dccb2bbbb5768dae5490a93d6087fe7c942b2ab7e20477ca
-SIZE (go/www_pydio-cells/cells-v4.3.2/v4.3.2.zip) = 58112824
+TIMESTAMP = 1704832667
+SHA256 (go/www_pydio-cells/cells-v4.3.3/v4.3.3.mod) = 103a40c309a95b617f655bfeb08b11307bf7256f616a57dc2cb26509a2c9e38b
+SIZE (go/www_pydio-cells/cells-v4.3.3/v4.3.3.mod) = 26251
+SHA256 (go/www_pydio-cells/cells-v4.3.3/v4.3.3.zip) = 7d64fcbbda3e1534e788d806c5cf7a95e3877e192c6a4fe5057caaac4ad76f15
+SIZE (go/www_pydio-cells/cells-v4.3.3/v4.3.3.zip) = 57983103



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