pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/miruo Fix github tag to enable make fetch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f4cf9cea5f8
branches:  trunk
changeset: 652006:0f4cf9cea5f8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu May 21 13:20:57 2015 +0000

description:
Fix github tag to enable make fetch.

diffstat:

 net/miruo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 790db3f71c0f -r 0f4cf9cea5f8 net/miruo/Makefile
--- a/net/miruo/Makefile        Thu May 21 10:41:48 2015 +0000
+++ b/net/miruo/Makefile        Thu May 21 13:20:57 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2015/05/16 03:08:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/05/21 13:20:57 ryoon Exp $
 
 DISTNAME=      miruo-0.9.6
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=KLab/}
 GITHUB_PROJECT=        miruo
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      ${MASTER_SITE_GITHUB:=KLab/miruo/}



Home | Main Index | Thread Index | Old Index