diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-05 08:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-05 08:49:46 +0800 |
commit | 39b1d91cde054671764663d90a9b49d1d5f38868 (patch) | |
tree | e88a228c86e2e8955b97f82d214c778d45d30e44 /x11/i3status | |
parent | 582a02dc3802cd8fe50d6ce2b4e5827f859d8857 (diff) | |
download | freebsd-ports-gnome-39b1d91cde054671764663d90a9b49d1d5f38868.tar.gz freebsd-ports-gnome-39b1d91cde054671764663d90a9b49d1d5f38868.tar.zst freebsd-ports-gnome-39b1d91cde054671764663d90a9b49d1d5f38868.zip |
- update to 2.5
Diffstat (limited to 'x11/i3status')
-rw-r--r-- | x11/i3status/Makefile | 11 | ||||
-rw-r--r-- | x11/i3status/distinfo | 4 |
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 |