FreeBSD Bugzilla – Attachment 166843 Details for
Bug 206743
games/monsterz modernize pkg-plist & other fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
modernize pkg-plist v2
monsterz.diff (text/plain), 1.80 KB, created by
Pawel Pekala
on 2016-02-10 17:23:16 UTC
(
hide
)
Description:
modernize pkg-plist v2
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2016-02-10 17:23:16 UTC
Size:
1.80 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (wersja 408634) >+++ Makefile (kopia robocza) >@@ -3,7 +3,7 @@ > > PORTNAME= monsterz > PORTVERSION= 0.7.1 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= games > MASTER_SITES= http://sam.zoy.org/monsterz/ \ > SF/nemysisfreebsdp/:icons >@@ -34,7 +34,9 @@ > > OPTIONS_DEFINE= DOCS > >-.include <bsd.port.options.mk> >+post-patch: >+ @${REINPLACE_CMD} '/test -f/ s|scorefile)|&.sample|g' \ >+ ${WRKSRC}/Makefile > > post-install: > .for d in graphics sound >@@ -48,9 +50,9 @@ > -f ${DATADIR:S;${PREFIX}/;;}) > ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/monsterz >-.if ${PORT_OPTIONS:MDOCS} >+ >+post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >-.endif > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (wersja 408634) >+++ pkg-plist (kopia robocza) >@@ -1,8 +1,4 @@ >-@group games >-@mode 2555 >-bin/monsterz >-@mode >-@group >+@(,games,2555) bin/monsterz > %%DATADIR%%/graphics/background.png > %%DATADIR%%/graphics/bigtiles.png > %%DATADIR%%/graphics/board.png >@@ -26,9 +22,5 @@ > %%DATADIR%%/sound/warning.wav > %%DATADIR%%/sound/whip.wav > share/pixmaps/monsterz.png >-@dirrm %%DATADIR%%/sound >-@dirrm %%DATADIR%%/graphics >-@dirrm %%DATADIR%% >-@exec if [ ! -e %%SCOREDIR%% ] ; then mkdir -p -m 775 %%SCOREDIR%% ; fi >-@unexec if [ ! -s %%SCOREDIR%%/monsterz ] ; then rm -f %%SCOREDIR%%/monsterz && rm -r %%SCOREDIR%% || true ; fi >-@exec [ -e %%SCOREDIR%%/monsterz ] || touch %%SCOREDIR%%/monsterz && chmod 664 %%SCOREDIR%%/monsterz && chgrp games %%SCOREDIR%%/monsterz >+@sample(,games,664) %%SCOREDIR%%/monsterz.sample >+@dir(,,775) %%SCOREDIR%%
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 206743
:
166277
| 166843