1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 1.2.5

Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-01-26 11:36:21 +00:00
parent 99c5cae31f
commit 5cc6b33835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268255
3 changed files with 3 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= bird6
PORTVERSION= 1.2.4
PORTVERSION= 1.2.5
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
DISTNAME= bird-${PORTVERSION}

View File

@ -1,3 +1,2 @@
MD5 (bird-1.2.4.tar.gz) = 8db90b12200ebb20f5aa93a2de9937c6
SHA256 (bird-1.2.4.tar.gz) = 8985d64c24de8818dedfe37c545f002e0978f2a2b397a91c8529694dbeb8fa9a
SIZE (bird-1.2.4.tar.gz) = 702747
SHA256 (bird-1.2.5.tar.gz) = f3e2f5f4474e9e869acc48ad1669bf44b37afd80b7348dd51d08daeb299b2368
SIZE (bird-1.2.5.tar.gz) = 703750

View File

@ -1,11 +0,0 @@
--- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200
+++ tools/Rules.in 2010-08-04 15:17:44.000000000 +0200
@@ -66,7 +66,7 @@
subdir: all.o
all.o: $(objs)
- $(CC) -nostdlib -Wl,-r -o $@ $^
+ $(LD) -r -o $@ $^
endif