diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
commit | 637b3d75f32e388a128f41aa2d3db1522511c43c (patch) | |
tree | da45bc610b895baaaec7e5627ae6fc549ed3528c /comms | |
parent | 96e51fb708cfdb1e4d7899587b575b3b10dbba02 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/Makefile | 2 | ||||
-rw-r--r-- | comms/nokryptia/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 8be2ed10d129..a7568a415c46 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -17,6 +17,8 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 USES= gmake libtool USE_CXXSTD= c++98 diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile index 276142a50cca..9719b181b44e 100644 --- a/comms/nokryptia/Makefile +++ b/comms/nokryptia/Makefile @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for fast loading mp3s into Nokia 5510 BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 LIB_DEPENDS= libid3.so:audio/id3lib |