git: f80f063aa062 - main - editors/vim-classic: Adjust MASTER_SITES so DISTNAME, WRKSRC need not be set.
Bruce M Simpson <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bms: URL: https://cgit.FreeBSD.org/ports/commit/?id=f80f063aa062626a908ca936c807ad350079d5cc commit f80f063aa062626a908ca936c807ad350079d5cc Author: Bruce M Simpson <[email protected]> AuthorDate: 2026-08-14 11:37:11 +0000 Commit: Bruce M Simpson <[email protected]> CommitDate: 2026-08-14 12:56:50 +0000 editors/vim-classic: Adjust MASTER_SITES so DISTNAME, WRKSRC need not be set. Fix minor comment nits while we are here. Submitted by: fuz Approved by: fuz --- editors/vim-classic/Makefile | 9 ++------- editors/vim-classic/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/editors/vim-classic/Makefile b/editors/vim-classic/Makefile index 8d656bb2f352..02d3f85d627c 100644 --- a/editors/vim-classic/Makefile +++ b/editors/vim-classic/Makefile @@ -2,9 +2,8 @@ PORTNAME= vim-classic PORTVERSION= 8.3.0 DISTVERSIONPREFIX= v CATEGORIES= editors -MASTER_SITES= https://git.sr.ht/~sircmpwn/vim-classic/archive/ \ - https://mirror.sonologic.net/vim-classic/ -DISTNAME= ${DISTVERSIONPREFIX}${PORTVERSION} +MASTER_SITES= https://git.sr.ht/~sircmpwn/vim-classic/archive/v${DISTVERSION}.tar.gz?dummy=/ \ + https://mirror.sonologic.net/vim-classic/v${DISTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= [email protected] @@ -17,7 +16,6 @@ LICENSE_NAME= VIM License LICENSE_FILE= ${WRKSRC}/runtime/doc/uganda.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -# Flavors {{{1 # FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is # console-only. FLAVORS= console gtk2 gtk3 motif x11 tiny @@ -27,7 +25,6 @@ CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/} USES= cpe desktop-file-utils iconv ncurses pkgconfig shebangfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} DATADIR= ${PREFIX}/share/vim # Vim will try to link against libcanberra if it's installed @@ -116,7 +113,6 @@ CFLAGS+= -DPy_DEBUG -DPy_DEBUG_NO_PYMALLOC . endif .endif -# Options {{{1 # The bulk of the OPTIONS are for normal (non-tiny) vim ### Make sure any new options are excluded below in CONSOLE/TINY OPTIONS_DEFAULT= CTAGS_BASE XXD @@ -174,7 +170,6 @@ TCL_CONFIGURE_ENABLE= tclinterp TCL_CONFIGURE_WITH= tclsh=tclsh${TCL_VER} TCL_USES= tcl -# Targets {{{1 .include <bsd.port.pre.mk> post-extract: diff --git a/editors/vim-classic/distinfo b/editors/vim-classic/distinfo index 22c064be9618..0652ab3085d1 100644 --- a/editors/vim-classic/distinfo +++ b/editors/vim-classic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1786639367 -SHA256 (vim-classic/v8.3.0.tar.gz) = 6e1c97c8269e9354bbc474f0efa7e1e0b23fcdb6075067474d731a9bfac6e8ef -SIZE (vim-classic/v8.3.0.tar.gz) = 14767832 +TIMESTAMP = 1786707178 +SHA256 (vim-classic/vim-classic-v8.3.0.tar.gz) = 6e1c97c8269e9354bbc474f0efa7e1e0b23fcdb6075067474d731a9bfac6e8ef +SIZE (vim-classic/vim-classic-v8.3.0.tar.gz) = 14767832