diff --git a/rpcbind/.md5sum b/rpcbind/.md5sum index e3df69328..a40275803 100644 --- a/rpcbind/.md5sum +++ b/rpcbind/.md5sum @@ -1,2 +1,2 @@ b19843b2a0dd0a56fdec182e39b23775 rpcbind -1a77ddb1aaea8099ab19c351eeb26316 rpcbind-0.2.0.tar.bz2 +0a5f9c2142af814c55d957aaab3bcc68 rpcbind-0.2.1.tar.bz2 diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile index 4ccedbaf2..abc36c702 100644 --- a/rpcbind/Pkgfile +++ b/rpcbind/Pkgfile @@ -4,8 +4,8 @@ # Depends on: libtirpc tcp_wrappers name=rpcbind -version=0.2.0 -release=2 +version=0.2.1 +release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \ rpcbind) @@ -17,6 +17,5 @@ build() { --enable-libwrap make make DESTDIR=$PKG install - install -m 644 man/rpcinfo.8 $PKG/usr/man/man8 install -D -m 755 $SRC/rpcbind $PKG/etc/rc.d/rpcbind }