FreeBSD Bugzilla – Attachment 143742 Details for
Bug 191000
[maintainer-update] Add staging support to games/solarwolf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
solarwolf.diff (text/plain), 3.42 KB, created by
Benjamin Lutz
on 2014-06-13 14:07:40 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Benjamin Lutz
Created:
2014-06-13 14:07:40 UTC
Size:
3.42 KB
patch
obsolete
>diff -ruN games/solarwolf.orig/Makefile games/solarwolf/Makefile >--- games/solarwolf.orig/Makefile 2014-03-10 21:55:20.000000000 +0100 >+++ games/solarwolf/Makefile 2014-06-13 15:52:59.000000000 +0200 >@@ -3,33 +3,32 @@ > > PORTNAME= solarwolf > PORTVERSION= 1.5 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= games > MASTER_SITES= http://www.pygame.org/shredwheat/solarwolf/ > >-MAINTAINER= benlutz@datacomm.ch >+MAINTAINER= mail@maxlor.com > COMMENT= An action/arcade game originally based of SolarFox on the Atari 2600 > >+LICENSE= LGPL21 >+ > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game > >-USE_PYTHON= yes >-MAN6= solarwolf.6 >+USE_PYTHON= 2 > >-NO_STAGE= yes >-post-extract: >- ${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755 >- ${CHMOD} 755 ${WRKSRC}/solarwolf.py >+DESKTOP_ENTRIES= "SolarWolf" "${COMMENT}" "solarwolf" \ >+ "solarwolf" "Game;ArcadeGame;" false > > do-build: > ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} > > do-install: >- @${MKDIR} ${PREFIX}/share/solarwolf >- (cd ${WRKSRC}; tar -cf - --exclude ".xvpics" .) | \ >- (cd ${PREFIX}/share/solarwolf; tar --unlink -xf -) >- @printf "#!/bin/sh\ncd ${PREFIX}/share/solarwolf && \ >- exec ${PYTHON_CMD} ${PREFIX}/share/solarwolf/solarwolf.py\n" > ${WRKDIR}/solarwolf.sh >- @${INSTALL_SCRIPT} ${WRKDIR}/solarwolf.sh ${PREFIX}/bin/solarwolf >- @${GUNZIP_CMD} -c ${WRKSRC}/dist/${MAN6}.gz > ${MAN6PREFIX}/man/man6/${MAN6} >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/solarwolf >+ (cd ${WRKSRC}; tar -cf - --exclude ".xvpics" --exclude "dist" .) | \ >+ (cd ${STAGEDIR}${PREFIX}/share/solarwolf; tar --unlink -xf -) >+ ${PRINTF} "#!/bin/sh\nexec ${PYTHON_CMD} ${PREFIX}/share/solarwolf/solarwolf.py\n" \ >+ > ${STAGEDIR}${PREFIX}/bin/solarwolf >+ ${CP} ${WRKSRC}/dist/solarwolf.6.gz ${STAGEDIR}${MAN6PREFIX}/man/man6/ >+ ${CP} ${WRKSRC}/dist/solarwolf.png ${STAGEDIR}${PREFIX}/share/pixmaps/ > > .include <bsd.port.mk> >diff -ruN games/solarwolf.orig/pkg-descr games/solarwolf/pkg-descr >--- games/solarwolf.orig/pkg-descr 2014-01-22 16:44:51.000000000 +0100 >+++ games/solarwolf/pkg-descr 2014-06-13 15:52:04.000000000 +0200 >@@ -9,4 +9,4 @@ > > The game is originally based of SolarFox on the Atari 2600. > >-WWW: http://www.pygame.org/shredwheat/solarwolf/ >+WWW: http://www.pygame.org/shredwheat/solarwolf/ >diff -ruN games/solarwolf.orig/pkg-plist games/solarwolf/pkg-plist >--- games/solarwolf.orig/pkg-plist 2014-01-22 16:16:56.000000000 +0100 >+++ games/solarwolf/pkg-plist 2014-06-13 15:35:16.000000000 +0200 >@@ -1,4 +1,8 @@ >+@mode 555 > bin/solarwolf >+@mode >+man/man6/solarwolf.6.gz >+share/pixmaps/solarwolf.png > %%DATADIR%%/code/allmodules.py > %%DATADIR%%/code/allmodules.pyc > %%DATADIR%%/code/game.py >@@ -162,22 +166,13 @@ > %%DATADIR%%/data/solarwolf.pal > %%DATADIR%%/data/spikeball.png > %%DATADIR%%/data/star.gif >-%%DATADIR%%/dist/SolarWolf Website.url >-%%DATADIR%%/dist/box.ico >-%%DATADIR%%/dist/solarwolf.6.gz >-%%DATADIR%%/dist/solarwolf.desktop >-%%DATADIR%%/dist/solarwolf.iss >-%%DATADIR%%/dist/solarwolf.png >-%%DATADIR%%/dist/solarwolf.xpm >-%%DATADIR%%/dist/wolf2exe.py >-%%DATADIR%%/dist/wolf2exe.pyc > %%DATADIR%%/lgpl.txt > %%DATADIR%%/readme.txt > %%DATADIR%%/solarwolf.py > %%DATADIR%%/solarwolf.pyc >-@dirrm %%DATADIR%%/dist >-@dirrm %%DATADIR%%/data/music >-@dirrm %%DATADIR%%/data/audio >-@dirrm %%DATADIR%%/data >-@dirrm %%DATADIR%%/code >-@dirrm %%DATADIR%% >+@mode 755 >+@dirrmtry %%DATADIR%%/code >+@dirrmtry %%DATADIR%%/data/audio >+@dirrmtry %%DATADIR%%/data/music >+@dirrmtry %%DATADIR%%/data >+@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 191000
: 143742