Date: Tue, 21 May 2019 00:43:39 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502180 - head/sysutils/pesign Message-ID: <201905210043.x4L0hdOX089178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue May 21 00:43:39 2019 New Revision: 502180 URL: https://svnweb.freebsd.org/changeset/ports/502180 Log: sysutils/pesign: unbreak Obtained from: upstream Modified: head/sysutils/pesign/Makefile (contents, props changed) head/sysutils/pesign/distinfo (contents, props changed) Modified: head/sysutils/pesign/Makefile ============================================================================== --- head/sysutils/pesign/Makefile Mon May 20 23:46:44 2019 (r502179) +++ head/sysutils/pesign/Makefile Tue May 21 00:43:39 2019 (r502180) @@ -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: head/sysutils/pesign/distinfo ============================================================================== --- head/sysutils/pesign/distinfo Mon May 20 23:46:44 2019 (r502179) +++ head/sysutils/pesign/distinfo Tue May 21 00:43:39 2019 (r502180) @@ -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?201905210043.x4L0hdOX089178>