diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-10-19 12:59:45 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-10-19 12:59:45 +0000 |
commit | c690b7d89f7a17cc7e9fdfba327db495f90c719a (patch) | |
tree | 0c4cdb4e8e7beced2c9c7e54af272bdfffa913bc | |
parent | Beanstalk perl client needs run dependencies in order to work correctly. (diff) |
- Mark as DEPRECATED (expiration in 1 month), project is long dead
- Mark myself as MAINTAINER in the meanwhile
Approved by: maintainer (implicit, email address is 550)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306118
-rw-r--r-- | net-im/ccmsn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/ccmsn/Makefile b/net-im/ccmsn/Makefile index 4e8d9e951afd..ce4b0c143363 100644 --- a/net-im/ccmsn/Makefile +++ b/net-im/ccmsn/Makefile @@ -12,9 +12,12 @@ CATEGORIES= net-im MASTER_SITES= http://msn.CompuCreations.com/ EXTRACT_SUFX= .tgz -MAINTAINER= jimromse@eupmt.es +MAINTAINER= gahr@FreeBSD.org COMMENT= A Tcl/Tk-based MSN messenger +DEPRECATE= The project no longer exists +EXPIRATION_DATE=2012-11-19 + RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_BUILD= yes |