mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/usbredir: Update version 0.7.1=>0.8.0
This commit is contained in:
parent
4667d6c426
commit
9fe5ed743e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489063
3 changed files with 10 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= usbredir
|
PORTNAME= usbredir
|
||||||
PORTVERSION= 0.7.1
|
PORTVERSION= 0.8.0
|
||||||
CATEGORIES= net devel
|
CATEGORIES= net devel
|
||||||
MASTER_SITES= http://spice-space.org/download/usbredir/
|
MASTER_SITES= http://spice-space.org/download/usbredir/
|
||||||
|
|
||||||
|
@ -13,8 +13,12 @@ LICENSE= GPLv2 LGPL21
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} 's|SOL_TCP|IPPROTO_TCP|' \
|
||||||
|
${WRKSRC}/usbredirserver/usbredirserver.c
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (usbredir-0.7.1.tar.bz2) = 407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3
|
TIMESTAMP = 1546413018
|
||||||
SIZE (usbredir-0.7.1.tar.bz2) = 329895
|
SHA256 (usbredir-0.8.0.tar.bz2) = 87bc9c5a81c982517a1bec70dc8d22e15ae197847643d58f20c0ced3c38c5e00
|
||||||
|
SIZE (usbredir-0.8.0.tar.bz2) = 331349
|
||||||
|
|
|
@ -5,11 +5,11 @@ include/usbredirparser.h
|
||||||
lib/libusbredirparser.a
|
lib/libusbredirparser.a
|
||||||
lib/libusbredirparser.so
|
lib/libusbredirparser.so
|
||||||
lib/libusbredirparser.so.1
|
lib/libusbredirparser.so.1
|
||||||
lib/libusbredirparser.so.1.0.0
|
lib/libusbredirparser.so.1.0.1
|
||||||
lib/libusbredirhost.a
|
lib/libusbredirhost.a
|
||||||
lib/libusbredirhost.so
|
lib/libusbredirhost.so
|
||||||
lib/libusbredirhost.so.1
|
lib/libusbredirhost.so.1
|
||||||
lib/libusbredirhost.so.1.0.0
|
lib/libusbredirhost.so.1.0.1
|
||||||
libdata/pkgconfig/libusbredirparser-0.5.pc
|
libdata/pkgconfig/libusbredirparser-0.5.pc
|
||||||
libdata/pkgconfig/libusbredirhost.pc
|
libdata/pkgconfig/libusbredirhost.pc
|
||||||
man/man1/usbredirserver.1.gz
|
man/man1/usbredirserver.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue