diff options
author | John Hay <jhay@FreeBSD.org> | 2009-08-04 17:39:28 +0000 |
---|---|---|
committer | John Hay <jhay@FreeBSD.org> | 2009-08-04 17:39:28 +0000 |
commit | f3580fc1b4fabfed758039850b0bf94c2460f2ff (patch) | |
tree | b0b874aa4b48705a4b8947a5692b0dc664e6be8b | |
parent | . update to version 4.3.6; (diff) |
Add lib/olsrd_watchdog.so.0.1 to pkg-plist.
Bump PORTREVISION.
Reported by: pointyhat (erwin)
Notes
Notes:
svn path=/head/; revision=238893
-rw-r--r-- | net/olsrd/Makefile | 1 | ||||
-rw-r--r-- | net/olsrd/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index c735221f8c93..938d1e2acb3f 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -7,6 +7,7 @@ PORTNAME= olsrd DISTVERSION= 0.5.6-r5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.olsr.org/releases/0.5/ \ http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/ diff --git a/net/olsrd/pkg-plist b/net/olsrd/pkg-plist index 85391c3e84f4..4665e833c283 100644 --- a/net/olsrd/pkg-plist +++ b/net/olsrd/pkg-plist @@ -11,3 +11,4 @@ lib/olsrd_nameservice.so.0.3 lib/olsrd_pgraph.so.1.1 lib/olsrd_secure.so.0.5 lib/olsrd_txtinfo.so.0.1 +lib/olsrd_watchdog.so.0.1 |