diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-12 18:54:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-12 18:54:48 +0000 |
commit | 02c7109c85af5afb46275df10cd5859b1df5fcf8 (patch) | |
tree | 9bede19c96756ec842aee13ae9321fbb4e3a9765 /net-p2p/verlihub | |
parent | 118956d4a726aaaa95cb2957d9f266a135ef4123 (diff) |
- Update to 0.9.8.b
- Force gcc 3.3 where needed
PR: ports/71776
Submitted by: Bill Cadwallader <hurbold@yahoo.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=119084
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r-- | net-p2p/verlihub/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/verlihub/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/verlihub/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 3a1d1470d622..737be735716b 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/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 <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> diff --git a/net-p2p/verlihub/distinfo b/net-p2p/verlihub/distinfo index df9bc61a55f5..619956c6e0b4 100644 --- a/net-p2p/verlihub/distinfo +++ b/net-p2p/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-p2p/verlihub/pkg-plist b/net-p2p/verlihub/pkg-plist index af3f7c2b4c2f..de38ba5c1920 100644 --- a/net-p2p/verlihub/pkg-plist +++ b/net-p2p/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 |