forked from Lainports/freebsd-ports
This is to break dependency cycles between e2fsprogs-libss and
e2fsprogs (see 254751 comment #18 for details), and to avoid creating
yet another split-out port, then for e2fsprogs's libcom_err.
Bump PORTREVISION of the four e2fsprogs consumers to flush out
their e2fsprogs-libss dependency records.
PR: 254751
Reported by: Felix Palmen
PR: 261217
Reported by: tech-lists@zyxst.net
Fixes: 8e6ae60 devel/e2fsprogs-libss: use local compile_et...
Approved by: prior maintainer timeout (Ben Kaduk, 7 months) on 254751
18 lines
411 B
Makefile
18 lines
411 B
Makefile
PORTNAME= e2tools
|
|
DISTVERSION= 0.1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= fuz@fuz.su
|
|
COMMENT= Utilities to manipulate files in an ext2/ext3 filesystem
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|