1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Up to 0.8. Tiny change to chase the renaming of ucom* to cuaU*.

This commit is contained in:
Sam Lawrance 2006-01-30 20:17:31 +00:00
parent 993a764f54
commit 853f92c75f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154847
2 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= uppc
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= palm
MASTER_SITES= http://people.tecnik93.com/~sam/ports/
PKGNAMESUFFIX= -kmod
@ -16,7 +16,6 @@ COMMENT= USB device driver for Windows CE handhelds
MAN4= uppc.4
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
.if !exists(/usr/src/sys/dev/usb/usb.h)
IGNORE= Requires kernel source (/usr/src/sys) to build
@ -31,6 +30,9 @@ BROKEN= "Does not build on FreeBSD 4.x"
post-build:
@${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup
@${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup
.if ${OSVERSION} < 600000
@${REINPLACE_CMD} -e 's|cuaU|ucom|' ${WRKSRC}/uppcsetup
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/uppc.ko ${PREFIX}/lib

View File

@ -1,3 +1,3 @@
MD5 (uppc-0.7.tar.gz) = 8ca78e3f4e32c93f71bfc215b543fa6c
SHA256 (uppc-0.7.tar.gz) = 6fdaec6f64e322682f7911a9ce37bc57f59a153cb7c3f574107fbd5bbd948309
SIZE (uppc-0.7.tar.gz) = 8825
MD5 (uppc-0.8.tar.gz) = af05443b79ec1cadf0cd296c846a8582
SHA256 (uppc-0.8.tar.gz) = c0b1229061b58759fb5e4f29206a0ae3f805f1e2028f608232ffffe38e9d037e
SIZE (uppc-0.8.tar.gz) = 8833