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 /misc/terraform | |
parent | Update databases/elixir-postgrex to version 0.13.1. (diff) |
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
Notes
Notes:
svn path=/head/; revision=435349
Diffstat (limited to 'misc/terraform')
-rw-r--r-- | misc/terraform/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index e25077f9a861..aaf71cce4bbd 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:devel/trio |