diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-07 12:31:49 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-07 12:31:49 +0000 |
commit | 5ac9df5871843fe62dd844bab38642b91fd492f5 (patch) | |
tree | 844a7b51971e9c75c43665d0375b4f7222da0f16 /net/babeld/Makefile | |
parent | 0cc63fef291957883dfc364ed42c9deaaef4bc45 (diff) |
- Update to 1.4.0
- Remove indefinite article from COMMENT
PR: ports/178380
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=317600
Diffstat (limited to 'net/babeld/Makefile')
-rw-r--r-- | net/babeld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/babeld/Makefile b/net/babeld/Makefile index 89980343e7e6..a27729a45255 100644 --- a/net/babeld/Makefile +++ b/net/babeld/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= babeld -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.pps.univ-paris-diderot.fr/~jch/software/files/ MAINTAINER= gaod@hychen.org -COMMENT= A distance-vector routing protocol +COMMENT= Distance-vector routing protocol PLIST_FILES= bin/babeld |