From f9015d9d9bf411f4346b753e2320012d032587c1 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 12 Oct 2004 18:54:48 +0000 Subject: - Update to 0.9.8.b - Force gcc 3.3 where needed PR: ports/71776 Submitted by: Bill Cadwallader (maintainer) --- net/verlihub/Makefile | 8 ++++---- net/verlihub/distinfo | 4 ++-- net/verlihub/pkg-plist | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/verlihub/Makefile b/net/verlihub/Makefile index 3a1d1470d622..737be735716b 100644 --- a/net/verlihub/Makefile +++ b/net/verlihub/Makefile @@ -6,12 +6,12 @@ # PORTNAME= verlihub -PORTVERSION= 0.9.8.a +PORTVERSION= 0.9.8.b PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= verlihub -DISTNAME= verlihub-0.9.8a +DISTNAME= verlihub-0.9.8b MAINTAINER= hurbold@yahoo.com COMMENT= Verlihub Linux/Unix Direct Connect Hub Software @@ -46,11 +46,11 @@ post-install: .include .if ${OSVERSION} < 502010 -USE_GCC= 3.4 +USE_GCC= 3.3 .endif .if ${OSVERSION} >= 502126 -BROKEN= Does not compile with gcc 3.4 +USE_GCC= 3.3 .endif .include diff --git a/net/verlihub/distinfo b/net/verlihub/distinfo index df9bc61a55f5..619956c6e0b4 100644 --- a/net/verlihub/distinfo +++ b/net/verlihub/distinfo @@ -1,2 +1,2 @@ -MD5 (verlihub-0.9.8a.tar.gz) = 7b92ac6805da999ef4a08e405129f82a -SIZE (verlihub-0.9.8a.tar.gz) = 461010 +MD5 (verlihub-0.9.8b.tar.gz) = f5a715af67d60c38cc1e57cb4265185b +SIZE (verlihub-0.9.8b.tar.gz) = 457846 diff --git a/net/verlihub/pkg-plist b/net/verlihub/pkg-plist index af3f7c2b4c2f..de38ba5c1920 100644 --- a/net/verlihub/pkg-plist +++ b/net/verlihub/pkg-plist @@ -41,7 +41,6 @@ include/verlihub/cmessagedc.h include/verlihub/cmutex.h include/verlihub/cmysql.h include/verlihub/cobj.h -include/verlihub/config.h include/verlihub/coperator.h include/verlihub/cparser.h include/verlihub/cpcre.h -- cgit