pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/csvtomd
Module Name: pkgsrc
Committed By: cheusov
Date: Thu Jul 28 09:49:04 UTC 2016
Modified Files:
pkgsrc/textproc/csvtomd: Makefile
Log Message:
cvstomd: Add GITHUB_TAG that fixes "fetch" stage
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/csvtomd/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/csvtomd/Makefile
diff -u pkgsrc/textproc/csvtomd/Makefile:1.1 pkgsrc/textproc/csvtomd/Makefile:1.2
--- pkgsrc/textproc/csvtomd/Makefile:1.1 Wed Jul 27 23:15:45 2016
+++ pkgsrc/textproc/csvtomd/Makefile Thu Jul 28 09:49:04 2016
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2016/07/27 23:15:45 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/28 09:49:04 cheusov Exp $
DISTNAME= csvtomd-v0.1.1
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/}
-MAINTAINER= cheusov%tut.by@localhost
-HOMEPAGE= ${MASTER_SITE_GITHUB:=mplewis/csvtomd/}
COMMENT= Convert your CSV files into Markdown tables
LICENSE= mit
+GITHUB_PROJECT= csvtomd
+GITHUB_TAG= ${DISTNAME:S/csvtomd-//}
+MAINTAINER= cheusov%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mplewis/csvtomd/
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index