pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/editline



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Jun  1 14:42:23 UTC 2025

Modified Files:
        pkgsrc/devel/editline: Makefile

Log Message:
devel/editline: fix alignment (NFC)

The previous commit -noticeably missing a commit message- was meant to
fix the broken libedit build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/editline/Makefile

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

Modified files:

Index: pkgsrc/devel/editline/Makefile
diff -u pkgsrc/devel/editline/Makefile:1.18 pkgsrc/devel/editline/Makefile:1.19
--- pkgsrc/devel/editline/Makefile:1.18 Sun Jun  1 14:14:35 2025
+++ pkgsrc/devel/editline/Makefile      Sun Jun  1 14:42:23 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2025/06/01 14:14:35 vins Exp $
+# $NetBSD: Makefile,v 1.19 2025/06/01 14:42:23 vins Exp $
 
-DISTNAME=              libedit-20250104-3.1
+DISTNAME=      libedit-20250104-3.1
+PKGNAME=       editline-3.1.20250104
 PKGREVISION=   1
-PKGNAME=               editline-3.1.20250104
-CATEGORIES=            devel
-MASTER_SITES=          https://thrysoee.dk/editline/
+CATEGORIES=    devel
+MASTER_SITES=  https://thrysoee.dk/editline/
 
 MAINTAINER=            ryoon%NetBSD.org@localhost
 HOMEPAGE=              https://thrysoee.dk/editline/



Home | Main Index | Thread Index | Old Index