Date: Mon, 16 Mar 2020 19:08:57 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528536 - in head/archivers/pixz: . files Message-ID: <202003161908.02GJ8vis003193@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon Mar 16 19:08:57 2020 New Revision: 528536 URL: https://svnweb.freebsd.org/changeset/ports/528536 Log: Update to 1.0.6. PR: 238900 Submitted by: yuri Deleted: head/archivers/pixz/files/ Modified: head/archivers/pixz/Makefile head/archivers/pixz/distinfo head/archivers/pixz/pkg-descr Modified: head/archivers/pixz/Makefile ============================================================================== --- head/archivers/pixz/Makefile Mon Mar 16 18:26:43 2020 (r528535) +++ head/archivers/pixz/Makefile Mon Mar 16 19:08:57 2020 (r528536) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= pixz -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.6 +DISTVERSIONPREFIX= v CATEGORIES= archivers -MASTER_SITES= SF/pixz -EXTRACT_SUFX= .tgz MAINTAINER= hrs@FreeBSD.org COMMENT= Parallel, indexing version of XZ @@ -12,12 +11,13 @@ COMMENT= Parallel, indexing version of XZ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -SUB_FILES= Makefile -PLIST_FILES= bin/${PORTNAME} man/man1/pixz.1.gz -USES= uidfix libarchive +BUILD_DEPENDS= asciidoc:textproc/asciidoc -post-extract: apply-slist - ${INSTALL_DATA} ${WRKDIR}/Makefile ${WRKSRC} - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.1 ${WRKSRC} +USES= autoreconf libarchive pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= vasi + +GNU_CONFIGURE= yes +PLIST_FILES= bin/${PORTNAME} man/man1/pixz.1.gz .include <bsd.port.mk> Modified: head/archivers/pixz/distinfo ============================================================================== --- head/archivers/pixz/distinfo Mon Mar 16 18:26:43 2020 (r528535) +++ head/archivers/pixz/distinfo Mon Mar 16 19:08:57 2020 (r528536) @@ -1,2 +1,3 @@ -SHA256 (pixz-1.0.2.tgz) = af9dac41edd6bf57953471f7fcbd4793810003bf911593ba4c84f7cccb5f74af -SIZE (pixz-1.0.2.tgz) = 21425 +TIMESTAMP = 1584385176 +SHA256 (vasi-pixz-v1.0.6_GH0.tar.gz) = ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60 +SIZE (vasi-pixz-v1.0.6_GH0.tar.gz) = 27603 Modified: head/archivers/pixz/pkg-descr ============================================================================== --- head/archivers/pixz/pkg-descr Mon Mar 16 18:26:43 2020 (r528535) +++ head/archivers/pixz/pkg-descr Mon Mar 16 19:08:57 2020 (r528536) @@ -1,4 +1,3 @@ Pixz (pronounced 'pixie') is a parallel, indexing version of XZ. WWW: https://github.com/vasi/pixz -WWW: https://sourceforge.net/projects/pixz/files/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003161908.02GJ8vis003193>