From owner-svn-ports-all@freebsd.org Sat Oct 27 01:35:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3D1D10D10E5; Sat, 27 Oct 2018 01:35:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68DA575218; Sat, 27 Oct 2018 01:35:51 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48D261354; Sat, 27 Oct 2018 01:35:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9R1ZpON034998; Sat, 27 Oct 2018 01:35:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9R1ZoWh034997; Sat, 27 Oct 2018 01:35:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810270135.w9R1ZoWh034997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 27 Oct 2018 01:35:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483089 - head/games/pingus X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/pingus X-SVN-Commit-Revision: 483089 X-SVN-Commit-Repository: ports 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.29 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: Sat, 27 Oct 2018 01:35:51 -0000 Author: jbeich Date: Sat Oct 27 01:35:50 2018 New Revision: 483089 URL: https://svnweb.freebsd.org/changeset/ports/483089 Log: games/pingus: unbreak with boost 1.69 ===> pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found PR: 232525 Modified: head/games/pingus/Makefile (contents, props changed) head/games/pingus/distinfo (contents, props changed) Modified: head/games/pingus/Makefile ============================================================================== --- head/games/pingus/Makefile Sat Oct 27 01:35:39 2018 (r483088) +++ head/games/pingus/Makefile Sat Oct 27 01:35:50 2018 (r483089) @@ -3,18 +3,21 @@ PORTNAME= pingus PORTVERSION= 0.7.6 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ +PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= fef8cf6512fa.patch:-p1 + MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free Lemmings-like game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png \ - libboost_signals.so:devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs +LIB_DEPENDS= libpng.so:graphics/png USES= compiler:c++11-lib iconv scons tar:bzip2 USE_GL= gl Modified: head/games/pingus/distinfo ============================================================================== --- head/games/pingus/distinfo Sat Oct 27 01:35:39 2018 (r483088) +++ head/games/pingus/distinfo Sat Oct 27 01:35:50 2018 (r483089) @@ -1,2 +1,5 @@ +TIMESTAMP = 1324763207 SHA256 (pingus-0.7.6.tar.bz2) = 759c1253075d1e72691bc1e770b24cdd51917041fd1857c1daf85b65a6686460 SIZE (pingus-0.7.6.tar.bz2) = 12622268 +SHA256 (fef8cf6512fa.patch) = cb4788d014fd4c479d95203c442ffb65a8bdb4223219a3cc5e3ab09f9b3a4894 +SIZE (fef8cf6512fa.patch) = 12316