pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vim-classic: small cosmetic updates (there's a real homepage now)



Module Name:	pkgsrc-wip
Committed By:	Jeff Frasca <thatguy%jeff-frasca.name@localhost>
Pushed By:	phaedrus
Date:		Tue Mar 31 11:43:50 2026 -0700
Changeset:	6cc1b68b585986b41a557067448aa46f1291010e

Modified Files:
	vim-classic-share/Makefile.common
	vim-classic-share/version.mk

Log Message:
vim-classic: small cosmetic updates (there's a real homepage now)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cc1b68b585986b41a557067448aa46f1291010e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vim-classic-share/Makefile.common | 2 +-
 vim-classic-share/version.mk      | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/vim-classic-share/Makefile.common b/vim-classic-share/Makefile.common
index 4391263af1..91ef7bd741 100644
--- a/vim-classic-share/Makefile.common
+++ b/vim-classic-share/Makefile.common
@@ -16,7 +16,7 @@ FORTIFY_SUPPORTED=	no
 .include "../../mk/bsd.prefs.mk"
 
 MAINTAINER=		
-HOMEPAGE=		https://git.sr.ht/~sircmpwn/vim-classic
+HOMEPAGE=		https://vim-classic.org/
 LICENSE=		vim-license OR gnu-gpl-v2
 
 CONFLICTS+=		vim-kde-[0-9]*
diff --git a/vim-classic-share/version.mk b/vim-classic-share/version.mk
index 7e49cfd028..5a7e5196d3 100644
--- a/vim-classic-share/version.mk
+++ b/vim-classic-share/version.mk
@@ -1,8 +1,10 @@
 # $NetBSD: $
 
 VIM_VERSION=		8.2
-# XXX This version of vim-classic is Drew Devault's fork.  I need to email him about
-# how patchlevel versions are going to be handled going forward.  Leaving as-is for now.
+# XXX This version of vim-classic is Drew Devault's fork.  He's about to cut an
+# 8.3.0 release in April.  When that happens, I'll update the packaging again,
+# as the code changes I saw today (30mar2026) look like they solve most of this
+# and will simplify the distfile situation.
 VIM_PATCHLEVEL=		5172
 VIM_SUBDIR=		vim82
 


Home | Main Index | Thread Index | Old Index