aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2013-06-11 20:45:15 +0800
committerjhay <jhay@FreeBSD.org>2013-06-11 20:45:15 +0800
commit10b861307a5aa1584f2e7f8d81f3df5a359a1a27 (patch)
treeb8e65d220fa18f25f5a7540ebfe59313d645475f /net
parenta922a9b048a6844bb8b0d0dbc6e1a37c1ebf38a2 (diff)
downloadfreebsd-ports-gnome-10b861307a5aa1584f2e7f8d81f3df5a359a1a27.tar.gz
freebsd-ports-gnome-10b861307a5aa1584f2e7f8d81f3df5a359a1a27.tar.zst
freebsd-ports-gnome-10b861307a5aa1584f2e7f8d81f3df5a359a1a27.zip
Update to 0.6.5.2
Diffstat (limited to 'net')
-rw-r--r--net/olsrd/Makefile2
-rw-r--r--net/olsrd/distinfo4
-rw-r--r--net/olsrd/files/patch-Makefile14
3 files changed, 13 insertions, 7 deletions
diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile
index f3c9bbe23d9e..20efe24b02c2 100644
--- a/net/olsrd/Makefile
+++ b/net/olsrd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= olsrd
-DISTVERSION= 0.6.3
+DISTVERSION= 0.6.5.2
CATEGORIES= net
MASTER_SITES= http://www.olsr.org/releases/0.6/ \
http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/
diff --git a/net/olsrd/distinfo b/net/olsrd/distinfo
index 9caa67f72734..8f3c0f10b15c 100644
--- a/net/olsrd/distinfo
+++ b/net/olsrd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (olsrd-0.6.3.tar.bz2) = ef31bb604859737437019e282650b8292515b7a4789b432aae6c42393ab7b9ca
-SIZE (olsrd-0.6.3.tar.bz2) = 5447995
+SHA256 (olsrd-0.6.5.2.tar.bz2) = 754b727341b4e0ac370bfbd3a8def502425610a1482a34a8462bf5ba2e6cdc3f
+SIZE (olsrd-0.6.5.2.tar.bz2) = 5400271
diff --git a/net/olsrd/files/patch-Makefile b/net/olsrd/files/patch-Makefile
index 554192a7e788..9ccf67da1706 100644
--- a/net/olsrd/files/patch-Makefile
+++ b/net/olsrd/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2010-05-13 12:52:55.000000000 +0200
-+++ Makefile 2010-05-16 15:51:06.904944901 +0200
-@@ -109,15 +109,16 @@
+--- Makefile.orig 2013-02-25 20:26:41.000000000 +0200
++++ Makefile 2013-02-28 12:26:13.686994166 +0200
+@@ -130,20 +130,17 @@
install_olsrd: install_bin
@echo ========= C O N F I G U R A T I O N - F I L E ============
@echo $(EXENAME) uses the configfile $(CFGFILE)
@@ -14,9 +14,15 @@
+ @echo as $(CFGFILE).default.full, $(CFGFILE).default.rfc,
+ @echo $(CFGFILE).default.lq and $(CFGFILE).default.lq-fisheye
+ @echo copy and edit one of these to $(CFGFILE)
++ @echo If in doubt start with $(CFGFILE).default.lq
@echo ==========================================================
mkdir -p $(ETCDIR)
-- -cp -i files/olsrd.conf.default.lq $(CFGFILE)
+- $(MAKECMDPREFIX)if [ -e $(CFGFILE) ]; then \
+- cp -f files/olsrd.conf.default.lq $(CFGFILE).new; \
+- echo "Configuration file was saved as $(CFGFILE).new"; \
+- else \
+- cp -f files/olsrd.conf.default.lq $(CFGFILE); \
+- fi
+ -cp files/olsrd.conf.default.full $(CFGFILE).default.full
+ -cp files/olsrd.conf.default.rfc $(CFGFILE).default.rfc
+ -cp files/olsrd.conf.default.lq $(CFGFILE).default.lq