mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- update to 2.5
This commit is contained in:
parent
6b69e1978c
commit
8f724d2a2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296027
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user