diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 07:59:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 07:59:26 +0000 |
commit | 8f4c7ee1eee32416b5722aae8d251f9e7650fd1b (patch) | |
tree | 5ffd04dcd74d735286d308e409bc57477e26847a | |
parent | Mark as broken and deprecate (diff) |
Chase smake deprecation
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=350895
-rw-r--r-- | archivers/star/Makefile | 3 | ||||
-rw-r--r-- | editors/ved/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 9a0028c9ca02..b1f2ed844c93 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/star/ MAINTAINER= ports@FreeBSD.org COMMENT= Unique standard tape archiver with many enhancements +DEPRECATED= Depends on deprecated smake +EXPIRATION_DATE= 2014-05-12 + BUILD_DEPENDS= smake:${PORTSDIR}/devel/smake NO_STAGE= yes diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 1a4e8fdb3828..0431ca317f65 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/ved/ MAINTAINER= ports@FreeBSD.org COMMENT= A small and fast screen-oriented editor +DEPRECATED= Depends on deprecated smake +EXPIRATION_DATE= 2014-05-12 + BUILD_DEPENDS= smake:${PORTSDIR}/devel/smake MAN1= ved.1 |