From owner-svn-ports-all@freebsd.org Fri Jun 9 13:31:22 2017 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 57531BF4A27; Fri, 9 Jun 2017 13:31:22 +0000 (UTC) (envelope-from tobik@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 26136672C0; Fri, 9 Jun 2017 13:31:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v59DVLgU089293; Fri, 9 Jun 2017 13:31:21 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v59DVLZ9089292; Fri, 9 Jun 2017 13:31:21 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201706091331.v59DVLZ9089292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 9 Jun 2017 13:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442982 - head/games/opensonic 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: Fri, 09 Jun 2017 13:31:22 -0000 Author: tobik Date: Fri Jun 9 13:31:21 2017 New Revision: 442982 URL: https://svnweb.freebsd.org/changeset/ports/442982 Log: Add explicit libpng dependency to fix the build of games/opensonic after the recent devel/allegro update. PR: 215838 Approved by: mat (mentor), devel@stasyan.com (maintainer) Differential Revision: https://reviews.freebsd.org/D11039 Modified: head/games/opensonic/Makefile Modified: head/games/opensonic/Makefile ============================================================================== --- head/games/opensonic/Makefile Fri Jun 9 13:30:19 2017 (r442981) +++ head/games/opensonic/Makefile Fri Jun 9 13:31:21 2017 (r442982) @@ -3,7 +3,7 @@ PORTNAME= opensonic PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION} DISTNAME= opensnc-src-${PORTVERSION} @@ -14,6 +14,7 @@ COMMENT= Game based on the "Sonic the Hedgehog" univer BUILD_DEPENDS= alpng>=1.3:graphics/alpng LIB_DEPENDS= liballeg.so:devel/allegro \ libogg.so:audio/libogg \ + libpng.so:graphics/png \ libvorbis.so:audio/libvorbis DESKTOP_ENTRIES="${PORTNAME}" \