aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjmd <jmd@FreeBSD.org>2017-09-20 11:14:57 +0800
committerjmd <jmd@FreeBSD.org>2017-09-20 11:14:57 +0800
commit22c6b072fa5babf69ce868a5ef6d20bc52c2a874 (patch)
tree7c54e33c57244b25b58871e6c243e940d5073623 /graphics
parent6a8fa9e83954ba251064a2a3b8846aff969b023c (diff)
downloadfreebsd-ports-gnome-22c6b072fa5babf69ce868a5ef6d20bc52c2a874.tar.gz
freebsd-ports-gnome-22c6b072fa5babf69ce868a5ef6d20bc52c2a874.tar.zst
freebsd-ports-gnome-22c6b072fa5babf69ce868a5ef6d20bc52c2a874.zip
graphics/drm-next-kmod: chase base upgrades to linuxkpi. Increase version check.
Reported by: hps Reviewed by: swills (mentor), hps (lkpi gplv2 sync) Approved by: swills (mentor), hps (lkpi gplv2 sync) Obtained from: FreeBSDDesktop Differential Revision: https://reviews.freebsd.org/D12416
Diffstat (limited to 'graphics')
-rw-r--r--graphics/drm-next-kmod/Makefile6
-rw-r--r--graphics/drm-next-kmod/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/drm-next-kmod/Makefile b/graphics/drm-next-kmod/Makefile
index 3931f0eb62f7..7ba1418c2e65 100644
--- a/graphics/drm-next-kmod/Makefile
+++ b/graphics/drm-next-kmod/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drm-next-kmod
-PORTVERSION= g20170912
+PORTVERSION= g20170918
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
@@ -23,11 +23,11 @@ USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm
-GH_TAGNAME= 5b5d651
+GH_TAGNAME= 8cf2413
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200043
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200045
IGNORE= not supported on 11.x or older, no kernel support
.endif
.if ${OPSYS} != FreeBSD
diff --git a/graphics/drm-next-kmod/distinfo b/graphics/drm-next-kmod/distinfo
index 333571bbfdee..44a3b251acdc 100644
--- a/graphics/drm-next-kmod/distinfo
+++ b/graphics/drm-next-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505271981
-SHA256 (FreeBSDDesktop-kms-drm-g20170912-5b5d651_GH0.tar.gz) = 97a4a54db9b276f430aee956d59ed667cf8968fdde9eb12bd3a502ea28035bb3
-SIZE (FreeBSDDesktop-kms-drm-g20170912-5b5d651_GH0.tar.gz) = 6678618
+TIMESTAMP = 1505789331
+SHA256 (FreeBSDDesktop-kms-drm-g20170918-8cf2413_GH0.tar.gz) = 6ebf698dc2fe29ddcf93f22504c12c7c9ddad224708721279ccd84fe1c695bdf
+SIZE (FreeBSDDesktop-kms-drm-g20170918-8cf2413_GH0.tar.gz) = 6677432
>1-1/+1 * Add a note on KVA_PAGES settings (as recommended by some ZFS tuninggerald2009-04-261-0/+4 * Update to Wine 1.1.20. Among others, this includes the following changes:gerald2009-04-253-4/+7 * Update to Wine 1.1.19. Among others, this includes the following changes:gerald2009-04-213-5/+10 * Make FreeBSD 6.3 the minimum requirement, based on missing fixes ingerald2009-04-102-4/+4 * Strongly recommed FreeBSD 7.0 or later; rewrite the entire paragraph a bit.gerald2009-03-301-2/+3 * Update to Wine 1.1.18. Among others, this includes the following changes:gerald2009-03-294-18/+43 * Update removing any reference to FreeBSD 4.x and 5.x [1], refer to kernelgerald2009-03-191-9/+6 * Mark this IGNORE, since I missed a big regression this update brought.gerald2009-03-141-0/+2 * Update to Wine 1.1.17. Among others, this includes the following changes:gerald2009-03-144-40/+25 * Update to Wine 1.1.16. Among others, this includes the following changes:gerald2009-03-013-9/+12 * Update to Wine 1.1.15. Among others, this includes the following changes:gerald2009-02-153-4/+7 * Update to Wine 1.1.14. Among others, this includes the following changes:gerald2009-02-013-10/+27 * Update to Wine 1.1.13. Among others, this includes the following changes:gerald2009-01-175-103/+13 * Configure --without-capi --without-gphoto and --without-sane to avoidgerald2009-01-061-1/+2 * Add two patches on top of Wine 1.1.12 that address issues at run-timegerald2009-01-053-0/+99 * Add option LDAP, off by default.gerald2009-01-051-0/+8 * Add option LIBXSLT, off by default, to control the use of libxslt (whichgerald2009-01-041-1/+9 * Update to Wine 1.1.12. Among others, this includes the following changes:gerald2009-01-033-15/+4 * Refrain from building regression tests (by using the new --disable-testsgerald2008-12-301-1/+1 * Address a problem related to (incorrect) use of _mkdir by backportinggerald2008-12-282-0/+11 * Revise the general description, syncing a bit with WineHQ, and removegerald2008-12-271-4/+7 * Update to Wine 1.1.11. Among others, this includes the following changes:gerald2008-12-233-4/+11 * Add missing file for previous commit.gerald2008-12-131-0/+13 * Update to Wine 1.1.10. Among others, this includes the following changes:gerald2008-12-132-5/+4 * Add libXrender as another dependency. Among others this should improvegerald2008-11-241-1/+2 * Update to Wine 1.1.9. Among others, this includes the following changes:gerald2008-11-243-5/+11 * Update to Wine 1.1.8. Among others, this includes the following changes:gerald2008-11-093-4/+5 * Update to Wine 1.1.7. Among others, this includes the following changes:gerald2008-10-253-4/+16 * Update to Wine 1.1.5. Among others, this includes the following changes:gerald2008-09-242-4/+4 * Update to Wine 1.1.4. Among others, this includes the following changes:gerald2008-09-073-4/+5 * Update to Wine 1.1.3. Among others, this includes the following changes:gerald2008-08-233-4/+7 * Update to Wine 1.1.2. Among others, this includes the following changes:gerald2008-07-273-9/+9 * Update to Wine 1.1.1. Among others, this includes the following changes:gerald2008-07-123-4/+10 * Update to Wine 1.1.0. Among others, this includes the following changes:gerald2008-06-283-4/+11 * Update to Wine 1.0, the release, after 15 years of development and betagerald2008-06-212-4/+4 * Add explicit dependency on graphics/png port.gerald2008-06-151-0/+1 * Update to version 1.0-rc5 which brings a number of bug fixes.gerald2008-06-152-5/+14 * Update to version 1.0-rc4 which brings bug fixes only, no new features.gerald2008-06-093-87/+14 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06