mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to version 0.0.9
PR: ports/69294 Submitted by: Ports Fury
This commit is contained in:
parent
6c21728cf1
commit
ec4de84f8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114239
@ -7,10 +7,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= ggz-client-libs
|
||||
PORTVERSION= 0.0.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.9
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
||||
MASTER_SITES= http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -21,7 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
expat.5:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ggz-client-libs-0.0.8.tar.gz) = 5bb9870d0ea54ba22ec8d59e9655347e
|
||||
SIZE (ggz-client-libs-0.0.8.tar.gz) = 461203
|
||||
MD5 (ggz-client-libs-0.0.9.tar.gz) = ef2235ab3e817592a467e922d63d0c2c
|
||||
SIZE (ggz-client-libs-0.0.9.tar.gz) = 495462
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Wed Oct 8 22:11:50 2003
|
||||
+++ ltmain.sh Wed Oct 8 22:12:05 2003
|
||||
@@ -4325,10 +4325,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -4,7 +4,7 @@ include/ggzmod-ggz.h
|
||||
include/ggzmod.h
|
||||
lib/libggzcore.a
|
||||
lib/libggzcore.so
|
||||
lib/libggzcore.so.4
|
||||
lib/libggzcore.so.5
|
||||
lib/libggzmod.a
|
||||
lib/libggzmod.so
|
||||
lib/libggzmod.so.1
|
||||
lib/libggzmod.so.2
|
||||
|
Loading…
Reference in New Issue
Block a user