From owner-svn-ports-head@freebsd.org Tue Mar 21 20:33:35 2017 Return-Path: Delivered-To: svn-ports-head@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 B7D0FD162D6; Tue, 21 Mar 2017 20:33:35 +0000 (UTC) (envelope-from danfe@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 8735A16B3; Tue, 21 Mar 2017 20:33:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2LKXYRY005820; Tue, 21 Mar 2017 20:33:34 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2LKXYZg005818; Tue, 21 Mar 2017 20:33:34 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703212033.v2LKXYZg005818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 21 Mar 2017 20:33:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436635 - in head/games/manaplus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2017 20:33:35 -0000 Author: danfe Date: Tue Mar 21 20:33:34 2017 New Revision: 436635 URL: https://svnweb.freebsd.org/changeset/ports/436635 Log: - Update `games/manaplus' to version 1.7.3.18 - Upstream had removed PhysicsFS dependency and applied our local patch - TIMESTAMP (manaplus-1.7.3.18.tar.xz) = 1489855191 PR: 217925 Submitted by: maintainer Deleted: head/games/manaplus/files/ Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Tue Mar 21 20:26:20 2017 (r436634) +++ head/games/manaplus/Makefile Tue Mar 21 20:33:34 2017 (r436635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.7.3.4 +PORTVERSION= 1.7.3.18 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libpng.so:graphics/png \ - libcurl.so:ftp/curl \ - libphysfs.so:devel/physfs + libcurl.so:ftp/curl USES= autoreconf pkgconfig:build tar:xz USE_XORG= x11 Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Tue Mar 21 20:26:20 2017 (r436634) +++ head/games/manaplus/distinfo Tue Mar 21 20:33:34 2017 (r436635) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488653063 -SHA256 (manaplus-1.7.3.4.tar.xz) = 20d8ccd4d91edc0f9de4db9d5c0ae99906be393f6d762b87c2d784279ffe7d55 -SIZE (manaplus-1.7.3.4.tar.xz) = 14794704 +TIMESTAMP = 1489855191 +SHA256 (manaplus-1.7.3.18.tar.xz) = 053908c2f42b9db637536adbcb84b31c3cf203af4d954cda26d78afa798cb5a6 +SIZE (manaplus-1.7.3.18.tar.xz) = 14793708