diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-01-16 06:27:42 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-01-16 06:27:42 +0000 |
commit | 27a43e516dc5b8158d9b880b85d4aea7d71b161e (patch) | |
tree | ed4162410619b9a5922a75641b985f07ff48de61 /net | |
parent | 3c099fe66b871dca0243aadaed0cbc3a97556d7f (diff) | |
download | ports-27a43e516dc5b8158d9b880b85d4aea7d71b161e.tar.gz ports-27a43e516dc5b8158d9b880b85d4aea7d71b161e.zip |
update to varconf 0.6.4
Notes
Notes:
svn path=/head/; revision=153623
Diffstat (limited to 'net')
-rw-r--r-- | net/cyphesis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 43e25b76bb34..b6a1c7f41682 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -16,7 +16,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A server for WorldForge games LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ - varconf-1.0.5:${PORTSDIR}/devel/varconf \ + varconf-1.0.6:${PORTSDIR}/devel/varconf \ wfmath-0.3.3:${PORTSDIR}/math/wfmath \ mercator-0.2.4:${PORTSDIR}/devel/mercator \ skstream-0.3.3:${PORTSDIR}/net/skstream \ |