ports/opt (3.1): rpcbind: update to 0.2.2
commit d28fdbb54a711f472a0084c6b694016deb39dc79 Author: Juergen Daubert <jue@jue.li> Date: Sun Nov 30 12:11:32 2014 +0100 rpcbind: update to 0.2.2 diff --git a/rpcbind/.md5sum b/rpcbind/.md5sum index a402758..fab0abb 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 543de8b..115025d 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... \ 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
participants (1)
-
crux@crux.nu