Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 07:37:42 +0000
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4d3192df84f - main - filesystems/tclvfs: add PORTEPOCH
Message-ID:  <6a7196c6.3422b.11f5fe4f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gahr:

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

commit d4d3192df84f0df86b23d12f283f63c3d3712144
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2026-08-04 07:35:48 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2026-08-04 07:37:40 +0000

    filesystems/tclvfs: add PORTEPOCH
    
    The last version bump went back in time, 1.5.0 < 20080503_1.
    While at it, use tabs instead of spaces after variable names.
---
 filesystems/tclvfs/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/filesystems/tclvfs/Makefile b/filesystems/tclvfs/Makefile
index e8ad10b98881..8701c6883d28 100644
--- a/filesystems/tclvfs/Makefile
+++ b/filesystems/tclvfs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tclvfs
 DISTVERSION=	1.5.0
+PORTEPOCH=	1
 CATEGORIES=	filesystems devel
 MASTER_SITES=	https://core.tcl-lang.org/tclvfs/tarball/
 DISTNAME=	${PORTNAME}-${SNAPSHOT}
@@ -8,10 +9,10 @@ MAINTAINER=	tcltk@FreeBSD.org
 COMMENT=	Tcl VirtualFileSystem layer
 WWW=		https://core.tcl-lang.org/tclvfs
 
-LICENSE=       TclTk
-LICENSE_NAME=  Tcl/Tk License
-LICENSE_FILE=  ${WRKSRC}/license.terms
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE=	TclTk
+LICENSE_NAME=	Tcl/Tk License
+LICENSE_FILE=	${WRKSRC}/license.terms
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 LIB_DEPENDS=	libTrf2.1.4.so:devel/tcl-trf
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7196c6.3422b.11f5fe4f>