diff options
author | osa <osa@FreeBSD.org> | 2003-09-09 20:41:33 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-09-09 20:41:33 +0800 |
commit | 7abc2ddb849d6269804c3599d6fd068178879f99 (patch) | |
tree | f0147a3c6ea0baf45fa065252ab209e79f7800b8 /news/inn-stable | |
parent | 4002b98eae1248fe98d8aaf1f47281dba3a81b72 (diff) | |
download | freebsd-ports-gnome-7abc2ddb849d6269804c3599d6fd068178879f99.tar.gz freebsd-ports-gnome-7abc2ddb849d6269804c3599d6fd068178879f99.tar.zst freebsd-ports-gnome-7abc2ddb849d6269804c3599d6fd068178879f99.zip |
Maintainer update: add a faster mirror for distfiles/patches.
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
PR: 56628
Diffstat (limited to 'news/inn-stable')
-rw-r--r-- | news/inn-stable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index a02e798e6c3a..029cbdef70c9 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= inn DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/.0/} -PATCH_SITES= http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/ +PATCH_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \ + http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/ PATCHFILES= inn-patch-2.4_to_${PORTVERSION:C/2\.4\.//}-snap.gz PATCH_DIST_STRIP=-p1 |