diff options
author | melifaro <melifaro@FreeBSD.org> | 2013-01-11 23:44:12 +0800 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2013-01-11 23:44:12 +0800 |
commit | a0cea8a2478d62e61a394b3069073c4cf97e06fb (patch) | |
tree | f98a73334e1b24a1a429aa56b3d32190cdbc22bd /net | |
parent | b0c78403ec3132dfe7d7c164907362f1ca9d7880 (diff) | |
download | freebsd-ports-gnome-a0cea8a2478d62e61a394b3069073c4cf97e06fb.tar.gz freebsd-ports-gnome-a0cea8a2478d62e61a394b3069073c4cf97e06fb.tar.zst freebsd-ports-gnome-a0cea8a2478d62e61a394b3069073c4cf97e06fb.zip |
Update to 1.3.9
Use GCC to build (ports/173942)
Reviewed by: sem
Diffstat (limited to 'net')
-rw-r--r-- | net/bird6/Makefile | 7 | ||||
-rw-r--r-- | net/bird6/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index c98eb801d2cf..da0afb4254a7 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: bird -# Date created: 12th May 2005 -# Whom: Pav Lucistnik <pav@FreeBSD.org> +# Created by: Pav Lucistnik <pav@FreeBSD.org> # # $FreeBSD$ # PORTNAME= bird6 -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ @@ -21,6 +19,7 @@ USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 +USE_GCC= 4.2+ MAKE_JOBS_UNSAFE= yes diff --git a/net/bird6/distinfo b/net/bird6/distinfo index a29bbe87967c..a59d196917c1 100644 --- a/net/bird6/distinfo +++ b/net/bird6/distinfo @@ -1,2 +1,2 @@ -SHA256 (bird-1.3.8.tar.gz) = 9d07799a434dbf2f679b84aba57fde91fcb9e61e17db64aa1af8372bb4149ae4 -SIZE (bird-1.3.8.tar.gz) = 890487 +SHA256 (bird-1.3.9.tar.gz) = 928073d9f6c768869c002a0c732d48159dc50530ed90fb7f3da76a6febd0cf94 +SIZE (bird-1.3.9.tar.gz) = 994681 |