diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-09-16 18:45:51 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-09-16 18:45:51 +0000 |
commit | 3aaaebfa50e5bf56ef856447253487db2b6176cc (patch) | |
tree | fedd23ac1a9d3833a1032df91542951a2f297121 /sysutils/battmond | |
parent | 2d0422962a4d9d59a4e5120b9c4ca16000dc2d81 (diff) |
Notes
Diffstat (limited to 'sysutils/battmond')
-rw-r--r-- | sysutils/battmond/Makefile | 3 | ||||
-rw-r--r-- | sysutils/battmond/distinfo | 4 | ||||
-rw-r--r-- | sysutils/battmond/files/patch-battmond.sh | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile index 201936a085dd..3ead2db17695 100644 --- a/sysutils/battmond/Makefile +++ b/sysutils/battmond/Makefile @@ -6,8 +6,7 @@ # PORTNAME= battmond -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= http://ntarmos.dyndns.org/Software/FreeBSD/ diff --git a/sysutils/battmond/distinfo b/sysutils/battmond/distinfo index 12cb1fd0e87b..1f42e2cb52ee 100644 --- a/sysutils/battmond/distinfo +++ b/sysutils/battmond/distinfo @@ -1,2 +1,2 @@ -SHA256 (battmond-0.2.tar.gz) = 75743628feedb24a604c5462ebd82f75b0f2a2232fb804c852a0bda8aaaa3615 -SIZE (battmond-0.2.tar.gz) = 3088 +SHA256 (battmond-0.3.tar.gz) = 2a97fcd0fe665f7e47fcea551f4e3d42faae450b0301ec17f796b06e1d2de65f +SIZE (battmond-0.3.tar.gz) = 3231 diff --git a/sysutils/battmond/files/patch-battmond.sh b/sysutils/battmond/files/patch-battmond.sh deleted file mode 100644 index 6bd3d2897488..000000000000 --- a/sysutils/battmond/files/patch-battmond.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- battmond.sh.orig -+++ battmond.sh -@@ -12,7 +12,7 @@ - # - - battmond_enable=${battmond_enable-"NO"} --battmond_flags=${battmond_falgs-""} -+battmond_flags=${battmond_flags-""} - - . /etc/rc.subr - |