diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-07 04:33:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-07 04:33:03 +0800 |
commit | d8be79a1661145f8697c8341a04b4f55e3bf9fe7 (patch) | |
tree | 600ce2dce45fd208b15ec44333dfe51c4abb0602 /devel | |
parent | 78e8353c12844483fd6e2c4d7689efd44ed5308b (diff) | |
download | freebsd-ports-gnome-d8be79a1661145f8697c8341a04b4f55e3bf9fe7.tar.gz freebsd-ports-gnome-d8be79a1661145f8697c8341a04b4f55e3bf9fe7.tar.zst freebsd-ports-gnome-d8be79a1661145f8697c8341a04b4f55e3bf9fe7.zip |
Update GH_ACCOUNT and WWW
https://github.com/rhinstaller/efivar redirects to https://github.com/rhboot/efivar.
https://github.com/vathpela/efivar is an identical fork of https://github.com/rhboot/efivar.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/efivar/Makefile | 2 | ||||
-rw-r--r-- | devel/efivar/distinfo | 5 | ||||
-rw-r--r-- | devel/efivar/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/efivar/Makefile b/devel/efivar/Makefile index d7f1a401e491..9838ef0f1718 100644 --- a/devel/efivar/Makefile +++ b/devel/efivar/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpopt.so:devel/popt USES= gmake localbase pkgconfig USE_GCC= yes USE_GITHUB= yes -GH_ACCOUNT= rhinstaller +GH_ACCOUNT= rhboot USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/devel/efivar/distinfo b/devel/efivar/distinfo index de70d3a093ab..4d6a04753aca 100644 --- a/devel/efivar/distinfo +++ b/devel/efivar/distinfo @@ -1,2 +1,3 @@ -SHA256 (rhinstaller-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f -SIZE (rhinstaller-efivar-0.15_GH0.tar.gz) = 30064 +TIMESTAMP = 1544125008 +SHA256 (rhboot-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f +SIZE (rhboot-efivar-0.15_GH0.tar.gz) = 30064 diff --git a/devel/efivar/pkg-descr b/devel/efivar/pkg-descr index 0f95fb186aef..0dd6c1135b1f 100644 --- a/devel/efivar/pkg-descr +++ b/devel/efivar/pkg-descr @@ -1,3 +1,3 @@ Tools and library to manipulate EFI variables. -WWW: https://github.com/vathpela/efivar +WWW: https://github.com/rhboot/efivar |