Summary: | games/fairymax: update to latest version (2013-05-20) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kalten <kalten> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kalten
2013-06-11 01:40:00 UTC
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed. Thanks! Author: rakuco Date: Tue Jun 11 18:46:57 2013 New Revision: 320627 URL: http://svnweb.freebsd.org/changeset/ports/320627 Log: Update to 4.8S.5. PR: ports/179474 Submitted by: Kalten <kalten@gmx.at> (maintainer) Deleted: head/games/fairymax/files/ Modified: head/games/fairymax/Makefile head/games/fairymax/distinfo head/games/fairymax/pkg-descr Modified: head/games/fairymax/Makefile ============================================================================== --- head/games/fairymax/Makefile Tue Jun 11 18:44:16 2013 (r320626) +++ head/games/fairymax/Makefile Tue Jun 11 18:46:57 2013 (r320627) @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= fairymax -PORTVERSION= 4.8Q -PORTREVISION= 1 +PORTVERSION= 4.8S.5 CATEGORIES= games MASTER_SITES= http://freeheimdall.homeunix.org/files/ -DISTNAME= ${PORTNAME}-c7a129e -# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=c7a129ead81286990efb8409f238c48c7109c83b;sf=tgz +DISTNAME= ${PORTNAME}-b6a7fa8 +# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=b6a7fa8ae7c54db7bb5a9415ccae3fd55e9b360e;sf=tgz MAINTAINER= kalten@gmx.at COMMENT= Chess engine for shatranj, courier chess, and others -CONFLICTS= fairymax-4.8Q.[0-9]* fairymax-4.8Q.[0-9]*_[0-9]* +CONFLICTS= fairymax-4.8Q.* OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS @@ -32,12 +31,12 @@ MLINKS= ${PORTNAME}.6 shamax.6 \ USE_GMAKE= yes USE_PERL5_BUILD=yes -MAKE_ARGS+= INI_FILE_fmax=${DATADIR}/fmax.ini \ - INI_FILE_qmax=${DATADIR}/qmax.ini +MAKE_ARGS+= INI_F=${DATADIR}/fmax.ini \ + INI_Q=${DATADIR}/qmax.ini .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MOPTIMIZED_CLAGS} +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CFLAGS+= -O2 .else CFLAGS+= Modified: head/games/fairymax/distinfo ============================================================================== --- head/games/fairymax/distinfo Tue Jun 11 18:44:16 2013 (r320626) +++ head/games/fairymax/distinfo Tue Jun 11 18:46:57 2013 (r320627) @@ -1,2 +1,2 @@ -SHA256 (fairymax/fairymax-c7a129e.tar.gz) = ec8e75c92e345e0f0db56095ac576156f54fb9320af05e86f8e589a8300c5a9a -SIZE (fairymax/fairymax-c7a129e.tar.gz) = 34229 +SHA256 (fairymax/fairymax-b6a7fa8.tar.gz) = c61887aad9b5495c78a6bc20703d1fa8665b2a3881fb68e4ef5cad400d11d0b8 +SIZE (fairymax/fairymax-b6a7fa8.tar.gz) = 44424 Modified: head/games/fairymax/pkg-descr ============================================================================== --- head/games/fairymax/pkg-descr Tue Jun 11 18:44:16 2013 (r320626) +++ head/games/fairymax/pkg-descr Tue Jun 11 18:46:57 2013 (r320627) @@ -7,4 +7,4 @@ You can use it e.g. with games/xboard/: e.g.: xboard -boardSize Middling -variant courier -fcp fairymax GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git -WWW: http://home.hccnet.nl/h.g.muller/fairy.html +WWW: http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |