mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
afbeb7332b
commit
33b8ef0bfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363464
3 changed files with 12 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue