pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/etckeeper



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Dec 22 13:17:20 UTC 2022

Modified Files:
        pkgsrc/sysutils/etckeeper: Makefile

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/etckeeper/Makefile

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

Modified files:

Index: pkgsrc/sysutils/etckeeper/Makefile
diff -u pkgsrc/sysutils/etckeeper/Makefile:1.25 pkgsrc/sysutils/etckeeper/Makefile:1.26
--- pkgsrc/sysutils/etckeeper/Makefile:1.25     Tue Jun 28 11:35:56 2022
+++ pkgsrc/sysutils/etckeeper/Makefile  Thu Dec 22 13:17:20 2022
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.25 2022/06/28 11:35:56 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/12/22 13:17:20 schmonz Exp $
 #
 
-DISTNAME=      etckeeper_1.18.16.orig
-PKGNAME=       ${DISTNAME:S/_/-/:S/.orig$//}
-PKGREVISION=   2
-CATEGORIES=    sysutils
-MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/e/etckeeper/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://etckeeper.branchable.com/
-COMMENT=       Store /etc in git, mercurial, bzr or darcs
-LICENSE=       gnu-gpl-v2
-
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV:S/.1$//}
-USE_LANGUAGES= # none
-USE_TOOLS+=    gawk perl:run
+DISTNAME=              etckeeper_1.18.16.orig
+PKGNAME=               ${DISTNAME:S/_/-/:S/.orig$//}
+PKGREVISION=           2
+CATEGORIES=            sysutils
+MASTER_SITES=          ${MASTER_SITE_DEBIAN:=pool/main/e/etckeeper/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://etckeeper.branchable.com/
+COMMENT=               Store /etc in git, mercurial, bzr or darcs
+LICENSE=               gnu-gpl-v2
+
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV:S/.1$//}
+USE_LANGUAGES=         # none
+USE_TOOLS+=            gawk perl:run
 
-NO_BUILD=      yes
-AUTO_MKDIRS=   yes
+NO_BUILD=              yes
+AUTO_MKDIRS=           yes
 
-BUILD_DEFS+=   VARBASE
+BUILD_DEFS+=           VARBASE
 
 .include "cf-files.mk"
 



Home | Main Index | Thread Index | Old Index