diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2011-02-27 15:46:16 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2011-02-27 15:46:16 +0000 |
commit | 702d89ead4f868881d69a1e026b6b7fd72996764 (patch) | |
tree | 5dc8a020d815d17e5f16766fc4126cdf7452f2f6 | |
parent | Update to 0.32 (diff) |
- Mark as DEPRECATED and set EXPIRATION_DATE due it's no longer maintained since 2003
as well as its dependencies that isn't more updated and can't be fetched.
Also it can't be build using net/gnet2.
Reported by: cperciva
Notes
Notes:
svn path=/head/; revision=269917
-rw-r--r-- | ftp/junglemonkey/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/junglemonkey/Makefile b/ftp/junglemonkey/Makefile index 928900d0468d..04608d2c2561 100644 --- a/ftp/junglemonkey/Makefile +++ b/ftp/junglemonkey/Makefile @@ -15,6 +15,9 @@ DISTNAME= jm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A distributed file sharing program for GNOME +DEPRECATED= It's no longer maintained since 2003, and its dependencies can't be fetched +EXPIRATION_DATE= 2011-03-27 + LIB_DEPENDS= gnet.7:${PORTSDIR}/net/gnet USE_GNOME= gnomehack gnomeprefix libglade |