ports/opt (3.2): check: 0.9.14 -> 0.10.0, updated man path
commit e40a4b0faa3dbb77adc4338c5fede6564ed61f08 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Thu Sep 1 12:07:46 2016 +0900 check: 0.9.14 -> 0.10.0, updated man path diff --git a/check/.footprint b/check/.footprint index 6a5a10b..2b58ebb 100644 --- a/check/.footprint +++ b/check/.footprint @@ -12,9 +12,9 @@ lrwxrwxrwx root/root usr/lib/libcheck.so.0 -> libcheck.so.0.0.0 -rwxr-xr-x root/root usr/lib/libcheck.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/check.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/checkmk.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/check.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/checkmk.1.gz diff --git a/check/.md5sum b/check/.md5sum index 12dd0ff..73ace10 100644 --- a/check/.md5sum +++ b/check/.md5sum @@ -1 +1 @@ -38263d115d784c17aa3b959ce94be8b8 check-0.9.14.tar.gz +53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz diff --git a/check/Pkgfile b/check/Pkgfile index 4921569..d937adf 100644 --- a/check/Pkgfile +++ b/check/Pkgfile @@ -4,15 +4,14 @@ # Depends on: name=check -version=0.9.14 +version=0.10.0 release=1 -source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) +source=(https://github.com/libcheck/check/releases/download/$version/$name-$version....) build () { cd $name-$version ./configure \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share/{doc,info}
participants (1)
-
crux@crux.nu