diff options
author | johans <johans@FreeBSD.org> | 2009-12-09 06:09:27 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-12-09 06:09:27 +0800 |
commit | a62e02c04bac6b04cfc8887819c169b38c9a6bae (patch) | |
tree | 9aaaf72b16d6977bc49729c9144ecc608e7683c3 /games | |
parent | 88bf5d9b473f7f5b3806bf2c5ebb40279649b5d0 (diff) | |
download | freebsd-ports-gnome-a62e02c04bac6b04cfc8887819c169b38c9a6bae.tar.gz freebsd-ports-gnome-a62e02c04bac6b04cfc8887819c169b38c9a6bae.tar.zst freebsd-ports-gnome-a62e02c04bac6b04cfc8887819c169b38c9a6bae.zip |
- Update to 4.4.2
- Remove autotools run and another patch that's no longer required
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 10 | ||||
-rw-r--r-- | games/xboard/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 9753dd74ec69..4734beb8f75f 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xboard -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= xboard @@ -17,8 +17,6 @@ COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess OPTIONS= XAW3D "Use Xaw3d widgets (instead of Xaw)" On USE_XORG= xt xpm xaw -USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:19 aclocal:19 -AUTOMAKE_ARGS= -a GNU_CONFIGURE= yes CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" MAN6= xboard.6 @@ -40,9 +38,9 @@ BROKEN= Does not install on sparc64 .endif post-patch: - @${REINPLACE_CMD} -e '/^$$/s/$$/bin_SCRIPTS = cmail /' \ - -e '/^info/s/copyright.texi//' \ - ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's/fairymax/gnuchessx/' ${WRKSRC}/xboard.h +post-install: + @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${PREFIX}/bin/ + .include <bsd.port.post.mk> diff --git a/games/xboard/distinfo b/games/xboard/distinfo index fc38ad7c687e..a9181cb81415 100644 --- a/games/xboard/distinfo +++ b/games/xboard/distinfo @@ -1,3 +1,3 @@ -MD5 (xboard-4.4.1.tar.gz) = 4623a83fdd43f410bfcc8a20e2eb1474 -SHA256 (xboard-4.4.1.tar.gz) = 74184fa7d5ea4ce963f7108e01256e6eb7bb2269ff6f780599fdaaf2d913950e -SIZE (xboard-4.4.1.tar.gz) = 1238119 +MD5 (xboard-4.4.2.tar.gz) = 4f222676a046c5582333ac4862be3195 +SHA256 (xboard-4.4.2.tar.gz) = f723e1a761e59727c31235b187c0dfaa29af68929dff0c02e1205d6e6d1a0fc6 +SIZE (xboard-4.4.2.tar.gz) = 1806424 |