Index: head/x11/i3status/Makefile =================================================================== --- head/x11/i3status/Makefile (revision 469866) +++ head/x11/i3status/Makefile (revision 469867) @@ -1,35 +1,34 @@ # $FreeBSD$ PORTNAME= i3status -PORTVERSION= 2.11 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/i3status/ MAINTAINER= bapt@FreeBSD.org COMMENT= Small program for generating a status bar LICENSE= BSD3CLAUSE OPTIONS_DEFINE= PULSEAUDIO LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libyajl.so:devel/yajl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake tar:bzip2 PULSEAUDIO_EXTRA_PATCHES_OFF= ${FILESDIR}/no-pulseaudio.diff PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/i3status ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/i3status.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/i3status.conf \ ${STAGEDIR}${PREFIX}/etc/i3status.conf.sample .include Index: head/x11/i3status/distinfo =================================================================== --- head/x11/i3status/distinfo (revision 469866) +++ head/x11/i3status/distinfo (revision 469867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485630647 -SHA256 (i3status-2.11.tar.bz2) = 98db7e730f0ce908eb656ac10d713ae6a885676621391d54f00b719752f18c5f -SIZE (i3status-2.11.tar.bz2) = 54970 +TIMESTAMP = 1526289145 +SHA256 (i3status-2.12.tar.bz2) = 6fc6881536043391ab4bed369d956f99d1088965d8bcebed18d1932de3ba791a +SIZE (i3status-2.12.tar.bz2) = 57162 Index: head/x11/i3status/files/patch-src_print__cpu__temperature.c =================================================================== --- head/x11/i3status/files/patch-src_print__cpu__temperature.c (revision 469866) +++ head/x11/i3status/files/patch-src_print__cpu__temperature.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/print_cpu_temperature.c.orig 2017-01-30 07:58:44 UTC -+++ src/print_cpu_temperature.c -@@ -13,7 +13,7 @@ - #include - #include - #include --#define TZ_ZEROC 2732 -+#define TZ_ZEROC 2731 - #define TZ_KELVTOC(x) (((x)-TZ_ZEROC) / 10), abs(((x)-TZ_ZEROC) % 10) - #define TZ_AVG(x) ((x)-TZ_ZEROC) / 10 - #endif Property changes on: head/x11/i3status/files/patch-src_print__cpu__temperature.c ___________________________________________________________________ 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