svn commit: r510859 - head/net/babeld
Steve Wills
swills at FreeBSD.org
Mon Sep 2 22:30:15 UTC 2019
Author: swills
Date: Mon Sep 2 22:30:14 2019
New Revision: 510859
URL: https://svnweb.freebsd.org/changeset/ports/510859
Log:
net/babeld: Update to 1.8.5
PR: 239646
Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer)
Modified:
head/net/babeld/Makefile (contents, props changed)
head/net/babeld/distinfo (contents, props changed)
Modified: head/net/babeld/Makefile
==============================================================================
--- head/net/babeld/Makefile Mon Sep 2 22:28:43 2019 (r510858)
+++ head/net/babeld/Makefile Mon Sep 2 22:30:14 2019 (r510859)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= babeld
-PORTVERSION= 1.8.2
+PORTVERSION= 1.8.5
CATEGORIES= net
-MASTER_SITES= http://www.pps.univ-paris-diderot.fr/~jch/software/files/
MAINTAINER= gaod at hychen.org
COMMENT= Distance-vector routing protocol
@@ -17,7 +16,10 @@ PLIST_FILES= bin/babeld \
man/man8/babeld.8.gz \
"@sample etc/babeld.conf.sample"
-USE_RC_SUBR= babeld
+USE_GITHUB= yes
+GH_ACCOUNT= jech
+GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
+USE_RC_SUBR= babeld
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/babeld ${STAGEDIR}${PREFIX}/bin/
Modified: head/net/babeld/distinfo
==============================================================================
--- head/net/babeld/distinfo Mon Sep 2 22:28:43 2019 (r510858)
+++ head/net/babeld/distinfo Mon Sep 2 22:30:14 2019 (r510859)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531659508
-SHA256 (babeld-1.8.2.tar.gz) = 07edecb132386d5561a767482bc5200e04239b18e48c2f0f47ae1c78d60fe5dc
-SIZE (babeld-1.8.2.tar.gz) = 92852
+TIMESTAMP = 1564936478
+SHA256 (jech-babeld-1.8.5-babeld-1.8.5_GH0.tar.gz) = 91192a7d6f7e99ad6a68d696c2e7b174f8e1413c693d4dc31c77d04e24b64f3c
+SIZE (jech-babeld-1.8.5-babeld-1.8.5_GH0.tar.gz) = 94753
More information about the svn-ports-head
mailing list