aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xvid
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-07-06 06:26:16 +0800
committerlofi <lofi@FreeBSD.org>2005-07-06 06:26:16 +0800
commit0b856bd0f19aa98cb63c836a91c7b7e43a799c21 (patch)
treebf89098edf009bdcff2bec60685573a5ee28e536 /multimedia/xvid
parent4816919a89b9f5c9af4187ccf9698e461689af06 (diff)
downloadfreebsd-ports-gnome-0b856bd0f19aa98cb63c836a91c7b7e43a799c21.tar.gz
freebsd-ports-gnome-0b856bd0f19aa98cb63c836a91c7b7e43a799c21.tar.zst
freebsd-ports-gnome-0b856bd0f19aa98cb63c836a91c7b7e43a799c21.zip
Fix MASTER_SITES.
Reported by: Pav
Diffstat (limited to 'multimedia/xvid')
-rw-r--r--multimedia/xvid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xvid/Makefile b/multimedia/xvid/Makefile
index 40da8d153241..1585bae45a76 100644
--- a/multimedia/xvid/Makefile
+++ b/multimedia/xvid/Makefile
@@ -9,7 +9,7 @@ PORTNAME= xvid
PORTVERSION= 1.0.3
PORTEPOCH= 1
CATEGORIES= multimedia
-MASTER_SITES= http://files.xvid.org/downloads/
+MASTER_SITES= http://downloads.xvid.org/downloads/
DISTNAME= ${PORTNAME}core-${PORTVERSION}
MAINTAINER= lofi@freebsd.org
00'>2008-06-061-1/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+0 | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * Update the ftp/curl port to 7.16.0.roam2006-12-13