From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 15:29:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B34EC90; Wed, 10 Jun 2015 15:29:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 293B515C8; Wed, 10 Jun 2015 15:29:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AFTQvR082075; Wed, 10 Jun 2015 15:29:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AFTP9Q082072; Wed, 10 Jun 2015 15:29:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506101529.t5AFTP9Q082072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Jun 2015 15:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389038 - 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, 10 Jun 2015 15:29:26 -0000 Author: amdmi3 Date: Wed Jun 10 15:29:24 2015 New Revision: 389038 URL: https://svnweb.freebsd.org/changeset/ports/389038 Log: - Update to 0.8.0 Modified: head/devel/sdl2pp/Makefile head/devel/sdl2pp/distinfo head/devel/sdl2pp/pkg-plist Modified: head/devel/sdl2pp/Makefile ============================================================================== --- head/devel/sdl2pp/Makefile Wed Jun 10 14:38:24 2015 (r389037) +++ head/devel/sdl2pp/Makefile Wed Jun 10 15:29:24 2015 (r389038) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sdl2pp -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/devel/sdl2pp/distinfo ============================================================================== --- head/devel/sdl2pp/distinfo Wed Jun 10 14:38:24 2015 (r389037) +++ head/devel/sdl2pp/distinfo Wed Jun 10 15:29:24 2015 (r389038) @@ -1,2 +1,2 @@ -SHA256 (AMDmi3-libSDL2pp-0.7.1_GH0.tar.gz) = feac209d2e1c214b502b148dc8cbeba48748c80bcefb7d290396875bac38ad50 -SIZE (AMDmi3-libSDL2pp-0.7.1_GH0.tar.gz) = 191440 +SHA256 (AMDmi3-libSDL2pp-0.8.0_GH0.tar.gz) = d60481b218b5f0fbfdaf665758bde05ace1fda95a8e2044dea8ee1e0934837d1 +SIZE (AMDmi3-libSDL2pp-0.8.0_GH0.tar.gz) = 193392 Modified: head/devel/sdl2pp/pkg-plist ============================================================================== --- head/devel/sdl2pp/pkg-plist Wed Jun 10 14:38:24 2015 (r389037) +++ head/devel/sdl2pp/pkg-plist Wed Jun 10 15:29:24 2015 (r389038) @@ -21,5 +21,6 @@ include/SDL2pp/Window.hh include/SDL2pp/external/libcpp_optional.hh lib/libSDL2pp.so lib/libSDL2pp.so.4 -lib/libSDL2pp.so.4.0.0 +lib/libSDL2pp.so.4.1.0 libdata/pkgconfig/sdl2pp.pc +share/cmake/Modules/FindSDL2PP.cmake