git: d4d3192df84f - main - filesystems/tclvfs: add PORTEPOCH
Pietro Cerutti <[email protected]> Tue, 04 Aug 2026 07:37:42 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4d3192df84f0df86b23d12f283f63c3d3712144 commit d4d3192df84f0df86b23d12f283f63c3d3712144 Author: Pietro Cerutti <[email protected]> AuthorDate: 2026-08-04 07:35:48 +0000 Commit: Pietro Cerutti <[email protected]> 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= [email protected] 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