diff options
author | beat <beat@FreeBSD.org> | 2010-08-04 20:44:05 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-08-04 20:44:05 +0800 |
commit | 57316d997cebd2ba50042818aa8c5d4c3e18ceb4 (patch) | |
tree | 0e06485f73ce86625132631e3ce4544116c90bd6 /deskutils | |
parent | bda5e579423e14c30cd40f9aa96d4706c0a00b75 (diff) | |
download | freebsd-ports-graphics-57316d997cebd2ba50042818aa8c5d4c3e18ceb4.tar.gz freebsd-ports-graphics-57316d997cebd2ba50042818aa8c5d4c3e18ceb4.tar.zst freebsd-ports-graphics-57316d997cebd2ba50042818aa8c5d4c3e18ceb4.zip |
- Mark DEPRECATED and set EXPIRATION_DATE to 2010-09-04. Upstream
development discontinued. Please consider using deskutils/lightning
instead.
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 b42cd83d8ef..5b3f48960aa 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 75926f6e73c..2d037c50213 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 6c6cd6b9449..6e94466304f 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} |