diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 18:15:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 18:15:18 +0000 |
commit | 2292797b8ff55721ffc8470f0dcf0fe8149bc212 (patch) | |
tree | 3f27c035d8cbe3c7aef4408ccaf0ebb72d346f02 | |
parent | The latest doxygen update seems to feature a funky bug that makes it create (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=151779
-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 7a3abc7bb550..7308059424a8 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 |