Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 11:47:32 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363464 - head/x11-drivers/xf86-video-scfb
Message-ID:  <201407301147.s6UBlWAA077554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Jul 30 11:47:31 2014
New Revision: 363464
URL: http://svnweb.freebsd.org/changeset/ports/363464
QAT: https://qat.redports.org/buildarchive/r363464/

Log:
  Update to 0.0.4.
  
  Fixed obtaining of Frame Buffer line byte size
  
  Drop XORG_CAT it interferes with GITHUB macro's
  Drop ONLY_FOR_ARCHs
  
  Submitted by:	maintainer
  Reviewed by:	maintainer

Modified:
  head/x11-drivers/xf86-video-scfb/Makefile
  head/x11-drivers/xf86-video-scfb/distinfo
  head/x11-drivers/xf86-video-scfb/pkg-plist

Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile	Wed Jul 30 11:25:30 2014	(r363463)
+++ head/x11-drivers/xf86-video-scfb/Makefile	Wed Jul 30 11:47:31 2014	(r363464)
@@ -2,17 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	xf86-video-scfb
-PORTVERSION=	0.0.3
-PORTREVISION=	2
+PORTVERSION=	0.0.4
 CATEGORIES=	x11-drivers
-MASTER_SITES=	ftp://rene-ladan.nl/pub/distfiles/ \
-		LOCAL/rene 
 
 MAINTAINER=	ray@FreeBSD.org
 COMMENT=	X.Org syscons display driver
 
-ONLY_FOR_ARCHS=	arm armv6 powerpc powerpc64 sparc64
+USE_GITHUB=     yes
+GH_ACCOUNT=     rayddteam
+GH_PROJECT=     ${PORTNAME}
+GH_TAGNAME=     bdeb3bf
+GH_COMMIT=      bdeb3bf
 
-XORG_CAT=	driver
+GNU_CONFIGURE=  yes
+USES=		libtool pkgconfig
+USE_XORG=	xorg-server xproto
 
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-video-scfb/distinfo
==============================================================================
--- head/x11-drivers/xf86-video-scfb/distinfo	Wed Jul 30 11:25:30 2014	(r363463)
+++ head/x11-drivers/xf86-video-scfb/distinfo	Wed Jul 30 11:47:31 2014	(r363464)
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-video-scfb-0.0.3.tar.bz2) = f5e614a5dfe066b5604181bddb0137c7e5f9489125dedf6db8ec9a6abbc5b352
-SIZE (xorg/driver/xf86-video-scfb-0.0.3.tar.bz2) = 277068
+SHA256 (xf86-video-scfb-0.0.4.tar.gz) = baccb6f2fd0b79198705497c6550e8f2130d2ae359b1288beec9eae50df16616
+SIZE (xf86-video-scfb-0.0.4.tar.gz) = 345302

Modified: head/x11-drivers/xf86-video-scfb/pkg-plist
==============================================================================
--- head/x11-drivers/xf86-video-scfb/pkg-plist	Wed Jul 30 11:25:30 2014	(r363463)
+++ head/x11-drivers/xf86-video-scfb/pkg-plist	Wed Jul 30 11:47:31 2014	(r363464)
@@ -1,5 +1,5 @@
 lib/xorg/modules/drivers/scfb_drv.so
-man/man4/scfb.4x.gz
+man/man4/scfb.4.gz
 @dirrmtry lib/xorg/modules/drivers
 @dirrmtry lib/xorg/modules
 @dirrmtry lib/xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407301147.s6UBlWAA077554>