diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-11 14:43:14 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-11 14:43:14 +0000 |
commit | df3c5dfecb62e6294f64e14b246087dc6cc3e60a (patch) | |
tree | 0bebe542bac441de8429a0ee785ae9a16ed61952 /sysutils/xacpim | |
parent | 55712102c33242f9c2e335d240bbed507e2be590 (diff) | |
download | FreeBSD-ports-df3c5dfecb62e6294f64e14b246087dc6cc3e60a.zip FreeBSD-ports-df3c5dfecb62e6294f64e14b246087dc6cc3e60a.tar.gz |
Update to 0.1.1.
PR: ports/91753
Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
Approved by: henriknj@0xmilk.org (maintainer, timeout 4 weeks)
Diffstat (limited to 'sysutils/xacpim')
-rw-r--r-- | sysutils/xacpim/Makefile | 7 | ||||
-rw-r--r-- | sysutils/xacpim/distinfo | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/xacpim/Makefile b/sysutils/xacpim/Makefile index 5cbba40..aa4bace 100644 --- a/sysutils/xacpim/Makefile +++ b/sysutils/xacpim/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= xacpim -PORTVERSION= 0.1 +PORTVERSION= 0.1.1 CATEGORIES= sysutils -MASTER_SITES= http://shapeshifter.se/code/xacpim/release/ \ - http://0xcoffe.dk/mirror/xacpim/release/ +MASTER_SITES= http://shapeshifter.se/pub/xacpim/ MAINTAINER= henriknj@0xmilk.org COMMENT= Utility to display battery status and temperature on the root-display @@ -21,6 +20,6 @@ do-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= "4.x doesn\'t support ACPI" +IGNORE= does not work on 4.x (does not support ACPI) .endif .include <bsd.port.post.mk> diff --git a/sysutils/xacpim/distinfo b/sysutils/xacpim/distinfo index 6cf904c..66a559e 100644 --- a/sysutils/xacpim/distinfo +++ b/sysutils/xacpim/distinfo @@ -1,3 +1,4 @@ -MD5 (xacpim-0.1.tar.gz) = 5215b2a60a92315b735a55b432bbcb73 -SHA256 (xacpim-0.1.tar.gz) = 4399b111465d910cfb80d79335f2ebfb0ca67f5735d6f283ba5fc7dccc5894d1 +MD5 (xacpim-0.1.1.tar.gz) = ba58912e4e2dbbb8591e506098e9dbc9 +SHA256 (xacpim-0.1.1.tar.gz) = f944e1e938fd22a57db2642d9262e66c322aefa80b78f06b7b8fedf951a0c5e7 +SIZE (xacpim-0.1.1.tar.gz) = 4991 SIZE (xacpim-0.1.tar.gz) = 4533 |