Skip to content

Commit

Permalink
archivers/pixz: Use upstream release archive
Browse files Browse the repository at this point in the history
Removes the the need to run autoreconf and asciidoc dependency

PR:		274631
Approved by:	portmgr (maintainer timeout, 2+ weeks)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Nov 5, 2023
1 parent 69f87f0 commit 71d020c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions archivers/pixz/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pixz
PORTVERSION= 1.0.7
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.7
CATEGORIES= archivers
MASTER_SITES= https://github.com/vasi/${PORTNAME}/releases/download/v${DISTVERSION}/

MAINTAINER= hrs@FreeBSD.org
COMMENT= Parallel, indexing version of XZ
Expand All @@ -10,13 +10,13 @@ WWW= https://github.com/vasi/pixz
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= asciidoc:textproc/asciidoc

USES= autoreconf libarchive pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vasi
USES= libarchive pkgconfig tar:xz

GNU_CONFIGURE= yes

PLIST_FILES= bin/${PORTNAME} man/man1/pixz.1.gz

post-install:
${INSTALL_MAN} ${WRKSRC}/src/pixz.1 ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions archivers/pixz/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1599776645
SHA256 (vasi-pixz-v1.0.7_GH0.tar.gz) = e29fba74ae399e5d27c21a6009002705ebcc20947b283ed0aa721df6a409680a
SIZE (vasi-pixz-v1.0.7_GH0.tar.gz) = 27998
TIMESTAMP = 1697884631
SHA256 (pixz-1.0.7.tar.xz) = e5e32c6eb0bf112b98e74a5da8fb63b9f2cae71800f599d97ce540e150c8ddc5
SIZE (pixz-1.0.7.tar.xz) = 120876

0 comments on commit 71d020c

Please sign in to comment.