svn commit: r346765 - head/games/legend-of-edgar

Rusmir Dusko nemysis at FreeBSD.org
Sun Mar 2 14:06:49 UTC 2014


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


More information about the svn-ports-all mailing list