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 /comms | |
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 'comms')
-rw-r--r-- | comms/esmska/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/esmska/Makefile b/comms/esmska/Makefile index a56a8b351529..d2148dfb9eb7 100644 --- a/comms/esmska/Makefile +++ b/comms/esmska/Makefile @@ -10,6 +10,8 @@ MAINTAINER= gamato@users.sf.net COMMENT= Program for sending SMS over the Internet BROKEN= Unfetchable (google code has gone away) +DEPRECATED= Unfetchable for more than six months (google code has gone away) +EXPIRATION_DATE= 2017-04-30 USE_JAVA= yes JAVA_VERSION= 1.6+ |