FreeBSD Bugzilla – Attachment 169202 Details for
Bug 208707
[PATCH] games/bubble-chains: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games_bubble-chains.diff
games_bubble-chains.diff (text/plain), 5.12 KB, created by
tkato432
on 2016-04-11 18:31:39 UTC
(
hide
)
Description:
games_bubble-chains.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-04-11 18:31:39 UTC
Size:
5.12 KB
patch
obsolete
>diff -urN /usr/ports/games/bubble-chains/Makefile games/bubble-chains/Makefile >--- /usr/ports/games/bubble-chains/Makefile 2016-03-26 04:50:18.016496000 +0900 >+++ games/bubble-chains/Makefile 2016-04-12 00:00:00.000000000 +0900 >@@ -3,61 +3,59 @@ > > PORTNAME= bubble-chains > PORTVERSION= 0.1.1 >-DISTVERSIONSUFFIX= -src >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= games >-MASTER_SITES= http://bubble-chains.sintegrial.com/files/ \ >- SF/nemysisfreebsdp/${CATEGORIES}/:icons >-DISTFILES= chains-${DISTVERSIONFULL}${EXTRACT_SUFX} \ >- ${PORTNAME}.png:icons >-EXTRACT_ONLY= ${DISTFILES:N*\:icons:C/:.*//} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= The aim is to remove all of the targets on each level >+COMMENT= 2D arcade-puzzle game based on Qt/SDL > > LICENSE= GPLv2 > >-BROKEN= unfetchable >-DEPRECATED= does not fetch >-EXPIRATION_DATE=2016-04-23 >- >-WRKSRC= ${WRKDIR}/chains-${DISTVERSION}-src >- >-USES= 7z dos2unix qmake >-DOS2UNIX_GLOB= *.pro *.cpp *.h *.ui *.ui *.rc *.htm *.dat *.css >-USE_SDL= sdl image mixer >-USE_GL= glut glew glu >+BUILD_DEPENDS= icotool:graphics/icoutils >+ >+USE_GITHUB= yes >+GH_ACCOUNT= SanskritFritz >+ >+USES= dos2unix qmake >+DOS2UNIX_GLOB= *.cpp *.css *.dat *.h *.htm *.pro *.rc *.ui >+QMAKE_SOURCE_PATH= ${WRKSRC}/Game.pro >+USE_GL= gl >+USE_QT4= corelib network opengl svg xml \ >+ moc_build rcc_build uic_build \ >+ iconengines_run imageformats_run >+USE_SDL= mixer sdl > USE_XORG= xrandr >-USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ >- corelib svg xml opengl network >-LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lSDL > >-PORTDOCS= README > OPTIONS_DEFINE= DOCS > >-DESKTOP_ENTRIES="Bubble Chains" "" "${PORTNAME}" \ >- "${PORTNAME}" "Game;ArcadeGame;" "" >+DESKTOP_ENTRIES="Bubble Chains" "" "bubble-chains" "bubble-chains" \ >+ "Game;ArcadeGame;Qt;" "" > > post-patch: >- @${REINPLACE_CMD} -e 's|/usr/local/games/chains|${DATADIR}|' \ >- ${WRKSRC}/main.cpp ${WRKSRC}/Game.pro >- >-post-configure: >- @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|; \ >- s|CXXFLAGS =|CXXFLAGS ?=|' \ >- ${WRKSRC}/Makefile >- >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/bin/chains \ >- ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >- @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) >- >- ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ >- ${STAGEDIR}${PREFIX}/share/pixmaps/ >- ${INSTALL_DATA} ${WRKSRC}/icon.ico \ >- ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico >+ @${REINPLACE_CMD} -e \ >+ 's|bin/chains|bin/bubble-chains| ; \ >+ s|/usr/bin|${PREFIX}/bin| ; \ >+ s|/usr/share/chains|${DATADIR}|' \ >+ ${WRKSRC}/Game.pro >+ @${REINPLACE_CMD} -e \ >+ 's|/usr/share/chains|${DATADIR}|' \ >+ ${WRKSRC}/main.cpp >+ >+post-build: >+.for i in 16 32 48 >+ @${MKDIR} ${WRKDIR}/icons/hicolor/${i}x${i}/apps >+ ${LOCALBASE}/bin/icotool -x -b 32 -w ${i} \ >+ -o ${WRKDIR}/icons/hicolor/${i}x${i}/apps/bubble-chains.png \ >+ ${WRKSRC}/icon.ico >+.endfor >+ >+post-install: >+ @(cd ${WRKDIR} && ${COPYTREE_SHARE} icons \ >+ ${STAGEDIR}${PREFIX}/share) > >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} README \ >+ ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/games/bubble-chains/distinfo games/bubble-chains/distinfo >--- /usr/ports/games/bubble-chains/distinfo 2015-08-24 04:04:17.068623000 +0900 >+++ games/bubble-chains/distinfo 2016-04-12 00:00:00.000000000 +0900 >@@ -1,4 +1,2 @@ >-SHA256 (chains-0.1.1-src.7z) = c1c487c51e8cba1640a49497debe5962f692e17df1272994c5dfaee9d6eb304f >-SIZE (chains-0.1.1-src.7z) = 3282431 >-SHA256 (bubble-chains.png) = 7976b8b0dd6b37abcfeb4743580ba570faffe53f862547c37cd2f3e21682f8f4 >-SIZE (bubble-chains.png) = 4918 >+SHA256 (SanskritFritz-bubble-chains-0.1.1_GH0.tar.gz) = a84a28094d891029c0dbfabaa40fed14dbe15907c79e2b1131f058348ac2eeff >+SIZE (SanskritFritz-bubble-chains-0.1.1_GH0.tar.gz) = 4033960 >diff -urN /usr/ports/games/bubble-chains/pkg-descr games/bubble-chains/pkg-descr >--- /usr/ports/games/bubble-chains/pkg-descr 2015-08-24 04:04:17.075914000 +0900 >+++ games/bubble-chains/pkg-descr 2016-04-12 00:00:00.000000000 +0900 >@@ -1,6 +1,6 @@ > The aim of Bubble Chains is to remove all of the targets on each level, >-and to do this before the time >-(indicated with the blue-colored bar at the right) runs out. >-Keep doing this until you have passed the last level and won the game. >+and to do this before the time (indicated with the blue-colored bar at >+the right) runs out. Keep doing this until you have passed the last >+level and won the game. > >-WWW: http://bubble-chains.sintegrial.com/ >+WWW: https://github.com/SanskritFritz/bubble-chains >diff -urN /usr/ports/games/bubble-chains/pkg-plist games/bubble-chains/pkg-plist >--- /usr/ports/games/bubble-chains/pkg-plist 2015-08-24 04:04:17.019528000 +0900 >+++ games/bubble-chains/pkg-plist 2016-04-12 00:00:00.000000000 +0900 >@@ -67,5 +67,7 @@ > %%DATADIR%%/data/tools/random.png > %%DATADIR%%/data/tools/star.png > %%DATADIR%%/data/tools/twins.png >-share/pixmaps/bubble-chains.ico >-share/pixmaps/bubble-chains.png >+%%PORTDOCS%%%%DOCSDIR%%/README >+share/icons/hicolor/16x16/apps/bubble-chains.png >+share/icons/hicolor/32x32/apps/bubble-chains.png >+share/icons/hicolor/48x48/apps/bubble-chains.png
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 208707
: 169202