diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-02 23:01:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-09-02 23:01:56 +0800 |
commit | e656bac0ea459c1887d390b07673ed8159cd8f4a (patch) | |
tree | 961d45dab8994190ea2ff5b751635380a234c836 /security/sudosh3 | |
parent | 38aade9dea2ce161179e40d2e51e90c7de31f4c5 (diff) | |
download | freebsd-ports-gnome-e656bac0ea459c1887d390b07673ed8159cd8f4a.tar.gz freebsd-ports-gnome-e656bac0ea459c1887d390b07673ed8159cd8f4a.tar.zst freebsd-ports-gnome-e656bac0ea459c1887d390b07673ed8159cd8f4a.zip |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
Diffstat (limited to 'security/sudosh3')
-rw-r--r-- | security/sudosh3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 9d6e0ee7cbf8..dbd73b981a5c 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -8,8 +8,7 @@ PORTNAME= sudosh2 PORTVERSION= 1.0.2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tbz2 |