forked from ports/contrib
nbd: 3.15.3 -> 3.17
This commit is contained in:
parent
785f86ca55
commit
5f100fbbc8
@ -8,6 +8,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/nbd-server
|
||||
-rwxr-xr-x root/root usr/bin/nbd-trdump
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/min-nbd-client
|
||||
-rwxr-xr-x root/root usr/sbin/nbd-client
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
|
@ -1,3 +1,3 @@
|
||||
ad396c78ed08bf536d8e8824bdf0ce1e allow
|
||||
c2d088df6d0d2b487d7aa6f4f138de89 nbd-3.15.3.tar.xz
|
||||
98b74c655ed94a66686c5ba19480d98e nbd-3.17.tar.xz
|
||||
77436b3003eb851b14061cac93ab1d29 nbd-server
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3x+5f4BJD4O+UOFn5XgeA6BfGQCxq7UZMBEqY7oGdryfh8mM7ek9BDIJ+8pdD1r3gOYEVFe/wo2oalACCRFCogw=
|
||||
SHA256 (Pkgfile) = 2b100e8390bfccb75ccf4c906709c76ef8292c25ab09f1af4a2542f2096bb480
|
||||
SHA256 (.footprint) = 0e88e67180016a37294122c520245f8f6808a62dfc9ae5a4408bb8e9f2502e6b
|
||||
RWSagIOpLGJF3wy5KaeSYKjlVWun34qQWCbeNExCwlL5DooKem1xxzmPB94NIZ3TVyBoE9EP+DEUgB/X35jp3V+9ji2WgwDLrgU=
|
||||
SHA256 (Pkgfile) = 13692cd47204e72fb719151ce51af7a3aa78286ea7f4b1ba48cfb851ae8bc1d0
|
||||
SHA256 (.footprint) = aef8aa6e37dafea0a22ae8bd136a75c6ea24fd142e2db2fea6e950932721e5e2
|
||||
SHA256 (nbd-server) = 1333ace24f4a52a649f9edcc0dab752bb214013f3be14a09dc75fd7e097abc18
|
||||
SHA256 (allow) = 4a1342ede63a9f3f22fb5af4e79aac5ea29876f6f7252ec5ffe17dea9c06c5e4
|
||||
SHA256 (nbd-3.15.3.tar.xz) = 6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056
|
||||
SHA256 (nbd-3.17.tar.xz) = d95c6bb1a3ab33b953af99b73fb4833e123bd25433513b32d57dbeb1a0a0d189
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
|
||||
name=nbd
|
||||
version=3.15.3
|
||||
version=3.17
|
||||
release=1
|
||||
source=(nbd-server allow \
|
||||
http://downloads.sourceforge.net/project/nbd/nbd/$version/$name-$version.tar.xz)
|
||||
@ -11,6 +11,9 @@ source=(nbd-server allow \
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
sed -i 's|CFLAGS+=" |CFLAGS="$CFLAGS |g' configure
|
||||
sed -i 's|LIBS+=" |LIBS="$LIBS |g' configure
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user