svn commit: r325241 - in head/x11/i3lock: . files
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 22 22:56:26 UTC 2013
Author: bapt
Date: Thu Aug 22 22:56:25 2013
New Revision: 325241
URL: http://svnweb.freebsd.org/changeset/ports/325241
Log:
- update to 2.5
- change LIB_DEPENDS to new format
- remove upstreamed patch
- add a dependency on the new libxkbcommon
Approved by: dhn (implicit)
Deleted:
head/x11/i3lock/files/patch-i3lock.c
Modified:
head/x11/i3lock/Makefile
head/x11/i3lock/distinfo
Modified: head/x11/i3lock/Makefile
==============================================================================
--- head/x11/i3lock/Makefile Thu Aug 22 22:48:04 2013 (r325240)
+++ head/x11/i3lock/Makefile Thu Aug 22 22:56:25 2013 (r325241)
@@ -2,23 +2,21 @@
# $FreeBSD$
PORTNAME= i3lock
-PORTVERSION= 2.4.1
-PORTREVISION= 2
+PORTVERSION= 2.5
CATEGORIES= x11
-MASTER_SITES= http://i3wm.org/${PORTNAME}/ \
- http://mirror.4bit.ws/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= dhn
+MASTER_SITES= http://i3wm.org/${PORTNAME}/
MAINTAINER= dhn at FreeBSD.org
COMMENT= Slightly improved screen locker based on slock
LICENSE= BSD
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \
- xcb-image:${PORTSDIR}/x11/xcb-util-image \
- ev.4:${PORTSDIR}/devel/libev
+LIB_DEPENDS= libcairo.so.2:${PORTSDIR}/graphics/cairo \
+ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
+ libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
+ libev.so.4:${PORTSDIR}/devel/libev \
+ libxkbfile.so:${PORTSDIR}/x11/libxkbfile \
+ libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
X11INC="${LOCALBASE}/include" CC="${CC}" \
Modified: head/x11/i3lock/distinfo
==============================================================================
--- head/x11/i3lock/distinfo Thu Aug 22 22:48:04 2013 (r325240)
+++ head/x11/i3lock/distinfo Thu Aug 22 22:56:25 2013 (r325241)
@@ -1,2 +1,2 @@
-SHA256 (i3lock-2.4.1.tar.bz2) = 4d29e66841138de562e71903d31ecaaefd8ecffe5e68da0d6c8d560ed543047c
-SIZE (i3lock-2.4.1.tar.bz2) = 30592
+SHA256 (i3lock-2.5.tar.bz2) = ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77
+SIZE (i3lock-2.5.tar.bz2) = 16135
More information about the svn-ports-head
mailing list