diff options
author | glewis <glewis@FreeBSD.org> | 2007-06-26 13:19:17 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-06-26 13:19:17 +0800 |
commit | 1e60b552415dc35ebe13c7b1f2b45f4394c0e071 (patch) | |
tree | 98f027e07c8f2890f3402d605aff9492f31fa274 /archivers | |
parent | e1bb024641616ee286fb12b097124698db1333dc (diff) | |
download | freebsd-ports-gnome-1e60b552415dc35ebe13c7b1f2b45f4394c0e071.tar.gz freebsd-ports-gnome-1e60b552415dc35ebe13c7b1f2b45f4394c0e071.tar.zst freebsd-ports-gnome-1e60b552415dc35ebe13c7b1f2b45f4394c0e071.zip |
. Update to 2.2.3.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 6 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 469c92ed8c02..1386d85f5184 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 1.3.1 +PORTVERSION= 2.2.3 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ @@ -15,6 +15,7 @@ COMMENT= Library to create and read several streaming archive formats GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man PLIST_FILES= bin/bsdtar \ include/archive.h \ @@ -30,7 +31,8 @@ MAN3= archive_entry.3 \ archive_read.3 \ archive_util.3 \ archive_write.3 \ - libarchive.3 + libarchive.3 \ + libarchive_internals.3 MAN5= libarchive-formats.5 \ tar.5 diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index 40c2690e820a..8b9e038f46ad 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,3 +1,3 @@ -MD5 (libarchive-1.3.1.tar.gz) = c618d26d680ace57fcd5f59cea3151c6 -SHA256 (libarchive-1.3.1.tar.gz) = ad9eaf5779df75b9a0618a732eb227792e65db17c6713fe81ef5bff2bbc616a8 -SIZE (libarchive-1.3.1.tar.gz) = 901173 +MD5 (libarchive-2.2.3.tar.gz) = 5a9051da4143dba5696a49c7d20b968b +SHA256 (libarchive-2.2.3.tar.gz) = 1043e43d77d8b1fda6666938d5eb10c411ae9b2beead9e73f7654520f5288257 +SIZE (libarchive-2.2.3.tar.gz) = 625399 |