aboutsummaryrefslogtreecommitdiff
path: root/net/bird6
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-08-15 16:40:13 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-08-15 16:40:13 +0000
commit49104145784c7fbc94d3a7f78b6e90cf249ba3bd (patch)
treed2cd41ff0e2ef53c0e8bcb490924d6dbfe736f3d /net/bird6
parent0e59f1cd4a20dd906fd56beec133bf6f5bff5018 (diff)
downloadports-49104145784c7fbc94d3a7f78b6e90cf249ba3bd.tar.gz
ports-49104145784c7fbc94d3a7f78b6e90cf249ba3bd.zip
- Update to 1.3.8
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=302586
Diffstat (limited to 'net/bird6')
-rw-r--r--net/bird6/Makefile2
-rw-r--r--net/bird6/distinfo4
-rw-r--r--net/bird6/files/patch-tools-Makefile.in16
3 files changed, 11 insertions, 11 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile
index 129aa43d7a35..06ce11b5924a 100644
--- a/net/bird6/Makefile
+++ b/net/bird6/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bird6
-PORTVERSION= 1.3.7
+PORTVERSION= 1.3.8
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
DISTNAME= bird-${PORTVERSION}
diff --git a/net/bird6/distinfo b/net/bird6/distinfo
index e7abadc66f8e..a29bbe87967c 100644
--- a/net/bird6/distinfo
+++ b/net/bird6/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bird-1.3.7.tar.gz) = d047ed945ef759ac3037c43bf3ffa28988a2ca1ace07d244571e9ee0994191ff
-SIZE (bird-1.3.7.tar.gz) = 875787
+SHA256 (bird-1.3.8.tar.gz) = 9d07799a434dbf2f679b84aba57fde91fcb9e61e17db64aa1af8372bb4149ae4
+SIZE (bird-1.3.8.tar.gz) = 890487
diff --git a/net/bird6/files/patch-tools-Makefile.in b/net/bird6/files/patch-tools-Makefile.in
index 51fa404385f6..d4e560b1c545 100644
--- a/net/bird6/files/patch-tools-Makefile.in
+++ b/net/bird6/files/patch-tools-Makefile.in
@@ -1,15 +1,15 @@
---- tools/Makefile.in.orig 2009-08-16 22:42:37.000000000 +0200
-+++ tools/Makefile.in 2009-09-16 22:22:07.000000000 +0200
-@@ -60,11 +60,7 @@
+--- tools/Makefile.in.orig 2012-08-07 13:15:45.000000000 +0400
++++ tools/Makefile.in 2012-08-15 15:51:51.000000000 +0400
+@@ -61,11 +61,7 @@
if test -n "@CLIENT@" ; then \
- $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \
+ $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ; \
fi
-- if ! test -f $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; then \
-- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; \
+- if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \
+- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \
- else \
-- echo "Not overwriting old bird@SUFFIX@.conf" ; \
+- echo "Not overwriting old bird@SUFFIX@.conf" ; \
- fi
-+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf.example ; \
++ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example
install-docs:
$(INSTALL) -d $(DESTDIR)/$(docdir)