diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 14:37:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 14:37:08 +0000 |
commit | 3438c572d564f7e55af641938b4c2406224e4e34 (patch) | |
tree | 3b8f7343bc18462c759e75dc2c4126f5d1a60e7d /archivers | |
parent | b2565d64610b1fd7a32df76581e05843ce806ec4 (diff) |
Another bunch of deprecation: no more public distfiles and/or abandonware
Notes
Notes:
svn path=/head/; revision=275678
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ha/Makefile | 3 | ||||
-rw-r--r-- | archivers/unadf/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index ccef78a4d521..9254998f0e97 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The HA archiver using the HSC compression method +DEPRECATED= Looks like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index f1d715dff873..41d4b8206104 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -15,6 +15,9 @@ DISTNAME= adflib MAINTAINER= ports@FreeBSD.org COMMENT= Extracts files from .adf-files used by Amiga emulators +DEPRECATED= Looks like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + NO_WRKSUBDIR= yes PLIST_FILES= bin/unadf PORTDOCS= API.txt api_device.html api_dir.html api_env.html api_file.html \ |