diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-01-22 11:56:07 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-01-22 11:56:07 +0000 |
commit | 0168a776a6c64498a66d1cbaeab048dc6f7eb201 (patch) | |
tree | d4cb00787262b39e82a030cb7f43578b24a8dedd /mbone | |
parent | Update to 2009a: (diff) |
- Deprecate due to planned removal of tcl8.0 / tk8.0
- Set expiration date to 2009-03-22
Notes
Notes:
svn path=/head/; revision=226669
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/nte/Makefile | 3 | ||||
-rw-r--r-- | mbone/relate/Makefile | 3 | ||||
-rw-r--r-- | mbone/wbd/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index e889ca6acdef..b0daa3718361 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -21,4 +21,7 @@ WRKSRC= ${WRKDIR}/nte PLIST_FILES= bin/nte USE_GMAKE= yes +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.mk> diff --git a/mbone/relate/Makefile b/mbone/relate/Makefile index cacfccb1f0d4..3289dcd7fdcc 100644 --- a/mbone/relate/Makefile +++ b/mbone/relate/Makefile @@ -23,4 +23,7 @@ RUN_DEPENDS= rat30:${PORTSDIR}/mbone/rat30 \ PLIST_FILES= bin/relate WRKSRC= ${WRKDIR}/relate +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.mk> diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index bf3397b5181b..65a2ec20a939 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -21,4 +21,7 @@ PLIST_FILES= bin/wbd WRKSRC= ${WRKDIR}/wbd MAKEFILE= makefile +DEPRECATED= tcl8.0 support is going to be dropped +EXPIRATION_DATE= 2009-03-22 + .include <bsd.port.mk> |