aboutsummaryrefslogtreecommitdiff
path: root/x11/i3status
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-05 00:49:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-05 00:49:46 +0000
commit8f724d2a2b1edff1d3380be244a3661969e75ce6 (patch)
treea9d11fc87c73f5c1afd9ab4b22572a023b7a9754 /x11/i3status
parent6b69e1978c79cf49ccddfe003494addb9003cc73 (diff)
downloadports-8f724d2a2b1edff1d3380be244a3661969e75ce6.tar.gz
ports-8f724d2a2b1edff1d3380be244a3661969e75ce6.zip
- update to 2.5
Notes
Notes: svn path=/head/; revision=296027
Diffstat (limited to 'x11/i3status')
-rw-r--r--x11/i3status/Makefile11
-rw-r--r--x11/i3status/distinfo4
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile
index 66b03370284f..63c78769a731 100644
--- a/x11/i3status/Makefile
+++ b/x11/i3status/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= i3status
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= x11
MASTER_SITES= http://i3wm.org/i3status/
@@ -15,7 +15,8 @@ COMMENT= Small program for generating a status bar
LICENSE= BSD
-LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse
+LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \
+ yajl.2:${PORTSDIR}/devel/yajl
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -23,8 +24,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
PLIST_FILES= bin/i3status \
- etc/i3status/config.sample
-PLIST_DIRSTRY= etc/i3status
+ etc/i3status.conf.sample
MAN1= i3status.1
post-patch:
@@ -33,7 +33,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/i3status ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/man/i3status.1 ${MANPREFIX}/man/man1
- ${MKDIR} ${PREFIX}/etc/i3status
- ${INSTALL_MAN} ${WRKSRC}/i3status.conf ${PREFIX}/etc/i3status/config.sample
+ ${INSTALL_MAN} ${WRKSRC}/i3status.conf ${PREFIX}/etc/i3status.conf.sample
.include <bsd.port.mk>
diff --git a/x11/i3status/distinfo b/x11/i3status/distinfo
index b7c18d203070..ce31ecc4bc9f 100644
--- a/x11/i3status/distinfo
+++ b/x11/i3status/distinfo
@@ -1,2 +1,2 @@
-SHA256 (i3status-2.4.tar.bz2) = 620f3768dc4e9ea391ca5b5e358d018ca5d2820da1fce71a71664ca554778abd
-SIZE (i3status-2.4.tar.bz2) = 26020
+SHA256 (i3status-2.5.tar.bz2) = 83106945125076cb5f917ba4525bdd99175bc5b0396a6f0e47b6623a254c0aee
+SIZE (i3status-2.5.tar.bz2) = 30540