pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/tinyxml2 Remove unnecessary assignment. Use d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b0229dc25f7
branches:  trunk
changeset: 651767:5b0229dc25f7
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 11 14:29:30 2015 +0000

description:
Remove unnecessary assignment. Use default for GITHUB_{TAG,PROJECT}.

diffstat:

 textproc/tinyxml2/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 367f747345b0 -r 5b0229dc25f7 textproc/tinyxml2/Makefile
--- a/textproc/tinyxml2/Makefile        Mon May 11 14:28:43 2015 +0000
+++ b/textproc/tinyxml2/Makefile        Mon May 11 14:29:30 2015 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2015/05/11 14:21:29 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/05/11 14:29:30 mef Exp $
 
 DISTNAME=      tinyxml2-2.2.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=leethomason/}
-GITHUB_PROJECT=        tinyxml2
-GITHUB_TAG=    2.2.0
 EXTRACT_USING= bsdtar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index