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

(-)Makefile (-3 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bzip2
4
PORTNAME=	bzip2
5
PORTVERSION=	1.0.6
5
PORTVERSION=	1.0.7
6
PORTREVISION=	1
7
CATEGORIES=	archivers
6
CATEGORIES=	archivers
8
MASTER_SITES=	http://www.bzip.org/${PORTVERSION}/
7
MASTER_SITES=	https://sourceware.org/pub/bzip2/
9
8
10
MAINTAINER=	jharris@widomaker.com
9
MAINTAINER=	jharris@widomaker.com
11
COMMENT=	Block-sorting file compressor
10
COMMENT=	Block-sorting file compressor
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (bzip2-1.0.6.tar.gz) = a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
1
TIMESTAMP = 1561661453
2
SIZE (bzip2-1.0.6.tar.gz) = 782025
2
SHA256 (bzip2-1.0.7.tar.gz) = e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
3
SIZE (bzip2-1.0.7.tar.gz) = 809680
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This is bzip2, a advanced block-sorting file compressor.  It is
1
This is bzip2, a advanced block-sorting file compressor.  It is
2
believed to be free from any patents.
2
believed to be free from any patents.
3
3
4
WWW: http://www.bzip.org/
4
WWW: https://gitlab.com/federicomenaquintero/bzip2/

Return to bug 238854