Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 17:56:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419139 - head/devel/onscripter
Message-ID:  <201607261756.u6QHuUja091291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jul 26 17:56:30 2016
New Revision: 419139
URL: https://svnweb.freebsd.org/changeset/ports/419139

Log:
  devel/onscripter: update to 20160726 while fixing
  
  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/bin/nsaconv is linked to /usr/local/lib/libjpeg.so.8 from graphics/jpeg-turbo but it is not declared as a dependency
  Warning: you need USES+=jpeg
  
  MFH:		2016Q3

Modified:
  head/devel/onscripter/Makefile   (contents, props changed)
  head/devel/onscripter/distinfo   (contents, props changed)

Modified: head/devel/onscripter/Makefile
==============================================================================
--- head/devel/onscripter/Makefile	Tue Jul 26 17:32:32 2016	(r419138)
+++ head/devel/onscripter/Makefile	Tue Jul 26 17:56:30 2016	(r419139)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	onscripter
-PORTVERSION=	20160327
+PORTVERSION=	20160726
 CATEGORIES=	devel games
 MASTER_SITES=	http://onscripter.osdn.jp/
 
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libsmpeg.so:multimedia/smpe
 		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	sdl_ttf>=2.0.11_6:graphics/sdl_ttf
 
-USES=		gmake
+USES=		gmake jpeg
 USE_SDL=	image mixer ttf
 MAKEFILE=	Makefile.Linux
 ALL_TARGET=	ALL

Modified: head/devel/onscripter/distinfo
==============================================================================
--- head/devel/onscripter/distinfo	Tue Jul 26 17:32:32 2016	(r419138)
+++ head/devel/onscripter/distinfo	Tue Jul 26 17:56:30 2016	(r419139)
@@ -1,2 +1,2 @@
-SHA256 (onscripter-20160327.tar.gz) = 1a852515feda20eee2447dd737478d86b90d99591d415bbffe9152f18acfd47e
-SIZE (onscripter-20160327.tar.gz) = 236910
+SHA256 (onscripter-20160726.tar.gz) = 6860276e69f51e58fd651785fd6555144cb802d359ee4248bd19a4b116f07303
+SIZE (onscripter-20160726.tar.gz) = 237145



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