From owner-svn-ports-all@freebsd.org Wed Dec 16 15:08:37 2015 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 23B2BA49AC4; Wed, 16 Dec 2015 15:08:37 +0000 (UTC) (envelope-from amdmi3@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 E632017D9; Wed, 16 Dec 2015 15:08:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBGF8aog069082; Wed, 16 Dec 2015 15:08:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBGF8ZUj069079; Wed, 16 Dec 2015 15:08:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512161508.tBGF8ZUj069079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 16 Dec 2015 15:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403866 - head/devel/sdl2pp 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.20 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: Wed, 16 Dec 2015 15:08:37 -0000 Author: amdmi3 Date: Wed Dec 16 15:08:35 2015 New Revision: 403866 URL: https://svnweb.freebsd.org/changeset/ports/403866 Log: - Update repo URL Modified: head/devel/sdl2pp/Makefile head/devel/sdl2pp/distinfo head/devel/sdl2pp/pkg-descr Modified: head/devel/sdl2pp/Makefile ============================================================================== --- head/devel/sdl2pp/Makefile Wed Dec 16 14:49:03 2015 (r403865) +++ head/devel/sdl2pp/Makefile Wed Dec 16 15:08:35 2015 (r403866) @@ -12,7 +12,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_GITHUB= yes -GH_ACCOUNT= AMDmi3 +GH_ACCOUNT= libSDL2pp GH_PROJECT= libSDL2pp USES= compiler:c++11-lib cmake Modified: head/devel/sdl2pp/distinfo ============================================================================== --- head/devel/sdl2pp/distinfo Wed Dec 16 14:49:03 2015 (r403865) +++ head/devel/sdl2pp/distinfo Wed Dec 16 15:08:35 2015 (r403866) @@ -1,2 +1,2 @@ -SHA256 (AMDmi3-libSDL2pp-0.11.0_GH0.tar.gz) = 018c0178efe63b863af439d6212c965935698779e93f00595285fc1ee8d2b321 -SIZE (AMDmi3-libSDL2pp-0.11.0_GH0.tar.gz) = 292178 +SHA256 (libSDL2pp-libSDL2pp-0.11.0_GH0.tar.gz) = 018c0178efe63b863af439d6212c965935698779e93f00595285fc1ee8d2b321 +SIZE (libSDL2pp-libSDL2pp-0.11.0_GH0.tar.gz) = 292178 Modified: head/devel/sdl2pp/pkg-descr ============================================================================== --- head/devel/sdl2pp/pkg-descr Wed Dec 16 14:49:03 2015 (r403865) +++ head/devel/sdl2pp/pkg-descr Wed Dec 16 15:08:35 2015 (r403866) @@ -7,4 +7,4 @@ functions with extra features proided wi * C++11 move semantics support, which allow you to store SDL objects in containers and pass/return them by value with no overhead -WWW: https://github.com/AMDmi3/libSDL2pp +WWW: https://github.com/libSDL2pp/libSDL2pp