1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update to 1.0.20120501.

Pet portlint a bit.
This commit is contained in:
Koop Mast 2012-05-10 06:55:56 +00:00
parent 7655d55990
commit 3af36e1296
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296347
2 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ MASTER_SITES= LOCAL/kwm
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Video4Linux IOCTL header files
DUMMYDATE= 20110720
DUMMYDATE= 20120501
NO_BUILD= yes
BASE_HEADERS= input.h uinput.h videodev.h videodev2.h
@ -21,11 +21,11 @@ DVB_HEADERS= audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h
do-install:
${MKDIR} ${PREFIX}/include/linux/dvb
.for file in ${BASE_HEADERS}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/linux/
.for f in ${BASE_HEADERS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/include/linux/
.endfor
.for file in ${DVB_HEADERS}
${INSTALL_DATA} ${WRKSRC}/dvb/${file} ${PREFIX}/include/linux/dvb/
.for f in ${DVB_HEADERS}
${INSTALL_DATA} ${WRKSRC}/dvb/${f} ${PREFIX}/include/linux/dvb/
.endfor
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}

View File

@ -1,2 +1,2 @@
SHA256 (v4l_compat-1.0.20110720.tar.gz) = a6fe921390ed9f3937802a16aa3e9e86d6efb494c35dfe1a9dda89fcc4a38b61
SIZE (v4l_compat-1.0.20110720.tar.gz) = 59488
SHA256 (v4l_compat-1.0.20120501.tar.gz) = 0bc375a36f450ad7f665996ca3d9efcffa63d9befcdf3214412f0a1e82d68b30
SIZE (v4l_compat-1.0.20120501.tar.gz) = 63578