mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
x11/p5-X11-XCB: update the port to version 0.22
Carefully split *_DEPENDS into BUILD/RUN/TEST ones. PR: 275560 Submitted by: Sergey Zhmylove Approved by: maintainer timeout (pi; two weeks)
This commit is contained in:
parent
9bad61eff3
commit
d9faf365fc
@ -1,6 +1,5 @@
|
||||
PORTNAME= X11-XCB
|
||||
PORTVERSION= 0.16
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= x11 perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,20 +14,22 @@ LICENSE_COMB= dual
|
||||
LIB_DEPENDS= libxcb.so:x11/libxcb \
|
||||
libxcb-util.so:x11/xcb-util \
|
||||
libxcb-icccm.so:x11/xcb-util-wm
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
BUILD_DEPENDS= \
|
||||
${LOCALBASE}/share/xcb/xcb.xsd:x11/xcb-proto \
|
||||
p5-Data-Dump>=0:devel/p5-Data-Dump \
|
||||
p5-Mouse>=0:devel/p5-Mouse \
|
||||
p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \
|
||||
p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
|
||||
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
||||
p5-XML-Descent>=0:textproc/p5-XML-Descent \
|
||||
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
||||
p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
|
||||
RUN_DEPENDS= \
|
||||
p5-Mouse>=0:devel/p5-Mouse \
|
||||
p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \
|
||||
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
||||
p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
USES= localbase perl5 xorg
|
||||
USE_PERL5= configure
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1478431202
|
||||
SHA256 (X11-XCB-0.16.tar.gz) = fc4385785540e980e6615eb35b9edc9c5ec09547810e62c317fe060042deb692
|
||||
SIZE (X11-XCB-0.16.tar.gz) = 89791
|
||||
TIMESTAMP = 1700821323
|
||||
SHA256 (X11-XCB-0.22.tar.gz) = abe2b6e03f60328fa0cb8afa9a67b7446fcf1fcff4f6640167c21f7f4864283f
|
||||
SIZE (X11-XCB-0.22.tar.gz) = 169954
|
||||
|
@ -2,13 +2,28 @@
|
||||
%%SITE_ARCH%%/X11/XCB/Atom.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Color.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Connection.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/ButtonPress.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/ButtonRelease.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/ClientMessage.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/ConfigureNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/ConfigureRequest.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/CreateNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/DestroyNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/EnterNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/Focus.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/Generic.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/GenericError.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/KeyPress.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/KeyRelease.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/LeaveNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/MapNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/MapRequest.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/MotionNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/PropertyNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Event/UnmapNotify.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Rect.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Screen.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Setup.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Sizehints.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Sizehints/Aspect.pm
|
||||
%%SITE_ARCH%%/X11/XCB/Window.pm
|
||||
|
Loading…
Reference in New Issue
Block a user