pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tlsh Add GITHUB_PROJECT so fetching works for py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7950aa23fd77
branches:  trunk
changeset: 352025:7950aa23fd77
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 04 10:41:48 2016 +0000

description:
Add GITHUB_PROJECT so fetching works for py-tlsh.

diffstat:

 devel/tlsh/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 9463e86b1d7a -r 7950aa23fd77 devel/tlsh/Makefile.common
--- a/devel/tlsh/Makefile.common        Sun Sep 04 10:41:05 2016 +0000
+++ b/devel/tlsh/Makefile.common        Sun Sep 04 10:41:48 2016 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.3 2016/09/01 17:04:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.4 2016/09/04 10:41:48 wiz Exp $
 # used by devel/tlsh/Makefile
 # used by devel/py-tlsh/Makefile
 
 DISTNAME=      tlsh-3.4.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=trendmicro/}
+GITHUB_PROJECT=        tlsh
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index