Index: head/graphics/drm-next-kmod/Makefile =================================================================== --- head/graphics/drm-next-kmod/Makefile (revision 448953) +++ head/graphics/drm-next-kmod/Makefile (revision 448954) @@ -1,37 +1,37 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-next-kmod -PORTVERSION= g20170825 +PORTVERSION= g20170829 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20170403:graphics/gpu-firmware-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 4ee5acb +GH_TAGNAME= fc90953 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200039 IGNORE= not supported on 11.x or older, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .include Index: head/graphics/drm-next-kmod/distinfo =================================================================== --- head/graphics/drm-next-kmod/distinfo (revision 448953) +++ head/graphics/drm-next-kmod/distinfo (revision 448954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503685089 -SHA256 (FreeBSDDesktop-kms-drm-g20170825-4ee5acb_GH0.tar.gz) = b43ec8530ec5f440dc406c6b65a1ade2a4aceb694111b15a6a935457686dce31 -SIZE (FreeBSDDesktop-kms-drm-g20170825-4ee5acb_GH0.tar.gz) = 6678678 +TIMESTAMP = 1504057443 +SHA256 (FreeBSDDesktop-kms-drm-g20170829-fc90953_GH0.tar.gz) = 81ab0b075727f824fafea5e61a868cedbce2f8003819dd65811e3ad363c3d729 +SIZE (FreeBSDDesktop-kms-drm-g20170829-fc90953_GH0.tar.gz) = 6678672 Index: head/graphics/drm-next-kmod/pkg-descr =================================================================== --- head/graphics/drm-next-kmod/pkg-descr (revision 448953) +++ head/graphics/drm-next-kmod/pkg-descr (revision 448954) @@ -1,4 +1,4 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to linux 4.9 DRM. +Currently corresponding to Linux 4.9 DRM. WWW: https://github.com/FreeBSDDesktop/kms-drm