diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-09 00:42:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-09 00:42:13 +0000 |
commit | cbdecdf2b9b5326dda0d0735efb88a344566607f (patch) | |
tree | 42b358c08d8a0a75dd76eeb9b236b159bfbe980d /multimedia/pvr250/Makefile | |
parent | 8d544316c22621bceef5801198de2dd52324b8c7 (diff) | |
download | ports-cbdecdf2b9b5326dda0d0735efb88a344566607f.tar.gz ports-cbdecdf2b9b5326dda0d0735efb88a344566607f.zip |
Upgrade to the 2004 November 7th version of the CXM driver by John
Wehle, which gives better support for FreeBSD 5.3.
I don't have my PVR250 on 5.x, so feedback from you is appreciated!
Notes
Notes:
svn path=/head/; revision=121160
Diffstat (limited to 'multimedia/pvr250/Makefile')
-rw-r--r-- | multimedia/pvr250/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/pvr250/Makefile b/multimedia/pvr250/Makefile index cf6edf38f56a..b324eb5e0864 100644 --- a/multimedia/pvr250/Makefile +++ b/multimedia/pvr250/Makefile @@ -7,8 +7,7 @@ # PORTNAME= pvr250 -PORTVERSION= 200408 -PORTREVISION= 1 +PORTVERSION= 20041107 CATEGORIES= multimedia MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTFILES= ${CXMSHAR} hcwPVRP2.sys ${PVRTOOLS}.tar.gz @@ -17,7 +16,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Hauppauge PVR-250/350 TV cards driver for the cxm device PVRTOOLS= pvr250-1 -CXMSHAR= cxm-200408.shar +CXMSHAR= cxm-${PORTVERSION}.shar WRKSRC= ${WRKDIR} USE_REINPLACE= yes |