diff options
author | lesi <lesi@FreeBSD.org> | 2005-02-15 05:29:18 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-02-15 05:29:18 +0800 |
commit | d8153b3c4c9afc9b4df7c9117413dad46f69a356 (patch) | |
tree | 67b13affb1a53c952e1cb28aa23289a9a4640d4d /x11 | |
parent | aa7a9d75c47edbd17339b6d8afd7de3831ccd505 (diff) | |
download | freebsd-ports-gnome-d8153b3c4c9afc9b4df7c9117413dad46f69a356.tar.gz freebsd-ports-gnome-d8153b3c4c9afc9b4df7c9117413dad46f69a356.tar.zst freebsd-ports-gnome-d8153b3c4c9afc9b4df7c9117413dad46f69a356.zip |
Fix MASTER_SITES.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/compositeext/Makefile | 2 | ||||
-rw-r--r-- | x11/damageext/Makefile | 2 | ||||
-rw-r--r-- | x11/fixesext/Makefile | 2 | ||||
-rw-r--r-- | x11/libICE/Makefile | 2 | ||||
-rw-r--r-- | x11/libSM/Makefile | 2 | ||||
-rw-r--r-- | x11/libX11/Makefile | 2 | ||||
-rw-r--r-- | x11/libXau/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/x11/compositeext/Makefile b/x11/compositeext/Makefile index 05056d4aedc3..998008e124f9 100644 --- a/x11/compositeext/Makefile +++ b/x11/compositeext/Makefile @@ -9,7 +9,7 @@ PORTNAME= compositeext PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Composite extension headers and specification diff --git a/x11/damageext/Makefile b/x11/damageext/Makefile index 030a6da3fbb7..b019e0f28827 100644 --- a/x11/damageext/Makefile +++ b/x11/damageext/Makefile @@ -9,7 +9,7 @@ PORTNAME= damageext PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Damage extension headers and specification diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index 991ce2fc89d7..4ebb8af3a5c3 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -9,7 +9,7 @@ PORTNAME= fixesext PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Fixes extension headers and specification diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 49388ed84ee4..ee983b5f97da 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -8,7 +8,7 @@ PORTNAME= libICE PORTVERSION= 6.3.3 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= Inter Client Exchange library for X11 diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 79a756690053..863764cc8a4a 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -8,7 +8,7 @@ PORTNAME= libSM PORTVERSION= 6.0.3 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= Session Management library for X11 diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 441c8f6f5588..24043d6e7005 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -9,7 +9,7 @@ PORTNAME= libX11 PORTVERSION= 6.2.1 PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 library diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index dd0d31ef1d83..a4ad595247c6 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXau PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= Authentication Protocol library for X11 |