pkgsrc-WIP-changes archive

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

jsoncpp-svn: Switch HOMEPAGE and source to GitHub



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 13:53:39 2016 +0200
Changeset:	8109d5f5baae27f0973d57e6ebf8488ca79f63ee

Modified Files:
	jsoncpp-svn/Makefile

Log Message:
jsoncpp-svn: Switch HOMEPAGE and source to GitHub

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8109d5f5baae27f0973d57e6ebf8488ca79f63ee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 jsoncpp-svn/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/jsoncpp-svn/Makefile b/jsoncpp-svn/Makefile
index 8e46c6f..995e4ac 100644
--- a/jsoncpp-svn/Makefile
+++ b/jsoncpp-svn/Makefile
@@ -5,12 +5,12 @@ CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=jsoncpp/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://jsoncpp.sourceforge.net/
+HOMEPAGE=	https://github.com/open-source-parsers/jsoncpp
 COMMENT=	JSON reader and writer in C++
 LICENSE=	mit
 
-SVN_REPOSITORIES=	json-cpp
-SVN_ROOT.json-cpp=	http://svn.code.sf.net/p/jsoncpp/code/trunk/jsoncpp
+GIT_REPOSITORIES=	json-cpp
+GIT_REPO.json-cpp=	git%github.com@localhost:open-source-parsers/jsoncpp.git
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
@@ -21,5 +21,5 @@ PYTHON_FOR_BUILD_ONLY=	yes
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 0.6.0rc2nb20140217
 
 .include "../../lang/python/application.mk"
-.include "../../wip/mk/svn-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index