svn commit: r468662 - head/x11/xkbcomp
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 29 21:57:06 UTC 2018
Author: yuri
Date: Sun Apr 29 21:57:05 2018
New Revision: 468662
URL: https://svnweb.freebsd.org/changeset/ports/468662
Log:
x11/xkbcomp: Update 1.4.0 -> 1.4.1
Port changes:
* Add LICENSE_FILE
* Order USExx section
PR: 227079
Submitted by: Dmitri Goutnik <dg at syrec.org>
Approved by: maintainer's timeout (x11 at FreeBSD.org; 31 days)
Modified:
head/x11/xkbcomp/Makefile
head/x11/xkbcomp/distinfo
Modified: head/x11/xkbcomp/Makefile
==============================================================================
--- head/x11/xkbcomp/Makefile Sun Apr 29 21:51:53 2018 (r468661)
+++ head/x11/xkbcomp/Makefile Sun Apr 29 21:57:05 2018 (r468662)
@@ -1,17 +1,18 @@
# $FreeBSD$
PORTNAME= xkbcomp
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= Compile XKB keyboard description
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+USES= pathfix
XORG_CAT= app
USE_XORG= x11 xkbfile
-USES= pathfix
PLIST_FILES= bin/xkbcomp \
libdata/pkgconfig/xkbcomp.pc \
Modified: head/x11/xkbcomp/distinfo
==============================================================================
--- head/x11/xkbcomp/distinfo Sun Apr 29 21:51:53 2018 (r468661)
+++ head/x11/xkbcomp/distinfo Sun Apr 29 21:57:05 2018 (r468662)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494178224
-SHA256 (xorg/app/xkbcomp-1.4.0.tar.bz2) = bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b
-SIZE (xorg/app/xkbcomp-1.4.0.tar.bz2) = 243774
+TIMESTAMP = 1522343234
+SHA256 (xorg/app/xkbcomp-1.4.1.tar.bz2) = 748dc4cf58ac95684106bd9cf163ac6ab7de9a236faec02a6f4d4006d63a5736
+SIZE (xorg/app/xkbcomp-1.4.1.tar.bz2) = 251069
More information about the svn-ports-all
mailing list