aboutsummaryrefslogtreecommitdiffstats
path: root/net/bird
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-12-28 04:27:11 +0800
committerpav <pav@FreeBSD.org>2010-12-28 04:27:11 +0800
commitdd3a6404052b65594918d1f06ba12022a7226190 (patch)
tree4a3337b61c04b39625662b8d2ef64dcbfc4ef5b7 /net/bird
parent91478253e6c2998a101441ce23713516686fbb72 (diff)
downloadfreebsd-ports-gnome-dd3a6404052b65594918d1f06ba12022a7226190.tar.gz
freebsd-ports-gnome-dd3a6404052b65594918d1f06ba12022a7226190.tar.zst
freebsd-ports-gnome-dd3a6404052b65594918d1f06ba12022a7226190.zip
- Update to 1.2.5
Diffstat (limited to 'net/bird')
-rw-r--r--net/bird/Makefile2
-rw-r--r--net/bird/distinfo5
-rw-r--r--net/bird/files/patch-tools-Rules.in10
3 files changed, 9 insertions, 8 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile
index 2a3f3f980b46..45b994637a3e 100644
--- a/net/bird/Makefile
+++ b/net/bird/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bird
-PORTVERSION= 1.2.4
+PORTVERSION= 1.2.5
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
diff --git a/net/bird/distinfo b/net/bird/distinfo
index 414887940c51..90def8e0f10a 100644
--- a/net/bird/distinfo
+++ b/net/bird/distinfo
@@ -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
diff --git a/net/bird/files/patch-tools-Rules.in b/net/bird/files/patch-tools-Rules.in
index 9f0a714171fa..cb7af39da430 100644
--- a/net/bird/files/patch-tools-Rules.in
+++ b/net/bird/files/patch-tools-Rules.in
@@ -1,10 +1,12 @@
---- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200
-+++ tools/Rules.in 2010-08-04 15:15:02.000000000 +0200
-@@ -66,7 +66,7 @@
+--- tools/Rules.in.orig 2010-10-10 21:48:20.000000000 +0200
++++ tools/Rules.in 2010-12-18 15:00:27.000000000 +0100
+@@ -66,9 +66,7 @@
subdir: all.o
all.o: $(objs)
-- $(CC) -nostdlib -Wl,-r -o $@ $^
+-# $(LD) -r -o $@ $^
+-# Changed to $(CC) because $(LD) has problems with crosscompiling
+- $(CC) -nostdlib -r -o $@ $^
+ $(LD) -r -o $@ $^
endif
='#n244'>244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333