ports/opt (3.2): dar: update to 2.5.4
commit 442da09b103ca7b20038839044da7c9dcd6a45ab Author: Juergen Daubert <jue@jue.li> Date: Tue Apr 26 10:14:39 2016 +0200 dar: update to 2.5.4 diff --git a/dar/.footprint b/dar/.footprint index 60ba285..08cb14b 100644 --- a/dar/.footprint +++ b/dar/.footprint @@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/include/dar/ -rw-r--r-- root/root usr/include/dar/cat_entree.hpp -rw-r--r-- root/root usr/include/dar/cat_inode.hpp -rw-r--r-- root/root usr/include/dar/cat_nomme.hpp +-rw-r--r-- root/root usr/include/dar/cat_tools.hpp -rw-r--r-- root/root usr/include/dar/catalogue.hpp -rw-r--r-- root/root usr/include/dar/compile_time_features.hpp -rw-r--r-- root/root usr/include/dar/compressor.hpp @@ -29,6 +30,7 @@ drwxr-xr-x root/root usr/include/dar/ -rw-r--r-- root/root usr/include/dar/crypto.hpp -rw-r--r-- root/root usr/include/dar/crypto_asym.hpp -rw-r--r-- root/root usr/include/dar/crypto_sym.hpp +-rw-r--r-- root/root usr/include/dar/cygwin_adapt.hpp -rw-r--r-- root/root usr/include/dar/data_tree.hpp -rw-r--r-- root/root usr/include/dar/database.hpp -rw-r--r-- root/root usr/include/dar/database_options.hpp @@ -79,6 +81,7 @@ drwxr-xr-x root/root usr/include/dar/ -rw-r--r-- root/root usr/include/dar/secu_memory_file.hpp -rw-r--r-- root/root usr/include/dar/secu_string.hpp -rw-r--r-- root/root usr/include/dar/slice_layout.hpp +-rw-r--r-- root/root usr/include/dar/smart_pointer.hpp -rw-r--r-- root/root usr/include/dar/statistics.hpp -rw-r--r-- root/root usr/include/dar/storage.hpp -rw-r--r-- root/root usr/include/dar/thread_cancellation.hpp @@ -94,9 +97,9 @@ drwxr-xr-x root/root usr/include/dar/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libdar64.a -rwxr-xr-x root/root usr/lib/libdar64.la -lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.7.3 -lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.7.3 --rwxr-xr-x root/root usr/lib/libdar64.so.5000.7.3 +lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.8.0 +lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.8.0 +-rwxr-xr-x root/root usr/lib/libdar64.so.5000.8.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libdar64.pc drwxr-xr-x root/root usr/share/ diff --git a/dar/.md5sum b/dar/.md5sum index f40ee05..6dd8deb 100644 --- a/dar/.md5sum +++ b/dar/.md5sum @@ -1,2 +1,2 @@ -1587dcb65afdc7aeaa00c24d13695d8c dar-2.5.3.tar.gz +a64591ce1562c75687512a7f4ab27160 dar-2.5.4.tar.gz f453ca0df13e48ca72095f9ef71529c9 darrc diff --git a/dar/Pkgfile b/dar/Pkgfile index 9d6b657..d060072 100644 --- a/dar/Pkgfile +++ b/dar/Pkgfile @@ -4,9 +4,9 @@ # Depends on: attr, lzo, zlib, bzip2, xz, libgcrypt name=dar -version=2.5.3 +version=2.5.4 release=1 -source=(http://downloads.sourceforge.net/project/dar/dar/$version/$name-$version.tar... \ +source=(http://downloads.sourceforge.net/project/dar/dar/v$version/$name-$version.ta... \ darrc) build () { @@ -15,6 +15,7 @@ build () { ./configure --prefix=/usr \ --disable-nls \ --enable-mode=64 \ + --disable-gpgme-linking \ --disable-build-html make
participants (1)
-
crux@crux.nu