diff options
author | glewis <glewis@FreeBSD.org> | 2007-12-31 03:23:14 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-12-31 03:23:14 +0800 |
commit | d615ae5cff9560b2811c5456f5764b4edc28df16 (patch) | |
tree | 5d461f08b9cc3eadca0acd46d8b1ce151e70c446 /archivers/libarchive | |
parent | b702b9113370d16d693c6991c65262d58333cc36 (diff) | |
download | freebsd-ports-gnome-d615ae5cff9560b2811c5456f5764b4edc28df16.tar.gz freebsd-ports-gnome-d615ae5cff9560b2811c5456f5764b4edc28df16.tar.zst freebsd-ports-gnome-d615ae5cff9560b2811c5456f5764b4edc28df16.zip |
. Update to 2.4.10.
. Enable bsdcpio by default.
Diffstat (limited to 'archivers/libarchive')
-rw-r--r-- | archivers/libarchive/Makefile | 6 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index f2e9cbbf618e..78b9291daf94 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 2.3.5 +PORTVERSION= 2.4.10 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ @@ -16,7 +16,7 @@ COMMENT= Library to create and read several streaming archive formats GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -OPTIONS= BSDCPIO "Enable bsdcpio" off +OPTIONS= BSDCPIO "Enable bsdcpio" on PLIST_FILES= bin/bsdtar \ include/archive.h \ @@ -24,7 +24,7 @@ PLIST_FILES= bin/bsdtar \ lib/libarchive.a \ lib/libarchive.la \ lib/libarchive.so \ - lib/libarchive.so.5 + lib/libarchive.so.6 MANCOMPRESSED= no MAN1= bsdtar.1 diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index 8e2b4854e547..9f1d823c62f4 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,3 +1,3 @@ -MD5 (libarchive-2.3.5.tar.gz) = 954ed005e64c368d2ce890581b52b6fb -SHA256 (libarchive-2.3.5.tar.gz) = a04cc5664cac8e4b4a0848901073ef21b03fca3ab63fb9d7d09993fc0791f055 -SIZE (libarchive-2.3.5.tar.gz) = 698478 +MD5 (libarchive-2.4.10.tar.gz) = e6550accf44403fc022185cad578aaed +SHA256 (libarchive-2.4.10.tar.gz) = 8568bb13d6c0d7dd5bc011992eb1d6097de6ff06bdf997bd47fa9da0a578ff40 +SIZE (libarchive-2.4.10.tar.gz) = 815263 |