mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- Update to 0.1.7
Approved by: adamw (maintainer)
This commit is contained in:
parent
d80ad25f88
commit
97ebec7673
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97014
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= monkeybubble
|
||||
PORTVERSION= 0.1.6
|
||||
PORTVERSION= 0.1.7
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= http://monkey-bubble.tuxfamily.org/
|
||||
DISTNAME= monkey-bubble-${PORTVERSION}
|
||||
@ -28,5 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/-pg//" ${WRKSRC}/src/ui/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s|/usr/share|${LOCALBASE}/share| ; \
|
||||
s|lang or die|lang, 0777 or die|" ${WRKSRC}/intltool-merge.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (monkey-bubble-0.1.6.tar.gz) = cba30bf4d1a33048cb9317b8893088c8
|
||||
MD5 (monkey-bubble-0.1.7.tar.gz) = d7a74cd347a2f132c7d233ef5cc5f31b
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- src/audio/Makefile.in.orig Thu Oct 9 22:19:10 2003
|
||||
+++ src/audio/Makefile.in Thu Oct 9 22:19:24 2003
|
||||
@@ -148,7 +148,7 @@
|
||||
|
||||
lib_LTLIBRARIES = libgstaudio.la
|
||||
|
||||
-bin_PROGRAMS = gsttest
|
||||
+bin_PROGRAMS =
|
||||
|
||||
gsttest_SOURCES = gst-audio.h gst-audio.c test.c
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
LIBS = @LIBS@
|
||||
libgstaudio_la_DEPENDENCIES =
|
||||
libgstaudio_la_OBJECTS = gst-audio.lo
|
||||
-bin_PROGRAMS = gsttest$(EXEEXT)
|
||||
+bin_PROGRAMS =
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
|
||||
gsttest_OBJECTS = gst-audio.$(OBJEXT) test.$(OBJEXT)
|
@ -1,5 +1,4 @@
|
||||
bin/monkey-bubble
|
||||
bin/monkey-srv
|
||||
etc/gconf/schemas/monkey-bubble.schemas
|
||||
lib/libgdkview.a
|
||||
lib/libgdkview.so
|
||||
@ -13,9 +12,6 @@ lib/libmonkey.so.0
|
||||
lib/libmonkeyutil.a
|
||||
lib/libmonkeyutil.so
|
||||
lib/libmonkeyutil.so.0
|
||||
lib/libnetcltmonkey.a
|
||||
lib/libnetcltmonkey.so
|
||||
lib/libnetcltmonkey.so.0
|
||||
share/gnome/applications/monkey-bubble.desktop
|
||||
share/gnome/monkey-bubble/gfx/banana.svg
|
||||
share/gnome/monkey-bubble/gfx/bubbles/bubble_01.svg
|
||||
@ -27,7 +23,6 @@ share/gnome/monkey-bubble/gfx/bubbles/bubble_06.svg
|
||||
share/gnome/monkey-bubble/gfx/bubbles/bubble_07.svg
|
||||
share/gnome/monkey-bubble/gfx/bubbles/bubble_08.svg
|
||||
share/gnome/monkey-bubble/gfx/frozen-bubble/back_hiscores.png
|
||||
share/gnome/monkey-bubble/gfx/frozen-bubble/data
|
||||
share/gnome/monkey-bubble/gfx/harm.svg
|
||||
share/gnome/monkey-bubble/gfx/layout_1_player.svg
|
||||
share/gnome/monkey-bubble/gfx/layout_2_players.svg
|
||||
@ -132,12 +127,16 @@ share/gnome/monkey-bubble/gfx/snake/snake_6.svg
|
||||
share/gnome/monkey-bubble/gfx/snake/snake_7.svg
|
||||
share/gnome/monkey-bubble/gfx/snake/snake_8.svg
|
||||
share/gnome/monkey-bubble/gfx/snake/snake_9.svg
|
||||
share/gnome/monkey-bubble/gfx/splash.svg
|
||||
share/gnome/monkey-bubble/gfx/star.svg
|
||||
share/gnome/monkey-bubble/gfx/tomato.svg
|
||||
share/gnome/monkey-bubble/gfx/win.svg
|
||||
share/gnome/monkey-bubble/glade/keybinding.glade
|
||||
share/gnome/monkey-bubble/glade/monkey-bubble.glade
|
||||
share/gnome/monkey-bubble/levels
|
||||
share/locale/de/LC_MESSAGES/monkey-bubble.mo
|
||||
share/locale/es/LC_MESSAGES/monkey-bubble.mo
|
||||
share/locale/eu/LC_MESSAGES/monkey-bubble.mo
|
||||
share/locale/fr/LC_MESSAGES/monkey-bubble.mo
|
||||
@dirrm share/gnome/monkey-bubble/glade
|
||||
@dirrm share/gnome/monkey-bubble/gfx/snake
|
||||
|
Loading…
Reference in New Issue
Block a user