svn commit: r351155 - head/x11/i3status

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 12 22:34:19 UTC 2014


Author: bapt
Date: Sat Apr 12 22:34:18 2014
New Revision: 351155
URL: http://svnweb.freebsd.org/changeset/ports/351155
QAT: https://qat.redports.org/buildarchive/r351155/

Log:
  Use the new @sample keyword

Modified:
  head/x11/i3status/Makefile
  head/x11/i3status/pkg-plist

Modified: head/x11/i3status/Makefile
==============================================================================
--- head/x11/i3status/Makefile	Sat Apr 12 22:29:15 2014	(r351154)
+++ head/x11/i3status/Makefile	Sat Apr 12 22:34:18 2014	(r351155)
@@ -2,6 +2,7 @@
 
 PORTNAME=	i3status
 PORTVERSION=	2.8
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://i3wm.org/i3status/
 
@@ -15,8 +16,7 @@ LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/d
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gmake
-USE_BZIP2=	yes
+USES=		gmake tar:bzip2
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c

Modified: head/x11/i3status/pkg-plist
==============================================================================
--- head/x11/i3status/pkg-plist	Sat Apr 12 22:29:15 2014	(r351154)
+++ head/x11/i3status/pkg-plist	Sat Apr 12 22:34:18 2014	(r351155)
@@ -1,3 +1,3 @@
 bin/i3status
-etc/i3status.conf.sample
+ at sample etc/i3status.conf.sample
 man/man1/i3status.1.gz


More information about the svn-ports-all mailing list