diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-03 03:51:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-03 03:51:56 +0000 |
commit | be8e455e7ea81ea084b82f7a0c9a8fc2cf3fbce8 (patch) | |
tree | 19eaec6b7d16e63b27b9a89c18793c1544c1dc82 | |
parent | ee370c82bee3770fff90d93c3e98439c0d80b66d (diff) | |
download | ports-be8e455e7ea81ea084b82f7a0c9a8fc2cf3fbce8.tar.gz ports-be8e455e7ea81ea084b82f7a0c9a8fc2cf3fbce8.zip |
o Update to 0.3.1
o Deploy DOCSDIR
o Update DESCR
PR: 29394
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=45756
-rw-r--r-- | games/eboard/Makefile | 8 | ||||
-rw-r--r-- | games/eboard/distinfo | 2 | ||||
-rw-r--r-- | games/eboard/pkg-descr | 4 | ||||
-rw-r--r-- | games/eboard/pkg-plist | 1 |
4 files changed, 8 insertions, 7 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 8234de6a1ad4..359cd5cc444f 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eboard -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,11 +30,11 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/eboard + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .for file in Crafty.txt FICS-Timeseal.txt GNUChess4.txt GNUChess5.txt \ Scripts.txt Sjeng.txt Themes.txt - ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} \ - ${PREFIX}/share/doc/eboard + ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR} .endfor .endif diff --git a/games/eboard/distinfo b/games/eboard/distinfo index 0502b048b10b..00530a678677 100644 --- a/games/eboard/distinfo +++ b/games/eboard/distinfo @@ -1 +1 @@ -MD5 (eboard-0.3.0.tar.gz) = 18899f4e2928ff80c8041dc47b554ca9 +MD5 (eboard-0.3.1.tar.gz) = e7ed03957591bce79c24a2a2f758c6ed diff --git a/games/eboard/pkg-descr b/games/eboard/pkg-descr index 6adf6b3504ec..3b4575848660 100644 --- a/games/eboard/pkg-descr +++ b/games/eboard/pkg-descr @@ -3,8 +3,8 @@ interface to ICS (Internet Chess Servers) like FICS and chessd, and to chess engines like GNU Chess, Sjeng and Crafty. eboard is currently under development, and its primary purpose is -serving as interface to FICS. We expect to have eboard supporting -most FICS features by July 2001. +serving as interface to FICS. About 95% of FICS support is in place, +and it is expected to be complete in the next release. WWW: http://eboard.sourceforge.net diff --git a/games/eboard/pkg-plist b/games/eboard/pkg-plist index d4f62d97dc59..d549520e9635 100644 --- a/games/eboard/pkg-plist +++ b/games/eboard/pkg-plist @@ -5,6 +5,7 @@ bin/eboard-config %%PORTDOCS%%share/doc/eboard/FICS-Timeseal.txt %%PORTDOCS%%share/doc/eboard/GNUChess4.txt %%PORTDOCS%%share/doc/eboard/GNUChess5.txt +%%PORTDOCS%%share/doc/eboard/README %%PORTDOCS%%share/doc/eboard/Scripts.txt %%PORTDOCS%%share/doc/eboard/Sjeng.txt %%PORTDOCS%%share/doc/eboard/Themes.txt |