diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-01-21 05:42:15 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-01-21 05:42:15 +0000 |
commit | 7d88f9be1422f29f90047ed24a75164b2a0054a5 (patch) | |
tree | 030d4306e2fd7b30500b239b8a4822018a2f6c20 /archivers | |
parent | de498856471c4e495401e128f30e832e3f020276 (diff) | |
download | ports-7d88f9be1422f29f90047ed24a75164b2a0054a5.tar.gz ports-7d88f9be1422f29f90047ed24a75164b2a0054a5.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 4 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 457ba06fd065..4d6681565647 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 2.5.5 +PORTVERSION= 2.6.0 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ @@ -24,7 +24,7 @@ PLIST_FILES= bin/bsdtar \ lib/libarchive.a \ lib/libarchive.la \ lib/libarchive.so \ - lib/libarchive.so.7 + lib/libarchive.so.8 MANCOMPRESSED= no MAN1= bsdtar.1 diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index 27325208111a..d10479239999 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,3 +1,3 @@ -MD5 (libarchive-2.5.5.tar.gz) = ff6387de3a3830785b229d1e1f11f523 -SHA256 (libarchive-2.5.5.tar.gz) = b566ffd57b6d39ea9614b03df29950064c92015d3324072b053a0bf43375a9a9 -SIZE (libarchive-2.5.5.tar.gz) = 865962 +MD5 (libarchive-2.6.0.tar.gz) = e8ceea99a86b022e192a06d2b411a29b +SHA256 (libarchive-2.6.0.tar.gz) = 6b924c2dc7d6584792ac5a90866edaded6a7695080de89b9880f42bcabf1fa03 +SIZE (libarchive-2.6.0.tar.gz) = 948077 |