From owner-svn-ports-all@freebsd.org Sun Sep 18 09:07:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B66C6BDF4B3; Sun, 18 Sep 2016 09:07:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE319DB; Sun, 18 Sep 2016 09:07:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8I97aDd030432; Sun, 18 Sep 2016 09:07:36 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8I97ak7030430; Sun, 18 Sep 2016 09:07:36 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609180907.u8I97ak7030430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 18 Sep 2016 09:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422359 - head/devel/yaml-cpp03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 09:07:37 -0000 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