diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-21 18:15:18 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-21 18:15:18 +0000 |
commit | 386c6982ddc36de619cdd55c1a98955e1c66add5 (patch) | |
tree | 3e15fe52b99963b203b250d82ead3cd5d2319ea9 /graphics/gimp1/Makefile | |
parent | abafd0f7b48ef255414872f28886eceba76529a7 (diff) | |
download | FreeBSD-ports-386c6982ddc36de619cdd55c1a98955e1c66add5.zip FreeBSD-ports-386c6982ddc36de619cdd55c1a98955e1c66add5.tar.gz |
- Fixed MASTER_SITES to fix fetch problem on mpeg_lib.
- Removed unfetchable sites to download gimp tarball and replaced by new site.
PR: 90753
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 7a3abc7..7308059 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -11,10 +11,9 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} \ - ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/:mpeg \ - http://starship.python.net/~gward/mpeglib/:mpeg + http://ftp.man.poznan.pl/pub/%SUBDIR%/ \ + http://fresh.t-systems-sfr.com/unix/src/misc/:mpeg \ + http://ftp.sayclub.com/pub/X/gimp/libs/:mpeg MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ mpeg_lib-1.3.1.tar.gz:mpeg |