diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:35:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:35:32 +0800 |
commit | 15323e14ca5e26ed7f61689771fc0aa594453e3e (patch) | |
tree | 8548af9a729d1cf57c0e531cbb14598ae974ef7f /shells | |
parent | 3f959ccac94a73ce731865cd12c9914cbe6d65b7 (diff) | |
download | freebsd-ports-gnome-15323e14ca5e26ed7f61689771fc0aa594453e3e.tar.gz freebsd-ports-gnome-15323e14ca5e26ed7f61689771fc0aa594453e3e.tar.zst freebsd-ports-gnome-15323e14ca5e26ed7f61689771fc0aa594453e3e.zip |
- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
Diffstat (limited to 'shells')
-rw-r--r-- | shells/heirloom-sh/Makefile | 2 | ||||
-rw-r--r-- | shells/ibsh/Makefile | 3 | ||||
-rw-r--r-- | shells/rssh/Makefile | 3 | ||||
-rw-r--r-- | shells/scponly/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/Makefile | 2 |
5 files changed, 6 insertions, 8 deletions
diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile index 8655c11ef170..4dc5b9be25d0 100644 --- a/shells/heirloom-sh/Makefile +++ b/shells/heirloom-sh/Makefile @@ -8,7 +8,7 @@ PORTNAME= heirloom-sh PORTVERSION= 050706 CATEGORIES= shells -MASTER_SITES= SF/heirloom +MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION} MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell diff --git a/shells/ibsh/Makefile b/shells/ibsh/Makefile index 15b520f23e36..76e7fa486fac 100644 --- a/shells/ibsh/Makefile +++ b/shells/ibsh/Makefile @@ -8,8 +8,7 @@ PORTNAME= ibsh PORTVERSION= 0.3e CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= vaida.bogdan@gmail.com COMMENT= Restricted unix shell diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index dec1127c7963..59e331d6d478 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -8,8 +8,7 @@ PORTNAME= rssh PORTVERSION= 2.3.2 CATEGORIES= shells security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= pav@FreeBSD.org COMMENT= A Restricted Secure SHell only for sftp or/and scp diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 3d572a30cc0a..ea73b0d8a87a 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -73,8 +73,8 @@ PORTNAME= scponly PORTVERSION= 4.8 CATEGORIES= shells security MASTER_SITES= http://www.sublimation.org/scponly/ \ - SF -MASTER_SITE_SUBDIR= scponly + SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} + EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index a651e08cb978..fc4c5d6d512f 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -9,7 +9,7 @@ PORTNAME= zsh PORTVERSION= 4.3.10 PORTREVISION= 2 CATEGORIES= shells -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc${EXTRACT_SUFX} .endif |