mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to version 0.26.
- Remove pkg-message (manual setting of permissions no longer required).
This commit is contained in:
parent
b05e90bcbd
commit
0caa5f2ac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206402
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wahcade
|
||||
PORTVERSION= 0.23
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.anti-particle.com/projects/wahcade/
|
||||
|
||||
@ -14,7 +14,8 @@ MAINTAINER= alepulver@FreeBSD.org
|
||||
COMMENT= A frontend for almost any emulator (MameWAH clone)
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \
|
||||
${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree
|
||||
${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \
|
||||
${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -54,8 +55,9 @@ do-install:
|
||||
.endfor
|
||||
${MKDIR} ${DATADIR}
|
||||
${CP} -R ${WRKSRC}/* ${DATADIR}
|
||||
@${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} ${BINMODE}
|
||||
@${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE}
|
||||
# Needs write permission for the user as they are copied to "~/.wahcade".
|
||||
@${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
|
||||
@${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
|
||||
.if !defined(NOPORTDOCS)
|
||||
${LN} -sf ${DATADIR}/doc ${DOCSDIR}
|
||||
.endif
|
||||
@ -63,9 +65,4 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/wahcade.desktop ${PREFIX}/share/applications
|
||||
${LN} -sf ${DATADIR}/pixmaps/wahcade.png ${PREFIX}/share/pixmaps
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_CMD}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wahcade-0.23.tar.gz) = 5dafc350dee44cd1aebbe654b731264f
|
||||
SHA256 (wahcade-0.23.tar.gz) = 294ed2a3351d320986236f84dc24a2b13c0c5dc24fbd413df89d9be016bdd5e0
|
||||
SIZE (wahcade-0.23.tar.gz) = 275700
|
||||
MD5 (wahcade-0.24.tar.gz) = 4f45e7fe0b514907e06e21f89c3c3b25
|
||||
SHA256 (wahcade-0.24.tar.gz) = 5712ac39c0d9dd146b798d45263227dd4666e2c3a59e561adeeb12908dc9f2c9
|
||||
SIZE (wahcade-0.24.tar.gz) = 284781
|
||||
|
@ -1,17 +0,0 @@
|
||||
==============================================================================
|
||||
|
||||
Wah!Cade has been installed!
|
||||
|
||||
The default config files are stored in
|
||||
"%%DATADIR%%/config.dist".
|
||||
|
||||
When Wah!Cade is first run these files are copied into the user's
|
||||
"~/.wahcade" directory. But as they are read-only and permissions are
|
||||
preserved during the copy, you have to run the following command (only once):
|
||||
|
||||
$ find ~/.wahcade | xargs chmod u+w
|
||||
|
||||
Please read the README file for information on initial setup & configuration
|
||||
in "%%DOCSDIR%%".
|
||||
|
||||
==============================================================================
|
@ -58,6 +58,7 @@ share/pixmaps/wahcade.png
|
||||
%%DATADIR%%/glade/win_scrsave.png
|
||||
%%DATADIR%%/glade2.py
|
||||
%%DATADIR%%/gst_media.py
|
||||
%%DATADIR%%/joystick.py
|
||||
%%DATADIR%%/key_consts.py
|
||||
%%DATADIR%%/layout_editor.py
|
||||
%%DATADIR%%/layout_props.py
|
||||
@ -99,6 +100,7 @@ share/pixmaps/wahcade.png
|
||||
%%DATADIR%%/win_cpviewer.py
|
||||
%%DATADIR%%/win_filter.py
|
||||
%%DATADIR%%/win_history.py
|
||||
%%DATADIR%%/win_list.py
|
||||
%%DATADIR%%/win_main.py
|
||||
%%DATADIR%%/win_message.py
|
||||
%%DATADIR%%/win_options.py
|
||||
|
Loading…
Reference in New Issue
Block a user