-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This put us in sync with Linux 5.3 drm drivers with one cavehat: Navi10 AMDGPU support, an issue is created upstream and we hope to have it working soon. freebsd/drm-kmod#10 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@540883 35697150-7ecd-e111-bb59-0022644237b5
- Loading branch information
manu
committed
Jun 30, 2020
1 parent
0779006
commit 7afff36
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= drm-devel-kmod | ||
PORTVERSION= 5.2.g20200602 | ||
PORTVERSION= 5.3.g20200612 | ||
CATEGORIES= graphics kld | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang | |
USE_GITHUB= yes | ||
GH_ACCOUNT= freebsd | ||
GH_PROJECT= drm-kmod | ||
GH_TAGNAME= drm_v5.2_10 | ||
GH_TAGNAME= drm_v5.3_1 | ||
|
||
.include <bsd.port.options.mk> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1591103549 | ||
SHA256 (freebsd-drm-kmod-5.2.g20200602-drm_v5.2_10_GH0.tar.gz) = 295a9e90d809a1d517e6b105f9a5a46d4101b6ba1d41ebce0827683d95dbe3df | ||
SIZE (freebsd-drm-kmod-5.2.g20200602-drm_v5.2_10_GH0.tar.gz) = 14483147 | ||
TIMESTAMP = 1593510227 | ||
SHA256 (freebsd-drm-kmod-5.3.g20200612-drm_v5.3_1_GH0.tar.gz) = ea575c55a59e88c3ef27b39d283377c5ea270ace655af42ba60aba3b4c714701 | ||
SIZE (freebsd-drm-kmod-5.3.g20200612-drm_v5.3_1_GH0.tar.gz) = 17460534 |