FreeBSD Bugzilla – Attachment 128119 Details for
Bug 172005
games/spellathon: Update to version 6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.55 KB, created by
tkato432
on 2012-09-25 19:10:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:10:24 UTC
Size:
2.55 KB
patch
obsolete
>diff -urN /usr/ports/games/spellathon/Makefile games/spellathon/Makefile >--- /usr/ports/games/spellathon/Makefile 2012-09-24 00:38:58.000000000 +0900 >+++ games/spellathon/Makefile 2012-09-25 15:59:01.000000000 +0900 >@@ -2,24 +2,36 @@ > # $FreeBSD: ports/games/spellathon/Makefile,v 1.15 2012/09/23 15:38:58 danfe Exp $ > > PORTNAME= spellathon >-PORTVERSION= 5.79 >-PORTREVISION= 1 >+PORTVERSION= 6.0 > CATEGORIES= games >-MASTER_SITES= SF >+MASTER_SITES= SF/${PORTNAME}/Spellathon%20${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Word game to test your English vocabulary skills > >+LICENSE= BSD >+ > USE_QT4= gui moc_build qmake_build rcc_build uic_build >+USE_LDCONFIG= yes >+MAKE_JOBS_SAFE= yes > > post-patch: >- @${REINPLACE_CMD} 's|qmake|qmake-qt4|' ${WRKSRC}/Makefile >- @${REINPLACE_CMD} 's|dict/words.txt|${DATADIR}/words.txt|' \ >- ${WRKSRC}/src/logic/defines.h >+ @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ >+ 's|$${CC}|$${CXX}|g ; \ >+ s|$${CFLAGS}|$${CXXFLAGS}|g ; \ >+ s|qmake-qt4|${TRUE}|' >+ @${REINPLACE_CMD} \ >+ 's|dict/words.txt|${DATADIR}/words.txt|' ${WRKSRC}/src/logic/defines.h >+ >+do-configure: >+ @(cd ${WRKSRC}/src/gui && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) > > do-install: >- ${INSTALL} ${WRKSRC}/spellathon ${PREFIX}/bin >- ${INSTALL} ${WRKSRC}/spellathon-cl ${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/spellathon ${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/spellathon-cl ${PREFIX}/bin >+ ${INSTALL_DATA} ${WRKSRC}/libspellathon.so.0.0 ${PREFIX}/lib >+ ${LN} -sf libspellathon.so.0.0 ${PREFIX}/lib/libspellathon.so >+ ${LN} -sf libspellathon.so.0.0 ${PREFIX}/lib/libspellathon.so.0 > @${MKDIR} ${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/dict/words.txt ${DATADIR} > >diff -urN /usr/ports/games/spellathon/distinfo games/spellathon/distinfo >--- /usr/ports/games/spellathon/distinfo 2011-07-03 23:25:00.000000000 +0900 >+++ games/spellathon/distinfo 2012-09-23 19:49:47.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (spellathon-5.79.tar.gz) = 4abf0c03fb003b40c505ebddbc94bf0869b99458ac1fe6266963c241d2800554 >-SIZE (spellathon-5.79.tar.gz) = 206249 >+SHA256 (spellathon-6.0.tar.gz) = 49653195aca3dcad26d2ef87addb5a0ac1b0775f1d3ac6e139e413fce3d9c6de >+SIZE (spellathon-6.0.tar.gz) = 212056 >diff -urN /usr/ports/games/spellathon/pkg-plist games/spellathon/pkg-plist >--- /usr/ports/games/spellathon/pkg-plist 2009-05-22 03:59:06.000000000 +0900 >+++ games/spellathon/pkg-plist 2012-09-25 16:00:20.000000000 +0900 >@@ -1,4 +1,7 @@ > bin/spellathon > bin/spellathon-cl >+lib/libspellathon.so >+lib/libspellathon.so.0 >+lib/libspellathon.so.0.0 > %%DATADIR%%/words.txt > @dirrmtry %%DATADIR%%
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 172005
: 128119