diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-04 12:44:05 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-04 12:44:05 +0000 |
commit | 3bec00dd7f3867f6252254e4536d5ea5871f6649 (patch) | |
tree | 47d709ed9389aa56f906127b432758508a5e85b8 /deskutils | |
parent | ffe150e305f9545270e4638d9a32b85344a5960e (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/linux-sunbird/Makefile | 4 | ||||
-rw-r--r-- | deskutils/sunbird-i18n/Makefile | 4 | ||||
-rw-r--r-- | deskutils/sunbird/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/linux-sunbird/Makefile b/deskutils/linux-sunbird/Makefile index b42cd83d8ef7..5b3f48960aa8 100644 --- a/deskutils/linux-sunbird/Makefile +++ b/deskutils/linux-sunbird/Makefile @@ -17,6 +17,10 @@ MASTER_SITE_SUBDIR?= calendar/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en- MAINTAINER= gecko@FreeBSD.org COMMENT= Calendaring application branched from Mozilla +DEPRECATED= Upstream development discontinued. Please consider using\ + ${PORTSDIR}/deskutils/lightning instead +EXPIRATION_DATE= 2010-09-04 + post-extract: @${MKDIR} ${WRKSRC}/plugins/ @${TOUCH} ${WRKSRC}/plugins/.empty diff --git a/deskutils/sunbird-i18n/Makefile b/deskutils/sunbird-i18n/Makefile index 75926f6e73cd..2d037c50213b 100644 --- a/deskutils/sunbird-i18n/Makefile +++ b/deskutils/sunbird-i18n/Makefile @@ -16,6 +16,10 @@ DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Sunbird +DEPRECATED= Upstream development discontinued. Please consider using\ + ${PORTSDIR}/deskutils/lightning instead +EXPIRATION_DATE= 2010-09-04 + .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=1.6.5.1:${PORTSDIR}/www/xpi-quick-locale-switcher .endif diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile index 6c6cd6b94491..6e94466304f5 100644 --- a/deskutils/sunbird/Makefile +++ b/deskutils/sunbird/Makefile @@ -18,6 +18,10 @@ DISTNAME= lightning-${PORTNAME}-${DISTVERSION}-source MAINTAINER= gecko@FreeBSD.org COMMENT= Redesign of the Mozilla Calendar with XUL interface +DEPRECATED= Upstream development discontinued. Please consider using\ + ${PORTSDIR}/deskutils/lightning instead +EXPIRATION_DATE= 2010-09-04 + USE_AUTOTOOLS= libtool:22 ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} |