View | Details | Raw Unified | Return to bug 278795
Collapse All | Expand All

(-)b/archivers/libarchive/Makefile (-4 / +3 lines)
Lines 1-14 Link Here
1
PORTNAME=	libarchive
1
PORTNAME=	libarchive
2
DISTVERSION=	3.7.2
2
DISTVERSION=	3.7.4
3
PORTREVISION=	2
4
PORTEPOCH=	1
3
PORTEPOCH=	1
5
CATEGORIES=	archivers
4
CATEGORIES=	archivers
6
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
5
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
7
		https://libarchive.org/downloads/
6
		https://libarchive.org/downloads/
8
7
9
PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
8
PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
10
PATCHFILES=	3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch:-p1 \
9
PATCHFILES=	b910cb70d4c1b311c9d85cd536a6c91647c43df7.patch:-p1 \
11
		6110e9c82d8ba830c3440f36b990483ceaaea52c.patch:-p1
10
		83e8b0ea8c3b07e07ac3dee90a8724565f8e53fd.patch:-p1
12
11
13
MAINTAINER=	glewis@FreeBSD.org
12
MAINTAINER=	glewis@FreeBSD.org
14
COMMENT=	Library to create and read several streaming archive formats
13
COMMENT=	Library to create and read several streaming archive formats
(-)b/archivers/libarchive/distinfo (-7 / +7 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1711804132
1
TIMESTAMP = 1714927740
2
SHA256 (libarchive-3.7.2.tar.xz) = 04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb
2
SHA256 (libarchive-3.7.4.tar.xz) = f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735
3
SIZE (libarchive-3.7.2.tar.xz) = 5237056
3
SIZE (libarchive-3.7.4.tar.xz) = 5417660
4
SHA256 (3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch) = 25257cc6897984f52939123d08e1d3e1df29d1050bf60013757315e86c389a51
4
SHA256 (83e8b0ea8c3b07e07ac3dee90a8724565f8e53fd.patch) = 0606162623c3165b9debf545dfc6ed8ee35ee8cd040b9d28f4b3b15dd1f89bf1
5
SIZE (3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch) = 1211
5
SIZE (83e8b0ea8c3b07e07ac3dee90a8724565f8e53fd.patch) = 1096
6
SHA256 (6110e9c82d8ba830c3440f36b990483ceaaea52c.patch) = b677eae8f6fd1a9c3c2184dfd26a0d2862e0182dd295a376af10d18431299a41
6
SHA256 (b910cb70d4c1b311c9d85cd536a6c91647c43df7.patch) = 75175fab966f01e7cf273150d60f3716f6caeb6e3b6d9007467cc5713fca745e
7
SIZE (6110e9c82d8ba830c3440f36b990483ceaaea52c.patch) = 945
7
SIZE (b910cb70d4c1b311c9d85cd536a6c91647c43df7.patch) = 2281
(-)b/archivers/libarchive/pkg-plist (-1 / +1 lines)
Lines 6-12 include/archive.h Link Here
6
include/archive_entry.h
6
include/archive_entry.h
7
lib/libarchive.so
7
lib/libarchive.so
8
lib/libarchive.so.13
8
lib/libarchive.so.13
9
lib/libarchive.so.13.7.2
9
lib/libarchive.so.13.7.4
10
libdata/pkgconfig/libarchive.pc
10
libdata/pkgconfig/libarchive.pc
11
share/man/man1/bsdcat.1.gz
11
share/man/man1/bsdcat.1.gz
12
share/man/man1/bsdcpio.1.gz
12
share/man/man1/bsdcpio.1.gz

Return to bug 278795