diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-30 04:49:12 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-30 04:49:12 +0800 |
commit | cdbc15f5167cb43589efd85e2701743fb3b90db7 (patch) | |
tree | c9c52d59e58f4cc29c000396e0552f1d83ed9714 | |
parent | 1302f218cb59f934720cfc71f7126730315f2545 (diff) | |
download | freebsd-ports-gnome-cdbc15f5167cb43589efd85e2701743fb3b90db7.tar.gz freebsd-ports-gnome-cdbc15f5167cb43589efd85e2701743fb3b90db7.tar.zst freebsd-ports-gnome-cdbc15f5167cb43589efd85e2701743fb3b90db7.zip |
Mark as BROKEN too.
Notified by: kris
-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+ |