diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 10:37:17 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 10:37:17 +0000 |
commit | d1d0a79a951a0686b6d226488e957f7b6e0e4164 (patch) | |
tree | c4d42cfe046b8667ee36a81585cb5e8ee65843bf /net-p2p/verlihub | |
parent | - Clean up Makefile before update (diff) |
Update to version 0.9.8d-RC1. It fixes the build with GCC 4.2.
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r-- | net-p2p/verlihub/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/verlihub/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index e9f3af889e21..411a478d0589 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -6,13 +6,11 @@ # PORTNAME= verlihub -PORTVERSION= 0.9.8.c -PORTREVISION= 2 +DISTVERSION= 0.9.8d-RC1 PORTEPOCH= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= verlihub-0.9.8c-RC2 MAINTAINER= ports@FreeBSD.org COMMENT= A Direct Connect protocol server (Hub) @@ -24,8 +22,6 @@ LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ pcre.0:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -WRKSRC= ${WRKDIR}/verlihub-0.9.8c - USE_RC_SUBR= verlihub USE_AUTOTOOLS= libtool:15 @@ -39,6 +35,9 @@ DOCS= configuring.txt using.txt help.html verlihub.html MANUAL_DOCS= verlihub.css verlihub_manual.html PORTDOCS= ${DOCS} ${MANUAL_DOCS} +post-extract: + @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/net-p2p/verlihub/distinfo b/net-p2p/verlihub/distinfo index 30d99d439c58..58df9e104a11 100644 --- a/net-p2p/verlihub/distinfo +++ b/net-p2p/verlihub/distinfo @@ -1,3 +1,3 @@ -MD5 (verlihub-0.9.8c-RC2.tar.gz) = c536dd46daefe8b91c3872837d1deeb2 -SHA256 (verlihub-0.9.8c-RC2.tar.gz) = 571e637eacf1176c968e09528331d4257f4932186ae4ca9e8d4353d1cffa7e1c -SIZE (verlihub-0.9.8c-RC2.tar.gz) = 701081 +MD5 (verlihub-0.9.8d-RC1.tar.gz) = 81063c365f52efa9af46ea7c29302ac8 +SHA256 (verlihub-0.9.8d-RC1.tar.gz) = 987a7e813e2d29c23d120e0ec3b91610f05f121cbc73fe38b075a773b78fecd4 +SIZE (verlihub-0.9.8d-RC1.tar.gz) = 862754 |