Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 07:22:17 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384968 - head/devel/rapidjson
Message-ID:  <201504290722.t3T7MH6f026088@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Apr 29 07:22:17 2015
New Revision: 384968
URL: https://svnweb.freebsd.org/changeset/ports/384968

Log:
  update to 1.0.1
  
  PR:		199769
  Submitted by:	maintainer

Modified:
  head/devel/rapidjson/Makefile
  head/devel/rapidjson/distinfo
  head/devel/rapidjson/pkg-plist

Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile	Wed Apr 29 06:57:39 2015	(r384967)
+++ head/devel/rapidjson/Makefile	Wed Apr 29 07:22:17 2015	(r384968)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	rapidjson
-PORTVERSION=	0.150310
+PORTVERSION=	1.0.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel textproc
 
 MAINTAINER=	yuri@rawbw.com
@@ -15,8 +16,7 @@ LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	miloyip
-GH_COMMIT=	c745c95
-GH_TAGNAME=	${GH_COMMIT}
+GH_PROJECT=	rapidjson
 
 USES=		cmake compiler:c++11-lang gmake
 

Modified: head/devel/rapidjson/distinfo
==============================================================================
--- head/devel/rapidjson/distinfo	Wed Apr 29 06:57:39 2015	(r384967)
+++ head/devel/rapidjson/distinfo	Wed Apr 29 07:22:17 2015	(r384968)
@@ -1,2 +1,2 @@
-SHA256 (rapidjson-0.150310.tar.gz) = c1ea1694b32fe33466b90ab70e80105823286a9f1332431d1f6f0fc15ceac43e
-SIZE (rapidjson-0.150310.tar.gz) = 582317
+SHA256 (miloyip-rapidjson-v1.0.1_GH0.tar.gz) = a9003ad5c6384896ed4fd1f4a42af108e88e1b582261766df32d717ba744ee73
+SIZE (miloyip-rapidjson-v1.0.1_GH0.tar.gz) = 724863

Modified: head/devel/rapidjson/pkg-plist
==============================================================================
--- head/devel/rapidjson/pkg-plist	Wed Apr 29 06:57:39 2015	(r384967)
+++ head/devel/rapidjson/pkg-plist	Wed Apr 29 07:22:17 2015	(r384968)
@@ -5,7 +5,6 @@ include/rapidjson/encodings.h
 include/rapidjson/error/en.h
 include/rapidjson/error/error.h
 include/rapidjson/filereadstream.h
-include/rapidjson/filestream.h
 include/rapidjson/filewritestream.h
 include/rapidjson/internal/biginteger.h
 include/rapidjson/internal/diyfp.h
@@ -31,9 +30,7 @@ lib/cmake/RapidJSON/RapidJSONConfigVersi
 libdata/pkgconfig/RapidJSON.pc
 %%DOCS%%share/doc/RapidJSON/readme.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake_install.cmake
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504290722.t3T7MH6f026088>