diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
commit | c43de27d1c588bf32b7c709396494cee104e252a (patch) | |
tree | 368aa5e256eb0523a2dd43846682c41e6dfa5abf /net-p2p | |
parent | 07a3903cc3d082b7c4abff6ef5ca58cacf246ddf (diff) | |
download | freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.gz freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.zst freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.zip |
Chase GeoIP shared library version bump.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 133a6526c14f..151207e14aae 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -7,6 +7,7 @@ PORTNAME= verlihub PORTVERSION= 0.9.8.c +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +17,7 @@ DISTNAME= verlihub-0.9.8c-RC2 MAINTAINER= hurbold@yahoo.com COMMENT= Verlihub Linux/Unix Direct Connect Hub Software -LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP \ +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ pcre.0:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 |