diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-16 20:24:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-16 20:24:42 +0000 |
commit | 1f1734df46bed1226eae73362b524bbc103ac610 (patch) | |
tree | cf65abe9514fe7bca77d33f3dc526a18489939a1 /net/bird | |
parent | d3465e9af0e9d213c4871c62bd585514b7afb6f1 (diff) | |
download | ports-1f1734df46bed1226eae73362b524bbc103ac610.tar.gz ports-1f1734df46bed1226eae73362b524bbc103ac610.zip |
Notes
Diffstat (limited to 'net/bird')
-rw-r--r-- | net/bird/Makefile | 6 | ||||
-rw-r--r-- | net/bird/distinfo | 6 | ||||
-rw-r--r-- | net/bird/files/patch-tools-Makefile.in | 24 | ||||
-rw-r--r-- | net/bird/pkg-plist | 10 |
4 files changed, 25 insertions, 21 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index f7b9bdb0f593..e349b8334bee 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bird -PORTVERSION= 1.0.15 +PORTVERSION= 1.1.3 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ @@ -21,8 +21,8 @@ CONFIGURE_ARGS= --enable-ipv6 MAKE_JOBS_UNSAFE= yes post-install: - @if [ ! -f ${PREFIX}/etc/bird.conf ]; then \ - ${CP} -p ${PREFIX}/etc/bird.conf.example ${PREFIX}/etc/bird.conf ; \ + @if [ ! -f ${PREFIX}/etc/bird6.conf ]; then \ + ${CP} -p ${PREFIX}/etc/bird6.conf.example ${PREFIX}/etc/bird6.conf ; \ fi .include <bsd.port.pre.mk> diff --git a/net/bird/distinfo b/net/bird/distinfo index 5b69f0e612bb..dc2b96ca31d1 100644 --- a/net/bird/distinfo +++ b/net/bird/distinfo @@ -1,3 +1,3 @@ -MD5 (bird-1.0.15.tar.gz) = 13a062bc1cf39b9d504a89e3f789048a -SHA256 (bird-1.0.15.tar.gz) = fce2c83826cda17e8adaa50383384f6e43e9d76f5174dd67f0ef5d8b6ab6266a -SIZE (bird-1.0.15.tar.gz) = 628968 +MD5 (bird-1.1.3.tar.gz) = dfde2160e6a470379e86474c1b4e2ecd +SHA256 (bird-1.1.3.tar.gz) = 46fd9bce45864f53f3d84202f464444b3be40e5df836538754020603d58480d8 +SIZE (bird-1.1.3.tar.gz) = 648279 diff --git a/net/bird/files/patch-tools-Makefile.in b/net/bird/files/patch-tools-Makefile.in index 35a2f3f2caca..51fa404385f6 100644 --- a/net/bird/files/patch-tools-Makefile.in +++ b/net/bird/files/patch-tools-Makefile.in @@ -1,11 +1,15 @@ ---- tools/Makefile.in.orig Mon May 31 19:53:02 2004 -+++ tools/Makefile.in Thu May 12 21:04:36 2005 -@@ -49,7 +49,7 @@ - $(INSTALL_PROGRAM) -s $(exedir)/birdc $(sbindir)/ ; \ - fi - if ! test -f $(sysconfdir)/bird.conf ; then \ -- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf ; \ -+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf.example ; \ - else \ - echo "Not overwriting old bird.conf" ; \ +--- 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 @@ + if test -n "@CLIENT@" ; then \ + $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ; \ fi +- if ! test -f $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; then \ +- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; \ +- else \ +- echo "Not overwriting old bird@SUFFIX@.conf" ; \ +- fi ++ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf.example ; \ + + install-docs: + $(INSTALL) -d $(DESTDIR)/$(docdir) diff --git a/net/bird/pkg-plist b/net/bird/pkg-plist index ec18be838b66..197fad3d7053 100644 --- a/net/bird/pkg-plist +++ b/net/bird/pkg-plist @@ -1,5 +1,5 @@ -@unexec if cmp -s %D/etc/bird.conf.example %D/etc/bird.conf; then rm -f %D/etc/bird.conf; fi -etc/bird.conf.example -@exec if [ ! -f %D/etc/bird.conf ] ; then cp -p %D/%F %B/bird.conf; fi -sbin/bird -sbin/birdc +@unexec if cmp -s %D/etc/bird6.conf.example %D/etc/bird6.conf; then rm -f %D/etc/bird6.conf; fi +etc/bird6.conf.example +@exec if [ ! -f %D/etc/bird6.conf ] ; then cp -p %D/%F %B/bird6.conf; fi +sbin/bird6 +sbin/birdc6 |