commit a1e48a05821e41daf08be98bdea4f31a2673a2a2 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Nov 7 21:27:52 2017 +0100 mpup: updated to 2.0.1 diff --git a/mpup/.md5sum b/mpup/.md5sum index a813b9d8a..a52b48144 100644 --- a/mpup/.md5sum +++ b/mpup/.md5sum @@ -1 +1 @@ -42083877977aa16acad7dba0bee43fba mpup-2.0.tar.xz +686fd15f0999e03c760e7c00da9ee0f4 mpup-2.0.1.tar.lz diff --git a/mpup/.signature b/mpup/.signature index c2dd6e0a0..cf05caf21 100644 --- a/mpup/.signature +++ b/mpup/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WQ4MskGlujMvC17UBX7dIh7FiPwICQGh+I1FfEueRsYJeYnwUTllM3Xf7co/KpgrHdwbmxKuAMzkgze2WHQ2wc= -SHA256 (Pkgfile) = 641cd4f8d62842dc31b4aa7537b37cfc3035e962864e23f2dcb8753ab9a341ba +RWSE3ohX2g5d/W3+GHtwx9CdlcopdyW2DVTiE/XkFkqKVgXMpYSzos0qbdToAks4iweqxwndLGVh1WieWi40NVyN2CxLx5zM6g4= +SHA256 (Pkgfile) = d580b8f10bb2af976eededf4362090b4f31723ec55778f2d19b82f6c4c728f21 SHA256 (.footprint) = 2a229440df2037fd30abfd253b7271b6bbf856a1bfcc3c375b02a041576b859c -SHA256 (mpup-2.0.tar.xz) = 5bfd75ee069592f00751f51017b73edd29e911969f508e07f07734a6d140f6cf +SHA256 (mpup-2.0.1.tar.lz) = feed565c8d175936973a6d972e29b9a11b9401bf31305b7687ca28d24bd131c7 diff --git a/mpup/Pkgfile b/mpup/Pkgfile index a4068e238..e99607674 100644 --- a/mpup/Pkgfile +++ b/mpup/Pkgfile @@ -1,17 +1,16 @@ -# Description: Meta driver script for ports(8) -# URL: http://sepen.mooo.com/releases/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Jose V Beneyto, sepen at crux dot nu -# Depends on: bash ports findutils coreutils +# Description: Meta driver script for ports(8) +# URL: https://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: bash ports findutils coreutils name=mpup -version=2.0 -release=2 -source=(https://crux.nu/files/$name-$version.tar.xz) +version=2.0.1 +release=1 +source=(https://crux.nu/files/$name-$version.tar.lz) build() { - cd $name-$version + cd $name-$version - make DESTDIR=$PKG MANDIR=/usr/share/man install + make DESTDIR=$PKG install }