aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-01-14 23:21:26 +0800
committertobik <tobik@FreeBSD.org>2018-01-14 23:21:26 +0800
commit68c276527a9589aeb6c48b5cb55c170efa4895d8 (patch)
treec3a9afcc38d937ce0600e7d9d78e9885e22d2a7f /x11
parent2dd739bf2969e2223862675534d0b9b942d9291a (diff)
downloadfreebsd-ports-gnome-68c276527a9589aeb6c48b5cb55c170efa4895d8.tar.gz
freebsd-ports-gnome-68c276527a9589aeb6c48b5cb55c170efa4895d8.tar.zst
freebsd-ports-gnome-68c276527a9589aeb6c48b5cb55c170efa4895d8.zip
x11/lemonbar: Update to 1.3
- Submitter becomes maintainer Changes: https://github.com/LemonBoy/bar/releases/tag/v1.3 PR: 225121 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: evgeni.dimitrov@gmail.com (maintainer)
Diffstat (limited to 'x11')
-rw-r--r--x11/lemonbar/Makefile13
-rw-r--r--x11/lemonbar/distinfo5
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/lemonbar/Makefile b/x11/lemonbar/Makefile
index a140a1f78f45..c18f8fb0d614 100644
--- a/x11/lemonbar/Makefile
+++ b/x11/lemonbar/Makefile
@@ -2,18 +2,17 @@
# $FreeBSD$
PORTNAME= lemonbar
-PORTVERSION= 1.2
-PORTREVISION= 3
DISTVERSIONPREFIX=v
+DISTVERSION= 1.3
CATEGORIES= x11
-MAINTAINER= evgeni.dimitrov@gmail.com
+MAINTAINER= dg@syrec.org
COMMENT= Lightweight xcb based bar
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= compiler:c11 gmake perl5
+USES= compiler:c11 gmake localbase:ldflags perl5
USE_PERL5= build
USE_XORG= xcb
@@ -21,15 +20,15 @@ USE_GITHUB= yes
GH_ACCOUNT= LemonBoy
GH_PROJECT= bar
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
PLIST_FILES= bin/lemonbar \
man/man1/lemonbar.1.gz
post-patch:
${REINPLACE_CMD} -e '/^CC.*=/d' -e '/^CFLAGS.*=/s/-Os//' \
${WRKSRC}/Makefile
+ # Upstream PR: https://github.com/LemonBoy/bar/pull/210
+ ${REINPLACE_CMD} -e '/^VERSION/s/1\.2/1.3/' \
+ ${WRKSRC}/Makefile
post-build:
${LOCALBASE}/bin/pod2man --section=1 --name=lemonbar \
diff --git a/x11/lemonbar/distinfo b/x11/lemonbar/distinfo
index 86a6927c0a91..4c464a4f01df 100644
--- a/x11/lemonbar/distinfo
+++ b/x11/lemonbar/distinfo
@@ -1,2 +1,3 @@
-SHA256 (LemonBoy-bar-v1.2_GH0.tar.gz) = b846d8451f9065cdcb94f48a8bd80c074cf1073da0664a94597681912045bfea
-SIZE (LemonBoy-bar-v1.2_GH0.tar.gz) = 14845
+TIMESTAMP = 1515793233
+SHA256 (LemonBoy-bar-v1.3_GH0.tar.gz) = eae784c5e375b2d0b12138be1a9902beb4b5eeb807f3512f30f14ba23ddaa37d
+SIZE (LemonBoy-bar-v1.3_GH0.tar.gz) = 14930