svn commit: r472300 - in head/archivers/lbzip2: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Jun 13 09:49:25 UTC 2018
Author: danfe
Date: Wed Jun 13 09:49:24 2018
New Revision: 472300
URL: https://svnweb.freebsd.org/changeset/ports/472300
Log:
- Update `archivers/lbzip2' to version 2.5, switch
to the `.tar.bz2' distfile (USES=tar:bzip2)
- Update MASTER_SITES and add LICENSE (GPLv3)
- The build system is GNU autotools-based since 2.x
- Install more complete set of documentation files
- Drop no longer needed WRKSRC, the patch file, and
`do-install' target
- Get rid of the .for loop when installing files on
the PORTDOCS list
Deleted:
head/archivers/lbzip2/files/
Modified:
head/archivers/lbzip2/Makefile
head/archivers/lbzip2/distinfo
Modified: head/archivers/lbzip2/Makefile
==============================================================================
--- head/archivers/lbzip2/Makefile Wed Jun 13 09:34:31 2018 (r472299)
+++ head/archivers/lbzip2/Makefile Wed Jun 13 09:49:24 2018 (r472300)
@@ -2,29 +2,29 @@
# $FreeBSD$
PORTNAME= lbzip2
-PORTVERSION= 0.23
+PORTVERSION= 2.5
CATEGORIES= archivers
-MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/
+MASTER_SITES= http://archive.lbzip2.org/
+LICENSE= GPLv3
+
MAINTAINER= ports at FreeBSD.org
COMMENT= Multi-threaded bzip2/bunzip2 filter
-WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/lbzip2 \
+USES= tar:bzip2
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/lbunzip2 bin/lbzcat bin/lbzip2 \
+ man/man1/lbunzip2.1.gz \
+ man/man1/lbzcat.1.gz \
man/man1/lbzip2.1.gz
-PORTDOCS= ChangeLog README
+PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
OPTIONS_DEFINE= DOCS
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/lbzip2 ${STAGEDIR}${PREFIX}/bin/lbzip2
- ${INSTALL_MAN} ${WRKSRC}/lbzip2.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/archivers/lbzip2/distinfo
==============================================================================
--- head/archivers/lbzip2/distinfo Wed Jun 13 09:34:31 2018 (r472299)
+++ head/archivers/lbzip2/distinfo Wed Jun 13 09:49:24 2018 (r472300)
@@ -1,2 +1,3 @@
-SHA256 (lbzip2-0.23.tar.gz) = 2838cc2be818b8107ab1311208e6344baf9969168199be84287a32fef4733411
-SIZE (lbzip2-0.23.tar.gz) = 77720
+TIMESTAMP = 1395865500
+SHA256 (lbzip2-2.5.tar.bz2) = eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b
+SIZE (lbzip2-2.5.tar.bz2) = 514852
More information about the svn-ports-all
mailing list