diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-22 16:04:38 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-22 16:04:38 +0800 |
commit | fc465b9d787fd3a4c468d1a152f851f13c602bbc (patch) | |
tree | 21c346be63e7a95d833e90c6c3124752dd1dc73e /security | |
parent | bcf271e18b4830de351453f2365650129eb628b8 (diff) | |
download | freebsd-ports-gnome-fc465b9d787fd3a4c468d1a152f851f13c602bbc.tar.gz freebsd-ports-gnome-fc465b9d787fd3a4c468d1a152f851f13c602bbc.tar.zst freebsd-ports-gnome-fc465b9d787fd3a4c468d1a152f851f13c602bbc.zip |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Diffstat (limited to 'security')
-rw-r--r-- | security/hardening-check/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hardening-check/Makefile b/security/hardening-check/Makefile index 2fd724279338..1aaef08297b0 100644 --- a/security/hardening-check/Makefile +++ b/security/hardening-check/Makefile @@ -1,4 +1,4 @@ -# Created by: Jov <amutu@amutu.com> +# Created by: Jov <ports@FreeBSD.org> # $FreeBSD$ PORTNAME= hardening-check @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= DEBIAN/pool/main/h/hardening-wrapper DISTNAME= hardening-wrapper_${PORTVERSION} -MAINTAINER= amutu@amutu.com +MAINTAINER= ports@FreeBSD.org COMMENT= Check binaries for security hardening features LICENSE= GPLv2+ |