From owner-svn-ports-all@freebsd.org Fri Dec 25 23:38:41 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 14958A51931; Fri, 25 Dec 2015 23:38:41 +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 B47FD15C6; Fri, 25 Dec 2015 23:38:40 +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 tBPNcdgm085461; Fri, 25 Dec 2015 23:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNcdUt085458; Fri, 25 Dec 2015 23:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252338.tBPNcdUt085458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404490 - head/devel/love 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: Fri, 25 Dec 2015 23:38:41 -0000 Author: amdmi3 Date: Fri Dec 25 23:38:39 2015 New Revision: 404490 URL: https://svnweb.freebsd.org/changeset/ports/404490 Log: - Update to 0.10.0 PR: 205520 Modified: head/devel/love/Makefile head/devel/love/distinfo head/devel/love/pkg-plist Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Fri Dec 25 23:35:24 2015 (r404489) +++ head/devel/love/Makefile Fri Dec 25 23:38:39 2015 (r404490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= love -PORTVERSION= 0.9.2 +PORTVERSION= 0.10.0 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,18 +14,20 @@ COMMENT= Open-source 2D game engine LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/license.txt -LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ - libmodplug.so:${PORTSDIR}/audio/libmodplug \ +LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug \ libmpg123.so:${PORTSDIR}/audio/mpg123 \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libphysfs.so:${PORTSDIR}/devel/physfs \ - libfreetype.so:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libtheora.so:${PORTSDIR}/multimedia/libtheora -USES= gmake openal libtool pkgconfig compiler:c++11-lib \ - desktop-file-utils shared-mime-info localbase +USES= compiler:c++11-lib desktop-file-utils gmake libtool \ + localbase openal pkgconfig shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes +CONFIGURE_ENV= zlib_CFLAGS=" " \ + zlib_LIBS="-lz" WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip Modified: head/devel/love/distinfo ============================================================================== --- head/devel/love/distinfo Fri Dec 25 23:35:24 2015 (r404489) +++ head/devel/love/distinfo Fri Dec 25 23:38:39 2015 (r404490) @@ -1,2 +1,2 @@ -SHA256 (love-0.9.2-linux-src.tar.gz) = a995d062dc14e7944c239934b9343583153718774511d8625885aa57f2b5c172 -SIZE (love-0.9.2-linux-src.tar.gz) = 1451535 +SHA256 (love-0.10.0-linux-src.tar.gz) = 97a4df98e56c4e9b9d9097633a76319e719de8f87c494782df8dc1c1b30d56e4 +SIZE (love-0.10.0-linux-src.tar.gz) = 1586980 Modified: head/devel/love/pkg-plist ============================================================================== --- head/devel/love/pkg-plist Fri Dec 25 23:35:24 2015 (r404489) +++ head/devel/love/pkg-plist Fri Dec 25 23:38:39 2015 (r404490) @@ -1,5 +1,4 @@ bin/love -lib/liblove.a lib/liblove.so lib/liblove.so.0 lib/liblove.so.0.0.0