mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
update wfmath to 0.3.5
This commit is contained in:
parent
3e23cd22d7
commit
6954db88f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171108
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= eris
|
||||
PORTVERSION= 1.3.10
|
||||
PORTVERSION= 1.3.11
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= worldforge
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
@ -16,7 +16,7 @@ COMMENT= WorldForge client entity library
|
||||
|
||||
LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \
|
||||
skstream-0.3.3:${PORTSDIR}/net/skstream \
|
||||
wfmath-0.3.3:${PORTSDIR}/math/wfmath \
|
||||
wfmath-0.3.4:${PORTSDIR}/math/wfmath \
|
||||
sigc-2.0:${PORTSDIR}/devel/libsigc++20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (eris-1.3.10.tar.gz) = 22aa333c1c86bff7a59f53bfb04b14ce
|
||||
SHA256 (eris-1.3.10.tar.gz) = 7cefbe8a7107971a6f2e31a6a53384c4087ec78f9ab29b9358b6156a7956d572
|
||||
SIZE (eris-1.3.10.tar.gz) = 498064
|
||||
MD5 (eris-1.3.11.tar.gz) = 632bb5ad0e8cbcf59c8f26c50c320b7d
|
||||
SHA256 (eris-1.3.11.tar.gz) = d788b804a5d709c3e586d34aafc776eada7d4834690c438807d8b46c347db5a4
|
||||
SIZE (eris-1.3.11.tar.gz) = 509912
|
||||
|
@ -1,6 +1,6 @@
|
||||
lib/liberis-1.3.la
|
||||
lib/liberis-1.3.so
|
||||
lib/liberis-1.3.so.11
|
||||
lib/liberis-1.3.so.12
|
||||
include/Eris-1.3/Eris/Account.h
|
||||
include/Eris-1.3/Eris/Alarm.h
|
||||
include/Eris-1.3/Eris/Avatar.h
|
||||
@ -31,6 +31,7 @@ include/Eris-1.3/Eris/Response.h
|
||||
include/Eris-1.3/Eris/Room.h
|
||||
include/Eris-1.3/Eris/Router.h
|
||||
include/Eris-1.3/Eris/ServerInfo.h
|
||||
include/Eris-1.3/Eris/Task.h
|
||||
include/Eris-1.3/Eris/TimedEventService.h
|
||||
include/Eris-1.3/Eris/Timeout.h
|
||||
include/Eris-1.3/Eris/TypeBoundRedispatch.h
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= worldforge
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A procedural terrain library
|
||||
|
||||
LIB_DEPENDS= wfmath-0.3.3:${PORTSDIR}/math/wfmath
|
||||
LIB_DEPENDS= wfmath-0.3.4:${PORTSDIR}/math/wfmath
|
||||
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wfmath
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= worldforge
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wfmath-0.3.4.tar.gz) = 6a14f7de9d467d7b72b37da5ca5f92c5
|
||||
SHA256 (wfmath-0.3.4.tar.gz) = c4ec6ec6f927b3502f58b3923c8f31e9f9fe980dc6b8af58b653609d7d3ff012
|
||||
SIZE (wfmath-0.3.4.tar.gz) = 414908
|
||||
MD5 (wfmath-0.3.5.tar.gz) = 71481ef1c3606c0e7613c44820c82dbd
|
||||
SHA256 (wfmath-0.3.5.tar.gz) = 9d20e4e75a6cbf8c0be36b9c7d64d7369802634fa58dd49f9fff52609009e321
|
||||
SIZE (wfmath-0.3.5.tar.gz) = 436449
|
||||
|
@ -1,6 +1,6 @@
|
||||
lib/libwfmath-0.3.la
|
||||
lib/libwfmath-0.3.so
|
||||
lib/libwfmath-0.3.so.3
|
||||
lib/libwfmath-0.3.so.4
|
||||
include/wfmath-0.3/wfmath/error.h
|
||||
include/wfmath-0.3/wfmath/const.h
|
||||
include/wfmath-0.3/wfmath/int_to_string.h
|
||||
|
@ -16,7 +16,7 @@ COMMENT= A server for WorldForge games
|
||||
|
||||
LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \
|
||||
varconf-1.0.6:${PORTSDIR}/devel/varconf \
|
||||
wfmath-0.3.3:${PORTSDIR}/math/wfmath \
|
||||
wfmath-0.3.4:${PORTSDIR}/math/wfmath \
|
||||
mercator-0.2.4:${PORTSDIR}/devel/mercator \
|
||||
skstream-0.3.3:${PORTSDIR}/net/skstream \
|
||||
gcrypt.13:${PORTSDIR}/security/libgcrypt
|
||||
|
Loading…
Reference in New Issue
Block a user