[Midnightbsd-cvs] mports [24059] trunk/x11/xcb-util-renderutil: modernize
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Aug 31 21:16:38 EDT 2018
Revision: 24059
http://svnweb.midnightbsd.org/mports/?rev=24059
Author: laffer1
Date: 2018-08-31 21:16:36 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
modernize
Modified Paths:
--------------
trunk/x11/xcb-util-renderutil/Makefile
trunk/x11/xcb-util-renderutil/distinfo
trunk/x11/xcb-util-renderutil/pkg-descr
Modified: trunk/x11/xcb-util-renderutil/Makefile
===================================================================
--- trunk/x11/xcb-util-renderutil/Makefile 2018-09-01 01:00:21 UTC (rev 24058)
+++ trunk/x11/xcb-util-renderutil/Makefile 2018-09-01 01:16:36 UTC (rev 24059)
@@ -3,6 +3,7 @@
PORTNAME= xcb-util-renderutil
PORTVERSION= 0.3.9
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -10,14 +11,15 @@
COMMENT= Convenience functions for the Render extension
LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
+LIB_DEPENDS= libxcb-util.so:x11/xcb-util
-USES= gmake pkgconfig tar:bzip2
-USE_XORG= xcb xorg-macros
-USE_LDCONFIG= yes
+XORG_CAT= lib
+USES= gmake
+USE_XORG= xcb
+INSTALL_TARGET= install-strip
-GNU_CONFIGURE= yes
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd10.4
post-patch:
Modified: trunk/x11/xcb-util-renderutil/distinfo
===================================================================
--- trunk/x11/xcb-util-renderutil/distinfo 2018-09-01 01:00:21 UTC (rev 24058)
+++ trunk/x11/xcb-util-renderutil/distinfo 2018-09-01 01:16:36 UTC (rev 24059)
@@ -1,3 +1,2 @@
-TIMESTAMP = 1535310418
-SHA256 (xcb-util-renderutil-0.3.9.tar.bz2) = c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
-SIZE (xcb-util-renderutil-0.3.9.tar.bz2) = 292898
+SHA256 (xorg/lib/xcb-util-renderutil-0.3.9.tar.bz2) = c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b
+SIZE (xorg/lib/xcb-util-renderutil-0.3.9.tar.bz2) = 292898
Modified: trunk/x11/xcb-util-renderutil/pkg-descr
===================================================================
--- trunk/x11/xcb-util-renderutil/pkg-descr 2018-09-01 01:00:21 UTC (rev 24058)
+++ trunk/x11/xcb-util-renderutil/pkg-descr 2018-09-01 01:16:36 UTC (rev 24059)
@@ -7,4 +7,4 @@
Renderutil module s Convenience functions for the Render extension.
-WWW: http://xcb.freedesktop.org/
+WWW: https://xcb.freedesktop.org/
More information about the Midnightbsd-cvs
mailing list