Index: head/sysutils/batmon/files/patch-BatteryModel.m =================================================================== --- head/sysutils/batmon/files/patch-BatteryModel.m (revision 405050) +++ head/sysutils/batmon/files/patch-BatteryModel.m (nonexistent) @@ -1,14 +0,0 @@ ---- BatteryModel.m.orig 2011-07-15 11:05:22.000000000 +0200 -+++ BatteryModel.m 2011-10-19 20:45:35.000000000 +0200 -@@ -246,7 +246,11 @@ - if( battio.bst.state & ACPI_BATT_STAT_CRITICAL ) - batteryType = @"CRITICAL "; // could be complementary! - -+#ifdef ACPI_BATT_STAT_BST_MASK -+ if( battio.bst.state & ACPI_BATT_STAT_BST_MASK ) -+#else - if( battio.bst.state & ACPI_BATT_STAT_MAX ) -+#endif - status = @"Charged"; - if( battio.bst.state & ACPI_BATT_STAT_CHARGING ) - status = @"Charging"; Property changes on: head/sysutils/batmon/files/patch-BatteryModel.m ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/batmon/Makefile =================================================================== --- head/sysutils/batmon/Makefile (revision 405050) +++ head/sysutils/batmon/Makefile (revision 405051) @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= batmon -PORTVERSION= 0.6 -PORTREVISION= 4 +PORTVERSION= 0.8 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep battery monitor for laptops LICENSE= GPLv2 # or later USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/batmon.app/batmon .include Index: head/sysutils/batmon/distinfo =================================================================== --- head/sysutils/batmon/distinfo (revision 405050) +++ head/sysutils/batmon/distinfo (revision 405051) @@ -1,2 +1,2 @@ -SHA256 (batmon-0.6.tar.gz) = afe44fd51410dee1f38934a280cb2ba2dd7f0b0919fb3f11486e0aa37791c0d2 -SIZE (batmon-0.6.tar.gz) = 36538 +SHA256 (batmon-0.8.tar.gz) = fff2fc242ea2956f8b8c7eea751718c54d1a70026eb4659869ad1bac9f64dcff +SIZE (batmon-0.8.tar.gz) = 39592