From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 14:06:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B38EAA; Sun, 2 Mar 2014 14:06:49 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8C0E1373; Sun, 2 Mar 2014 14:06:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22E6mBm097070; Sun, 2 Mar 2014 14:06:48 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22E6mFM097068; Sun, 2 Mar 2014 14:06:48 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403021406.s22E6mFM097068@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 2 Mar 2014 14:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346765 - head/games/legend-of-edgar 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.17 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: Sun, 02 Mar 2014 14:06:49 -0000 Author: nemysis Date: Sun Mar 2 14:06:48 2014 New Revision: 346765 URL: http://svnweb.freebsd.org/changeset/ports/346765 QAT: https://qat.redports.org/buildarchive/r346765/ Log: - Update to 1.15-1, Announce message: * Updated Dutch, Japanese, Russian and Ukrainian translations * Fixed a minor issue when changing direction using an analogue controller * Fixed the corrupted message that appears when Edgar's inventory is full * The slime timer above Edgar is now removed when changing maps or loading a game * Crushers no longer get stuck if they hit a pushable object * Ice cubes can no longer bounce on springs forever - Strip executable Modified: head/games/legend-of-edgar/Makefile head/games/legend-of-edgar/distinfo Modified: head/games/legend-of-edgar/Makefile ============================================================================== --- head/games/legend-of-edgar/Makefile Sun Mar 2 13:55:36 2014 (r346764) +++ head/games/legend-of-edgar/Makefile Sun Mar 2 14:06:48 2014 (r346765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= edgar -DISTVERSION= 1.14-1 +DISTVERSION= 1.15-1 CATEGORIES= games MASTER_SITES= SF/legendof${PORTNAME}/${PORTVERSION:R}/ PKGNAMEPREFIX= legend-of- @@ -59,6 +59,7 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ Modified: head/games/legend-of-edgar/distinfo ============================================================================== --- head/games/legend-of-edgar/distinfo Sun Mar 2 13:55:36 2014 (r346764) +++ head/games/legend-of-edgar/distinfo Sun Mar 2 14:06:48 2014 (r346765) @@ -1,2 +1,2 @@ -SHA256 (edgar-1.14-1.tar.gz) = 4eede875d573896e99c7cb352c0220c5780d41636ac73f8377e20bf036ddcc71 -SIZE (edgar-1.14-1.tar.gz) = 90870675 +SHA256 (edgar-1.15-1.tar.gz) = 325de6f8ef322b7eb4ef9af008deb437b4bef57f8d72988213525a575a3f9131 +SIZE (edgar-1.15-1.tar.gz) = 90872882