diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-29 20:49:12 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-29 20:49:12 +0000 |
commit | 3ff7aeae0f0917a978e343dc2231b60c9394d70e (patch) | |
tree | 453193da158ad16f7f047974dda6208118d759a1 /devel | |
parent | bb915d7afb12b01bc3597af176fcbac940134d9a (diff) | |
download | ports-3ff7aeae0f0917a978e343dc2231b60c9394d70e.tar.gz ports-3ff7aeae0f0917a978e343dc2231b60c9394d70e.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ansistyle/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ll-url/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-ansistyle/Makefile b/devel/py-ansistyle/Makefile index a6b534244ae7..037f5056c52b 100644 --- a/devel/py-ansistyle/Makefile +++ b/devel/py-ansistyle/Makefile @@ -19,6 +19,7 @@ COMMENT= Add ANSI color capability to output streams RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core DEPRECATED= this ports was deprecated. please use devel/py-ll-core +BROKEN= "${DEPRECATED}" EXPIRATION_DATE= 2005-12-29 USE_PYTHON= 2.4+ diff --git a/devel/py-ll-url/Makefile b/devel/py-ll-url/Makefile index 21fedc717328..0753499e5290 100644 --- a/devel/py-ll-url/Makefile +++ b/devel/py-ll-url/Makefile @@ -17,6 +17,7 @@ COMMENT= RFC2396 implementation of URLs and file like classes for URLs RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core DEPRECATED= this ports was deprecated. please use devel/py-ll-core +BROKEN= "${DEPRECATED}" EXPIRATION_DATE= 2005-12-29 USE_PYTHON= 2.4+ |