diff --git a/x11-wm/picom/Makefile b/x11-wm/picom/Makefile index 25d4b4bc4c12..f0226e8f1ff7 100644 --- a/x11-wm/picom/Makefile +++ b/x11-wm/picom/Makefile @@ -1,74 +1,73 @@ PORTNAME= picom DISTVERSIONPREFIX= v -DISTVERSION= 10.2 -PORTREVISION= 1 +DISTVERSION= 11-rc1 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight X11 compositor WWW= https://github.com/yshui/picom LICENSE= MIT MPL20 LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash LIB_DEPENDS= libev.so:devel/libev \ libxcb-image.so:x11/xcb-util-image \ libxcb-render-util.so:x11/xcb-util-renderutil RUN_DEPENDS= xprop:x11/xprop \ xwininfo:x11/xwininfo USES= compiler:c11 meson localbase pkgconfig xorg USE_GITHUB= yes USE_XORG= x11 xcb xext pixman GH_ACCOUNT= yshui MESON_ARGS= -Dcompton=false -Dunittest=true TEST_TARGET= test PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}-trans \ etc/xdg/autostart/${PORTNAME}.desktop \ "@sample etc/xdg/${PORTNAME}.conf.sample" \ share/applications/${PORTNAME}.desktop OPTIONS_DEFINE= CONFIG DBUS DOCS DRM OPENGL PCRE OPTIONS_DEFAULT=CONFIG DBUS OPENGL PCRE CONFIG_DESC= Configuration file parsing support CONFIG_LIB_DEPENDS= libconfig.so:devel/libconfig CONFIG_MESON_TRUE= config_file -PCRE_LIB_DEPENDS= libpcre.so:devel/pcre +PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PCRE_MESON_TRUE= regex DRM_DESC= DRM VSync fallback (deprecated) DRM_LIB_DEPENDS= libdrm.so:graphics/libdrm DRM_MESON_TRUE= vsync_drm OPENGL_USES= gl OPENGL_USE= GL=egl,gl OPENGL_MESON_TRUE= opengl DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_MESON_TRUE= dbus DOCS_BUILD_DEPENDS= a2x:textproc/asciidoc DOCS_MESON_TRUE= with_docs DOCS_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz \ share/man/man1/${PORTNAME}-trans.1.gz post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ ${WRKSRC}/man/${PORTNAME}.1.asciidoc \ ${WRKSRC}/src/config.c # Extract (snapshot) version from the port instead of meson.build @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e "/project_version/s/=.*/= '${DISTVERSIONFULL}'/" \ ${WRKSRC}/meson.build post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.sample.conf \ ${STAGEDIR}${PREFIX}/etc/xdg/${PORTNAME}.conf.sample .include diff --git a/x11-wm/picom/distinfo b/x11-wm/picom/distinfo index 90773244a77f..0fce42bf037d 100644 --- a/x11-wm/picom/distinfo +++ b/x11-wm/picom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669836001 -SHA256 (yshui-picom-v10.2_GH0.tar.gz) = 9741577df0136d8a2be48005ca2b93edc15913528e19bceb798535ca4683341c -SIZE (yshui-picom-v10.2_GH0.tar.gz) = 287166 +TIMESTAMP = 1705290181 +SHA256 (yshui-picom-v11-rc1_GH0.tar.gz) = 6d83723fb31332eeedfed5bac05ee5cc23fefb1f0804029e5f3ad3982c12641f +SIZE (yshui-picom-v11-rc1_GH0.tar.gz) = 308394