Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 09:07:36 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422359 - head/devel/yaml-cpp03
Message-ID:  <201609180907.u8I97ak7030430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Sep 18 09:07:36 2016
New Revision: 422359
URL: https://svnweb.freebsd.org/changeset/ports/422359

Log:
  devel/yaml-cpp03 : switch from GOOGLE_CODE to USE_GITHUB
  
  In r422140 devel/yaml-cpp03 was marked BROKEN, as GOOGLE_CODE has gone swimming
  with the fishes.
  
  The project has moved to github (see devel/yaml-cpp which already uses github).
  
  PR:		212731
  Approved by:	portmgr (antoine), rakuco (mentor)

Modified:
  head/devel/yaml-cpp03/Makefile
  head/devel/yaml-cpp03/distinfo

Modified: head/devel/yaml-cpp03/Makefile
==============================================================================
--- head/devel/yaml-cpp03/Makefile	Sun Sep 18 09:01:41 2016	(r422358)
+++ head/devel/yaml-cpp03/Makefile	Sun Sep 18 09:07:36 2016	(r422359)
@@ -3,8 +3,8 @@
 
 PORTNAME=	yaml-cpp
 PORTVERSION=	0.3.0
+DISTVERSIONPREFIX=	release-
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	03
 
 MAINTAINER=	tim@niemueller.de
@@ -12,13 +12,13 @@ COMMENT=	YAML parser and emitter in C++ 
 
 LICENSE=	MIT
 
-BROKEN=		Unfetchable (google code has gone away)
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
 USES=		cmake
 USE_LDCONFIG=	yes
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	jbeder
+
 post-patch: .SILENT
 	${FIND} ${WRKSRC} -name '*.[hc]*' -o -name CMakeLists.txt | \
 		${XARGS} ${REINPLACE_CMD} -e 's|yaml-cpp|yaml-cpp${PKGNAMESUFFIX}|g'

Modified: head/devel/yaml-cpp03/distinfo
==============================================================================
--- head/devel/yaml-cpp03/distinfo	Sun Sep 18 09:01:41 2016	(r422358)
+++ head/devel/yaml-cpp03/distinfo	Sun Sep 18 09:07:36 2016	(r422359)
@@ -1,2 +1,3 @@
-SHA256 (yaml-cpp-0.3.0.tar.gz) = 2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82
-SIZE (yaml-cpp-0.3.0.tar.gz) = 82674
+TIMESTAMP = 1474037192
+SHA256 (jbeder-yaml-cpp-release-0.3.0_GH0.tar.gz) = ab8d0e07aa14f10224ed6682065569761f363ec44bc36fcdb2946f6d38fe5a89
+SIZE (jbeder-yaml-cpp-release-0.3.0_GH0.tar.gz) = 83201



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