diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-24 06:18:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-24 06:18:04 +0000 |
commit | ec5908928a600d4a7e109202416c666dcb2dc36f (patch) | |
tree | ff816449ecb47965da49570d01ea736a5f97a43f /textproc/rot | |
parent | e6ab848f92f4d811403e1674642d26575bb5de46 (diff) |
Point to a new MASTER_SITES, remove deprecation
PR: ports/155627
Submitted by: Henk van Oers <henk.van.oers _at_ xs4all.nl>
Notes
Notes:
svn path=/head/; revision=271585
Diffstat (limited to 'textproc/rot')
-rw-r--r-- | textproc/rot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile index 69042393d245..0e689eb2b2bd 100644 --- a/textproc/rot/Makefile +++ b/textproc/rot/Makefile @@ -9,16 +9,13 @@ PORTNAME= rot PORTVERSION= 1.2 CATEGORIES= textproc -MASTER_SITES= http://ftp.unicamp.br/pub/unix-c/utils/ +MASTER_SITES= http://www.xs4all.nl/~henkoers/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Rotates a file so that lines become columns and vice versa -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - ALL_TARGET= ${PORTNAME} MAN1= rot.1 |