svn commit: r339058 - head/x11-drivers/xf86-video-scfb

Rene Ladan rene at FreeBSD.org
Wed Jan 8 00:06:47 UTC 2014


Author: rene
Date: Wed Jan  8 00:06:46 2014
New Revision: 339058
URL: http://svnweb.freebsd.org/changeset/ports/339058

Log:
  - Reroll distribution file and host it locally to match WRKSRC enforced
    by bsd.xorg.mk instead of using the directory layout generated by GitHub
  - Use bz2 compression, default of bsd.xorg.mk
  - Remove redundant USE_XORG definition (implied by XORG_CAT=driver)
  
  Approved by:	maintainer (ray)

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

Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile	Tue Jan  7 23:34:54 2014	(r339057)
+++ head/x11-drivers/xf86-video-scfb/Makefile	Wed Jan  8 00:06:46 2014	(r339058)
@@ -4,8 +4,8 @@
 PORTNAME=	xf86-video-scfb
 PORTVERSION=	0.0.3
 CATEGORIES=	x11-drivers
-MASTER_SITES=	http://github.com/rayddteam/xf86-video-scfb/archive/
-EXTRACT_SUFX=	.tar.gz
+MASTER_SITES=	ftp://rene-ladan.nl/pub/distfiles/ \
+		LOCAL/rene 
 
 MAINTAINER=	ray at FreeBSD.org
 COMMENT=	X.Org syscons display driver
@@ -13,6 +13,5 @@ COMMENT=	X.Org syscons display driver
 ONLY_FOR_ARCHS=	arm armv6 pcc ppc64 sparc64
 
 XORG_CAT=	driver
-USE_XORG=	xextproto videoproto
 
 .include <bsd.port.mk>

Modified: head/x11-drivers/xf86-video-scfb/distinfo
==============================================================================
--- head/x11-drivers/xf86-video-scfb/distinfo	Tue Jan  7 23:34:54 2014	(r339057)
+++ head/x11-drivers/xf86-video-scfb/distinfo	Wed Jan  8 00:06:46 2014	(r339058)
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-video-scfb-0.0.3.tar.gz) = 6d22e40c9dd1b2166e77d37c42be3759ae572757e8f564797ec0d8f9c0516822
-SIZE (xorg/driver/xf86-video-scfb-0.0.3.tar.gz) = 345177
+SHA256 (xorg/driver/xf86-video-scfb-0.0.3.tar.bz2) = f5e614a5dfe066b5604181bddb0137c7e5f9489125dedf6db8ec9a6abbc5b352
+SIZE (xorg/driver/xf86-video-scfb-0.0.3.tar.bz2) = 277068


More information about the svn-ports-all mailing list