Date: Tue, 21 May 2019 00:44:31 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r502185 - branches/2019Q2/sysutils/pesign Message-ID: <201905210044.x4L0iVna089861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue May 21 00:44:31 2019 New Revision: 502185 URL: https://svnweb.freebsd.org/changeset/ports/502185 Log: MFH: r502180 sysutils/pesign: unbreak Obtained from: upstream Approved by: ports-secteam blanket Modified: branches/2019Q2/sysutils/pesign/Makefile branches/2019Q2/sysutils/pesign/distinfo (contents, props changed) Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/pesign/Makefile ============================================================================== --- branches/2019Q2/sysutils/pesign/Makefile Tue May 21 00:44:10 2019 (r502184) +++ branches/2019Q2/sysutils/pesign/Makefile Tue May 21 00:44:31 2019 (r502185) @@ -6,6 +6,9 @@ PORTVERSION= 0.110 PORTREVISION= 7 CATEGORIES= sysutils +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= b535d1ac5cbc.patch:-p1 + MAINTAINER= ports@FreeBSD.org COMMENT= Signing utility for UEFI secure boot @@ -26,7 +29,6 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386 ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors -BROKEN= https://github.com/rhboot/pesign/issues/48 post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults Modified: branches/2019Q2/sysutils/pesign/distinfo ============================================================================== --- branches/2019Q2/sysutils/pesign/distinfo Tue May 21 00:44:10 2019 (r502184) +++ branches/2019Q2/sysutils/pesign/distinfo Tue May 21 00:44:31 2019 (r502185) @@ -1,2 +1,5 @@ +TIMESTAMP = 1414180266 SHA256 (rhinstaller-pesign-0.110_GH0.tar.gz) = 836abeb4404b4b3a616deb478f8bf4fed2fce4f12be1a00b6fab238d150ed2ed SIZE (rhinstaller-pesign-0.110_GH0.tar.gz) = 103805 +SHA256 (b535d1ac5cbc.patch) = 787fe6bb67b0cbc8716a84d063d0995c1f23567d87f2c6bec33c3daa0145f367 +SIZE (b535d1ac5cbc.patch) = 1971
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905210044.x4L0iVna089861>