diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-06-05 03:51:41 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-06-05 03:51:41 +0800 |
commit | 50b8c9f07c62aec51fb4e845787d3dd8c3c7fb5d (patch) | |
tree | 9e2a3e364a0030ba7ac888c9d1ec36543d0570b9 /emulators/wahcade | |
parent | 06cf69e11ac67f91744ce5d75ceefcb0215aad16 (diff) | |
download | freebsd-ports-gnome-50b8c9f07c62aec51fb4e845787d3dd8c3c7fb5d.tar.gz freebsd-ports-gnome-50b8c9f07c62aec51fb4e845787d3dd8c3c7fb5d.tar.zst freebsd-ports-gnome-50b8c9f07c62aec51fb4e845787d3dd8c3c7fb5d.zip |
- Update to version 0.20.
- Add note in pkg-message.in about configuration files permissions.
Diffstat (limited to 'emulators/wahcade')
-rw-r--r-- | emulators/wahcade/Makefile | 3 | ||||
-rw-r--r-- | emulators/wahcade/distinfo | 6 | ||||
-rw-r--r-- | emulators/wahcade/files/pkg-message.in | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/wahcade/Makefile b/emulators/wahcade/Makefile index 67973be49eae..67068790b568 100644 --- a/emulators/wahcade/Makefile +++ b/emulators/wahcade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wahcade -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= emulators MASTER_SITES= http://www.anti-particle.com/projects/wahcade/ diff --git a/emulators/wahcade/distinfo b/emulators/wahcade/distinfo index 60f84d83cd59..a0a7bd291451 100644 --- a/emulators/wahcade/distinfo +++ b/emulators/wahcade/distinfo @@ -1,3 +1,3 @@ -MD5 (wahcade-0.19.tar.gz) = 625056a09cae4a54f91b06e20697a502 -SHA256 (wahcade-0.19.tar.gz) = 1e4c15bdcad75e3d3f9e3dfd76228370619d0874310c606e66185818636e08e9 -SIZE (wahcade-0.19.tar.gz) = 211045 +MD5 (wahcade-0.20.tar.gz) = c55ca8102e665d02d5200df907d9c541 +SHA256 (wahcade-0.20.tar.gz) = f2d11200d3d408ac332d90639c5ef7c9c8feb461cebf4833f5e4219de0bdf7b3 +SIZE (wahcade-0.20.tar.gz) = 228630 diff --git a/emulators/wahcade/files/pkg-message.in b/emulators/wahcade/files/pkg-message.in index 6083505dad57..9d872a06a40c 100644 --- a/emulators/wahcade/files/pkg-message.in +++ b/emulators/wahcade/files/pkg-message.in @@ -1,12 +1,15 @@ ============================================================================== -Wah!Cade has been successfully installed! +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. +"~/.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 -type f -name "*.ini" | xargs chmod u+w Please read the README file for information on initial setup & configuration in "%%DOCSDIR%%". |