pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nghttp2
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 30 14:00:09 UTC 2020
Added Files:
pkgsrc/www/nghttp2: Makefile.common
Log Message:
nghttp2: add Makefile.common
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/nghttp2/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/nghttp2/Makefile.common
diff -u /dev/null pkgsrc/www/nghttp2/Makefile.common:1.1
--- /dev/null Mon Mar 30 14:00:09 2020
+++ pkgsrc/www/nghttp2/Makefile.common Mon Mar 30 14:00:09 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.common,v 1.1 2020/03/30 14:00:09 adam Exp $
+# used by www/nghttp2/Makefile
+# used by www/nghttp2-tools/Makefile
+
+DISTNAME= nghttp2-1.40.0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
+EXTRACT_SUFX= .tar.xz
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://nghttp2.org/
+LICENSE= mit
+
+DISTINFO_FILE= ${.CURDIR}/../../www/nghttp2/distinfo
+PATCHDIR= ${.CURDIR}/../../www/nghttp2/patches
Home |
Main Index |
Thread Index |
Old Index