mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 0.9.8.b
- Force gcc 3.3 where needed PR: ports/71776 Submitted by: Bill Cadwallader <hurbold@yahoo.com> (maintainer)
This commit is contained in:
parent
118956d4a7
commit
02c7109c85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119084
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.post.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.post.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user