pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/discount



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct  7 19:50:53 UTC 2023

Modified Files:
        pkgsrc/textproc/discount: Makefile

Log Message:
discount: indent Makefile, NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/discount/Makefile

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

Modified files:

Index: pkgsrc/textproc/discount/Makefile
diff -u pkgsrc/textproc/discount/Makefile:1.15 pkgsrc/textproc/discount/Makefile:1.16
--- pkgsrc/textproc/discount/Makefile:1.15      Sat Oct  7 19:50:24 2023
+++ pkgsrc/textproc/discount/Makefile   Sat Oct  7 19:50:53 2023
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.15 2023/10/07 19:50:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2023/10/07 19:50:53 schmonz Exp $
 
-DISTNAME=      discount-2.2.7d
-CATEGORIES=    textproc
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=Orc/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-MAINTAINER=    zecrazytux%zecrazytux.net@localhost
-HOMEPAGE=      http://www.pell.portland.or.us/~orc/Code/discount/
-COMMENT=       Markdown C implementation
-LICENSE=       modified-bsd
+DISTNAME=              discount-2.2.7d
+CATEGORIES=            textproc
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=Orc/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
+
+MAINTAINER=            zecrazytux%zecrazytux.net@localhost
+HOMEPAGE=              http://www.pell.portland.or.us/~orc/Code/discount/
+COMMENT=               Markdown C implementation
+LICENSE=               modified-bsd
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 



Home | Main Index | Thread Index | Old Index