forked from ports/contrib
open-vm-tools: updated to version 12.3.0-22234872
This commit is contained in:
parent
dcbacfa72e
commit
d88271fabc
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3whwtsjoPgb8Qn2Mxf60thgSb0ZSU1XOS5hKIGjfuAKQDUkZ0FRgUGS+lSu0IQyh4AcDGWXsOdDPFmz7K5BnXwE=
|
||||
SHA256 (Pkgfile) = 28b976f400d0e31c85a7d2dff83342da6d386fa46ad71d5d433295662cf7c9bd
|
||||
RWSagIOpLGJF3yh78qE9OplIpA1pTgDf4KCq6hlymD5dzK+ZR4jWXyUOAJdxY8ziWF/wDI7rKwH4TNSVH47WPajHst8zJrQ6Wg4=
|
||||
SHA256 (Pkgfile) = eba424639b5bae73da5e72650efe18109b757ca8481a49444aa2903949a89f99
|
||||
SHA256 (.footprint) = bd0d25babec80af6e0fab471b12179465459559dc665deb5cce5c95dd0af1d37
|
||||
SHA256 (open-vm-tools-12.2.5-21855600.tar.gz) = c8b4e7eb49c07005ce3609e14cfb205f600d928af6e51401c40086b528c108c5
|
||||
SHA256 (open-vm-tools-12.3.0-22234872.tar.gz) = 0f9c9ddebdded365bc4f0a03cad8b8b7ff9f32651fe04fb390eab7d898c77a8f
|
||||
SHA256 (vmtoolsd) = a443b32dd7b0505db463ed20ff10c0ea3aefc41f003feb704921afa4c72325d8
|
||||
|
@ -4,20 +4,20 @@
|
||||
# Depends on: libmspack libdnet glib rpcsvc-proto fuse
|
||||
|
||||
name=open-vm-tools
|
||||
version=12.2.5-21855600
|
||||
version=12.3.0-22234872
|
||||
release=1
|
||||
source=(https://github.com/vmware/$name/releases/download/stable-${version%-*}/$name-$version.tar.gz \
|
||||
vmtoolsd)
|
||||
vmtoolsd)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--without-icu \
|
||||
--without-x \
|
||||
--without-xerces
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--without-icu \
|
||||
--without-x \
|
||||
--without-xerces
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -o root -g root -m 0755 -D $SRC/vmtoolsd \
|
||||
$PKG/etc/rc.d/vmtoolsd
|
||||
install -o root -g root -m 0755 -D $SRC/vmtoolsd \
|
||||
$PKG/etc/rc.d/vmtoolsd
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user