diff options
author | Juergen Daubert <jue@jue.li> | 2014-11-30 12:11:32 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-11-30 12:11:32 +0100 |
commit | d28fdbb54a711f472a0084c6b694016deb39dc79 (patch) | |
tree | b119521e84257a1f5d128fec6b4e8e31f92a5eb4 /rpcbind | |
parent | 56ade2a1c115fcc45d29162266ab0ba09265ff1f (diff) | |
download | opt-d28fdbb54a711f472a0084c6b694016deb39dc79.tar.gz opt-d28fdbb54a711f472a0084c6b694016deb39dc79.tar.xz |
rpcbind: update to 0.2.2
Diffstat (limited to 'rpcbind')
-rw-r--r-- | rpcbind/.md5sum | 2 | ||||
-rw-r--r-- | rpcbind/Pkgfile | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/rpcbind/.md5sum b/rpcbind/.md5sum index a40275803..fab0abb67 100644 --- a/rpcbind/.md5sum +++ b/rpcbind/.md5sum @@ -1,2 +1,2 @@ b19843b2a0dd0a56fdec182e39b23775 rpcbind -0a5f9c2142af814c55d957aaab3bcc68 rpcbind-0.2.1.tar.bz2 +8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2 diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index 543de8bcc..115025da8 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -4,8 +4,8 @@ # Depends on: libtirpc tcp_wrappers name=rpcbind -version=0.2.1 -release=2 +version=0.2.2 +release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \ rpcbind) @@ -15,7 +15,8 @@ build() { --bindir=/sbin \ --mandir=/usr/man \ --enable-libwrap \ - --with-rpcuser=root + --with-rpcuser=root \ + --without-systemdsystemunitdir make make DESTDIR=$PKG install install -D -m 755 $SRC/rpcbind $PKG/etc/rc.d/rpcbind |