svn commit: r371611 - in head/games/chessx: . files

Jason E. Hale jhale at FreeBSD.org
Mon Oct 27 23:52:39 UTC 2014


Author: jhale
Date: Mon Oct 27 23:52:37 2014
New Revision: 371611
URL: https://svnweb.freebsd.org/changeset/ports/371611
QAT: https://qat.redports.org/buildarchive/r371611/

Log:
  - Update to 1.2.0
  
  PR:		194064
  Submitted by:	<yamagi at yamagi.org> (maintainer)

Deleted:
  head/games/chessx/files/patch-src_database_enginelist.cpp
Modified:
  head/games/chessx/Makefile
  head/games/chessx/distinfo

Modified: head/games/chessx/Makefile
==============================================================================
--- head/games/chessx/Makefile	Mon Oct 27 23:36:31 2014	(r371610)
+++ head/games/chessx/Makefile	Mon Oct 27 23:52:37 2014	(r371611)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	chessx
-DISTVERSION=	1-1-0
+PORTVERSION=	1.2.0
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
@@ -15,8 +15,6 @@ USE_QT4=	corelib gui svg xml network lin
 		moc_build qmake_build rcc_build uic_build
 QMAKE_ARGS+=	QMAKE_LRELEASE=${LRELEASE}
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 OPTIONS_DEFINE=	STOCKFISH CRAFTY
 
 STOCKFISH_DESC=	Install Stockfish Chess Engine

Modified: head/games/chessx/distinfo
==============================================================================
--- head/games/chessx/distinfo	Mon Oct 27 23:36:31 2014	(r371610)
+++ head/games/chessx/distinfo	Mon Oct 27 23:52:37 2014	(r371611)
@@ -1,2 +1,2 @@
-SHA256 (chessx-1-1-0.tgz) = 87daa893b0fcc89a78f12521d1a6d098f0d02d236d04fb2110a5726dc2893e8e
-SIZE (chessx-1-1-0.tgz) = 3637453
+SHA256 (chessx-1.2.0.tgz) = 83ad6c6dded68e309b6d78d107de577f1eea93b0a41f484ef1cc44acd54c6a11
+SIZE (chessx-1.2.0.tgz) = 3705185


More information about the svn-ports-all mailing list