diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-03 16:00:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-03 16:00:19 +0000 |
commit | bebf3178ae36f596986c9c997d085dae71d8bb90 (patch) | |
tree | 28f19cc7e46ff16710c3e7fed55ec8397d738f11 /sysutils/scanmem | |
parent | a25c7696d7ac089047381db7850b45f97de09fd2 (diff) | |
download | freebsd-ports-bebf3178ae36f596986c9c997d085dae71d8bb90.zip |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/scanmem')
-rw-r--r-- | sysutils/scanmem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/scanmem/Makefile b/sysutils/scanmem/Makefile index f73cc6a86fae..37f985321e81 100644 --- a/sysutils/scanmem/Makefile +++ b/sysutils/scanmem/Makefile @@ -13,6 +13,8 @@ COMMENT= Locate and modify various data in an executing process LICENSE= GPLv3 BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= requires linprocfs(5) |