Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 01:07:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423740 - head/games/pipewalker
Message-ID:  <201610110107.u9B17IJB063666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 11 01:07:18 2016
New Revision: 423740
URL: https://svnweb.freebsd.org/changeset/ports/423740

Log:
  - Update to 0.9.4
  - Switch to USES=localbase

Modified:
  head/games/pipewalker/Makefile
  head/games/pipewalker/distinfo

Modified: head/games/pipewalker/Makefile
==============================================================================
--- head/games/pipewalker/Makefile	Tue Oct 11 00:59:36 2016	(r423739)
+++ head/games/pipewalker/Makefile	Tue Oct 11 01:07:18 2016	(r423740)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	pipewalker
-PORTVERSION=	0.9.1
-PORTREVISION=	3
+PORTVERSION=	0.9.4
 CATEGORIES=	games
 MASTER_SITES=	SF
-EXTRACT_SUFX=	-src.tar.gz
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Clone of the NetWalk game
@@ -14,14 +12,13 @@ COMMENT=	Clone of the NetWalk game
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		desktop-file-utils
+LIB_DEPENDS=	libpng.so:graphics/png
+
+USES=		desktop-file-utils localbase
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl
 USE_GL=		gl glu
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -pthread
-
 PLIST_FILES=	bin/${PORTNAME} \
 		share/applications/${PORTNAME}.desktop \
 		share/pixmaps/${PORTNAME}.xpm

Modified: head/games/pipewalker/distinfo
==============================================================================
--- head/games/pipewalker/distinfo	Tue Oct 11 00:59:36 2016	(r423739)
+++ head/games/pipewalker/distinfo	Tue Oct 11 01:07:18 2016	(r423740)
@@ -1,2 +1,3 @@
-SHA256 (pipewalker-0.9.1-src.tar.gz) = 4ea2f698e1275e493fa262004f97385c6f4758ad05a07db7e9f731ce8ff0d8b3
-SIZE (pipewalker-0.9.1-src.tar.gz) = 930790
+TIMESTAMP = 1473636653
+SHA256 (pipewalker-0.9.4.tar.gz) = d6d7717f1f333847cc4a2e9d83e97b971b3bfb539d99d4ae30a5140de6e386f4
+SIZE (pipewalker-0.9.4.tar.gz) = 948399



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610110107.u9B17IJB063666>