diff --git a/devel/elfkickers/Makefile b/devel/elfkickers/Makefile index c72bf94d1e8b..7a1b439859f9 100644 --- a/devel/elfkickers/Makefile +++ b/devel/elfkickers/Makefile @@ -1,46 +1,46 @@ # Created by: Sofian Brabez PORTNAME= elfkickers -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= devel education sysutils MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/ DISTNAME= ELFkickers-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Collection of programs to manipulate ELF files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ELFBINS= ebfc elfls elftoc infect objres rebind sstrip PORTDOCS= COPYING Changelog README OPTIONS_DEFINE= DOCS post-patch: @${GREP} -lR "gcc" ${WRKSRC}/*/Makefile | ${XARGS} \ ${REINPLACE_CMD} -e 's,gcc,${CC},g' do-build: .for f in ${ELFBINS} @(cd ${WRKSRC}/$f; ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) .endfor do-install: .for f in ${ELFBINS} ${INSTALL_SCRIPT} ${WRKSRC}/${f}/${f} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${f}/${f:S,$,.1,} ${STAGEDIR}${PREFIX}/man/man1 .endfor post-install: .for f in ${ELFBINS} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/elfkickers/distinfo b/devel/elfkickers/distinfo index 58f3288770ff..d62da74c9f3c 100644 --- a/devel/elfkickers/distinfo +++ b/devel/elfkickers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480450986 -SHA256 (ELFkickers-3.1.tar.gz) = 6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58 -SIZE (ELFkickers-3.1.tar.gz) = 101406 +TIMESTAMP = 1621699511 +SHA256 (ELFkickers-3.2.tar.gz) = 9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c +SIZE (ELFkickers-3.2.tar.gz) = 108555 diff --git a/devel/elfkickers/pkg-descr b/devel/elfkickers/pkg-descr index 0d381b058419..7fe48693f769 100644 --- a/devel/elfkickers/pkg-descr +++ b/devel/elfkickers/pkg-descr @@ -1,8 +1,8 @@ This distribution is a collection of programs that are generally unrelated, except in that they all deal with the ELF file format. The main purpose of these programs is to be illustrative and educational -- to help fellow programmers understand the ELF file format and something of how it works under the Linux platform. -WWW: http://www.muppetlabs.com/~breadbox/software/elfkickers.html +WWW: https://www.muppetlabs.com/~breadbox/software/elfkickers.html