FreeBSD Bugzilla – Attachment 136633 Details for
Bug 181886
games/mahjong: Update to version 1.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.27 KB, created by
tkato432
on 2013-09-06 19:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-09-06 19:10:04 UTC
Size:
3.27 KB
patch
obsolete
>diff -urN /usr/ports/games/mahjong/Makefile games/mahjong/Makefile >--- /usr/ports/games/mahjong/Makefile 2013-09-05 01:47:38.000000000 +0900 >+++ games/mahjong/Makefile 2013-09-07 00:00:00.000000000 +0900 >@@ -1,28 +1,21 @@ >-# ex:ts=8 >-# New ports collection makefile for: mahjong >-# Date created: Jan 31, 2001 >-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> >-# >+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> > # $FreeBSD: head/games/mahjong/Makefile 324191 2013-08-03 13:44:00Z mat $ >-# > > PORTNAME= mahjong >-PORTVERSION= 1.12.1 >-PORTREVISION= 1 >+PORTVERSION= 1.13 > CATEGORIES= games net > MASTER_SITES= http://mahjong.julianbradfield.org/Source/%SUBDIR%/ > MASTER_SITE_SUBDIR= . Old > DISTNAME= mj-${PORTVERSION}-src > > MAINTAINER= ports@FreeBSD.org >-COMMENT= A networked Mah Jong program, together with a computer player >+COMMENT= Networked Mah Jong program, together with a computer player > > LICENSE= GPLv2 # (or later) > >-USES= perl5 >+USES= gmake perl5 > USE_GNOME= gtk20 > USE_PERL5= build >-USE_GMAKE= yes > MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}" \ > INCLUDES="-I." > >@@ -32,7 +25,7 @@ > PLIST_FILES= bin/mj-server bin/mj-player bin/xmj > > post-patch: >- @${REINPLACE_CMD} -e \ >+ @${REINPLACE_CMD} -e \ > 's|^CC|#CC|g ; \ > s|^DESTDIR|#DESTDIR|g ; \ > s|^CDEBUGFLAGS|#CDEBUGFLAGS|g ; \ >@@ -40,7 +33,7 @@ > s|^PERL|#PERL|g ; \ > s|^INST|#INST|g ; \ > s|make |$$(MAKE) |g' ${WRKSRC}/Makefile.in >- ${REINPLACE_CMD} -e \ >+ @${REINPLACE_CMD} -e \ > 's|SOL_TCP|IPPROTO_TCP|' ${WRKSRC}/sysdep.c > > do-configure: >@@ -48,8 +41,8 @@ > Makefile.in Makefile) > > do-install: >-.for file in mj-server mj-player xmj >- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file} >+.for i in mj-server mj-player xmj >+ ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/${i} > .endfor > ${INSTALL_MAN} ${WRKSRC}/xmj.man ${MANPREFIX}/man/man1/xmj.1 > >diff -urN /usr/ports/games/mahjong/distinfo games/mahjong/distinfo >--- /usr/ports/games/mahjong/distinfo 2013-09-05 01:47:39.000000000 +0900 >+++ games/mahjong/distinfo 2013-09-07 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (mj-1.12.1-src.tar.gz) = 6066a5e8fb629063313f1383db9c9d775c0f0ba390803f07ac6393cd03f2d0ce >-SIZE (mj-1.12.1-src.tar.gz) = 402341 >+SHA256 (mj-1.13-src.tar.gz) = 024a7f5a081a9151ad31e7178b3eeb9a8befab717aad2970775c400a16f76f33 >+SIZE (mj-1.13-src.tar.gz) = 411628 >diff -urN /usr/ports/games/mahjong/pkg-descr games/mahjong/pkg-descr >--- /usr/ports/games/mahjong/pkg-descr 2013-09-05 01:47:39.000000000 +0900 >+++ games/mahjong/pkg-descr 2013-09-07 00:00:00.000000000 +0900 >@@ -1,7 +1,7 @@ >-This is a set of three programs which provide a networked Mah Jong program, >-together with a computer player. Thus the game can be played by four humans, by >-a human and three computer players, or any other combination. There is a server >-program, which handles the game. An X client to allow humans to play naturally, >-and a computer player. >+This is a set of three programs which provide a networked Mah Jong >+program, together with a computer player. Thus the game can be played by >+four humans, by a human and three computer players, or any other >+combination. There is a server program, which handles the game. An X >+client to allow humans to play naturally, and a computer player. > > WWW: http://mahjong.julianbradfield.org/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181886
: 136633 |
136634
|
136635