- Update to 0.0.11
PR: ports/81506 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
e976c5c88a
commit
7b0235f8c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136214
3 changed files with 13 additions and 6 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ggz-client-libs
|
||||
PORTVERSION= 0.0.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.11
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ggz-client-libs-0.0.10.tar.gz) = 0a88c95ccbb97750d760adff821d7626
|
||||
SIZE (ggz-client-libs-0.0.10.tar.gz) = 574621
|
||||
MD5 (ggz-client-libs-0.0.11.tar.gz) = c060660aed9061030aff5b502800068e
|
||||
SIZE (ggz-client-libs-0.0.11.tar.gz) = 589759
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
bin/ggz-config
|
||||
bin/ggz-wrapper
|
||||
etc/xdg/menus/applications-merged/ggz.merge.menu
|
||||
etc/xdg/menus/ggz.menu
|
||||
include/ggzcore.h
|
||||
include/ggzmod-ggz.h
|
||||
include/ggzmod.h
|
||||
lib/libggzcore.a
|
||||
lib/libggzcore.so
|
||||
lib/libggzcore.so.6
|
||||
lib/libggzcore.so.7
|
||||
lib/libggzmod.a
|
||||
lib/libggzmod.so
|
||||
lib/libggzmod.so.3
|
||||
share/desktop-directories/ggz-games.directory
|
||||
share/desktop-directories/ggz.directory
|
||||
share/locale/de/LC_MESSAGES/ggz-config.mo
|
||||
@unexec rmdir %D/share/desktop-directories 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/xdg/menus/applications-merged 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/xdg/menus 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/xdg 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue