tnew port: libarchive + fix pm - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 584e1ed2e1c382d5ed53b7e9913e13582180efeb
 (DIR) parent 0a6d8fc5159279a8d8c0cae9c51788e158e6aff8
 (HTM) Author: z3bra <willyatmailoodotorg>
       Date:   Sat, 23 Jan 2016 00:23:49 +0100
       
       new port: libarchive + fix pm
       
       Diffstat:
         A libarchive/mkfile                   |      13 +++++++++++++
         M pm/mkfile                           |       2 +-
       
       2 files changed, 14 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/libarchive/mkfile b/libarchive/mkfile
       t@@ -0,0 +1,13 @@
       +pkg = libarchive
       +ver = 3.1.2
       +url = http://libarchive.org/downloads/$pkg-$ver.tar.gz
       +
       +<../config.mk
       +<../default.mk
       +
       +CONFIGURE = ${CONFIGURE} \
       +            --without-lzmadec \
       +            --without-expat \
       +            --without-xml2 \
       +            --without-nettle \
       +            --without-openssl
 (DIR) diff --git a/pm/mkfile b/pm/mkfile
       t@@ -1,5 +1,5 @@
        pkg = pm
       -ver = 6145d57
       +ver = 6f0510b
        git=git://z3bra.org/pm
        
        <../config.mk