diff options
author | crees <crees@FreeBSD.org> | 2011-10-27 17:34:24 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-10-27 17:34:24 +0800 |
commit | 3f7945b89a049d12255656661f0af7041fdc7f23 (patch) | |
tree | d153d74d5b72172f68370566ced0532474849025 | |
parent | 31d028cb87621b224961d912ed7fe4bb6495c159 (diff) | |
download | freebsd-ports-gnome-3f7945b89a049d12255656661f0af7041fdc7f23.tar.gz freebsd-ports-gnome-3f7945b89a049d12255656661f0af7041fdc7f23.tar.zst freebsd-ports-gnome-3f7945b89a049d12255656661f0af7041fdc7f23.zip |
Deprecate some ports:
pycodec-zope/Makefile:DEPRECATED= Handled in Python-2.4 and later
pycodec/Makefile:DEPRECATED= Handled in Python-2.4 upwards
zope-ejsplitter/Makefile:DEPRECATED= Plone4 has newer and better splitter mechanism than ejSplitter
zope-jamailhost/Makefile:DEPRECATED= Zope has changed MailHost specification and it is not sure jaMailHost works well
PR: ports/162055
-rw-r--r-- | japanese/pycodec-zope/Makefile | 3 | ||||
-rw-r--r-- | japanese/pycodec/Makefile | 3 | ||||
-rw-r--r-- | japanese/zope-ejsplitter/Makefile | 3 | ||||
-rw-r--r-- | japanese/zope-jamailhost/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/japanese/pycodec-zope/Makefile b/japanese/pycodec-zope/Makefile index 3b92e024a2f0..945da38b016c 100644 --- a/japanese/pycodec-zope/Makefile +++ b/japanese/pycodec-zope/Makefile @@ -13,6 +13,9 @@ PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist PKGMESSAGE= ${MASTERDIR}/pkg-message +DEPRECATED= Handled in Python-2.4 and later +EXPIRATION_DATE=2011-11-27 + USE_ZOPE= yes .include "${MASTERDIR}/Makefile" diff --git a/japanese/pycodec/Makefile b/japanese/pycodec/Makefile index b2baf4296c27..9ef37f42c62e 100644 --- a/japanese/pycodec/Makefile +++ b/japanese/pycodec/Makefile @@ -15,6 +15,9 @@ DISTNAME= JapaneseCodecs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python Unicode codecs for Japanese charsets +DEPRECATED= Handled in Python-2.4 upwards +EXPIRATION_DATE=2011-11-27 + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= JapaneseCodecs diff --git a/japanese/zope-ejsplitter/Makefile b/japanese/zope-ejsplitter/Makefile index 9388fa378009..381c29ffc818 100644 --- a/japanese/zope-ejsplitter/Makefile +++ b/japanese/zope-ejsplitter/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ MAINTAINER= nakaji@jp.freebsd.org COMMENT= A Japanese word splitter for searching text in Zope Products +DEPRECATED= Plone4 has newer and better splitter mechanism than ejSplitter +EXPIRATION_DATE=2011-11-27 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope diff --git a/japanese/zope-jamailhost/Makefile b/japanese/zope-jamailhost/Makefile index 7c37b820a1d5..aa4eea833681 100644 --- a/japanese/zope-jamailhost/Makefile +++ b/japanese/zope-jamailhost/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= nakaji@jp.freebsd.org COMMENT= A Zope hotfix Product to send mail in Japanese +DEPRECATED= Zope has changed MailHost specification and it is not sure jaMailHost works well +EXPIRATION_DATE=2011-11-27 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope |