[80076] trunk/dports/x11

jmr at macports.org jmr at macports.org
Sun Jul 3 16:46:28 PDT 2011


Revision: 80076
          http://trac.macports.org/changeset/80076
Author:   jmr at macports.org
Date:     2011-07-03 16:46:28 -0700 (Sun, 03 Jul 2011)
Log Message:
-----------
xorg apps: fix livecheck

Modified Paths:
--------------
    trunk/dports/x11/appres/Portfile
    trunk/dports/x11/bdftopcf/Portfile
    trunk/dports/x11/bitmap/Portfile
    trunk/dports/x11/editres/Portfile
    trunk/dports/x11/fonttosfnt/Portfile
    trunk/dports/x11/fslsfonts/Portfile
    trunk/dports/x11/fstobdf/Portfile
    trunk/dports/x11/iceauth/Portfile
    trunk/dports/x11/ico/Portfile
    trunk/dports/x11/listres/Portfile
    trunk/dports/x11/luit/Portfile
    trunk/dports/x11/mkfontdir/Portfile
    trunk/dports/x11/mkfontscale/Portfile
    trunk/dports/x11/oclock/Portfile
    trunk/dports/x11/rgb/Portfile
    trunk/dports/x11/sessreg/Portfile
    trunk/dports/x11/setxkbmap/Portfile
    trunk/dports/x11/showfont/Portfile
    trunk/dports/x11/smproxy/Portfile
    trunk/dports/x11/twm/Portfile
    trunk/dports/x11/viewres/Portfile
    trunk/dports/x11/x11perf/Portfile
    trunk/dports/x11/xauth/Portfile
    trunk/dports/x11/xbacklight/Portfile
    trunk/dports/x11/xcalc/Portfile
    trunk/dports/x11/xclipboard/Portfile
    trunk/dports/x11/xclock/Portfile
    trunk/dports/x11/xconsole/Portfile
    trunk/dports/x11/xcursorgen/Portfile
    trunk/dports/x11/xditview/Portfile
    trunk/dports/x11/xdm/Portfile
    trunk/dports/x11/xdpyinfo/Portfile
    trunk/dports/x11/xedit/Portfile
    trunk/dports/x11/xev/Portfile
    trunk/dports/x11/xeyes/Portfile
    trunk/dports/x11/xfd/Portfile
    trunk/dports/x11/xfontsel/Portfile
    trunk/dports/x11/xfs/Portfile
    trunk/dports/x11/xfsinfo/Portfile
    trunk/dports/x11/xgc/Portfile
    trunk/dports/x11/xhost/Portfile
    trunk/dports/x11/xinput/Portfile
    trunk/dports/x11/xkbcomp/Portfile
    trunk/dports/x11/xkbevd/Portfile
    trunk/dports/x11/xkbprint/Portfile
    trunk/dports/x11/xkbutils/Portfile
    trunk/dports/x11/xkill/Portfile
    trunk/dports/x11/xload/Portfile
    trunk/dports/x11/xlogo/Portfile
    trunk/dports/x11/xlsatoms/Portfile
    trunk/dports/x11/xlsclients/Portfile
    trunk/dports/x11/xlsfonts/Portfile
    trunk/dports/x11/xmag/Portfile
    trunk/dports/x11/xman/Portfile
    trunk/dports/x11/xmessage/Portfile
    trunk/dports/x11/xmh/Portfile
    trunk/dports/x11/xmodmap/Portfile
    trunk/dports/x11/xmore/Portfile
    trunk/dports/x11/xpr/Portfile
    trunk/dports/x11/xprop/Portfile
    trunk/dports/x11/xrandr/Portfile
    trunk/dports/x11/xrdb/Portfile
    trunk/dports/x11/xrefresh/Portfile
    trunk/dports/x11/xset/Portfile
    trunk/dports/x11/xsetmode/Portfile
    trunk/dports/x11/xsetpointer/Portfile
    trunk/dports/x11/xsetroot/Portfile
    trunk/dports/x11/xsm/Portfile
    trunk/dports/x11/xstdcmap/Portfile
    trunk/dports/x11/xtrap/Portfile
    trunk/dports/x11/xvinfo/Portfile
    trunk/dports/x11/xwd/Portfile
    trunk/dports/x11/xwininfo/Portfile
    trunk/dports/x11/xwud/Portfile

Modified: trunk/dports/x11/appres/Portfile
===================================================================
--- trunk/dports/x11/appres/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/appres/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -29,4 +29,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/bdftopcf/Portfile
===================================================================
--- trunk/dports/x11/bdftopcf/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/bdftopcf/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -26,5 +26,5 @@
 	port:xorg-libXfont
 
 livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/x11/bitmap/Portfile
===================================================================
--- trunk/dports/x11/bitmap/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/bitmap/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -32,4 +32,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/editres/Portfile
===================================================================
--- trunk/dports/x11/editres/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/editres/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -32,4 +32,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/fonttosfnt/Portfile
===================================================================
--- trunk/dports/x11/fonttosfnt/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/fonttosfnt/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/fslsfonts/Portfile
===================================================================
--- trunk/dports/x11/fslsfonts/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/fslsfonts/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/fstobdf/Portfile
===================================================================
--- trunk/dports/x11/fstobdf/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/fstobdf/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -29,4 +29,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/iceauth/Portfile
===================================================================
--- trunk/dports/x11/iceauth/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/iceauth/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -30,4 +30,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/ico/Portfile
===================================================================
--- trunk/dports/x11/ico/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/ico/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -29,4 +29,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/listres/Portfile
===================================================================
--- trunk/dports/x11/listres/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/listres/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -30,4 +30,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/luit/Portfile
===================================================================
--- trunk/dports/x11/luit/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/luit/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,5 +28,5 @@
 	port:xorg-libfontenc
 
 livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/x11/mkfontdir/Portfile
===================================================================
--- trunk/dports/x11/mkfontdir/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/mkfontdir/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,5 +27,5 @@
 supported_archs noarch
 
 livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/x11/mkfontscale/Portfile
===================================================================
--- trunk/dports/x11/mkfontscale/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/mkfontscale/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -32,7 +32,7 @@
 	port:zlib
 
 livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
 
 configure.args --with-bzip2

Modified: trunk/dports/x11/oclock/Portfile
===================================================================
--- trunk/dports/x11/oclock/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/oclock/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -26,4 +26,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/rgb/Portfile
===================================================================
--- trunk/dports/x11/rgb/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/rgb/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -23,4 +23,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/sessreg/Portfile
===================================================================
--- trunk/dports/x11/sessreg/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/sessreg/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -24,4 +24,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/setxkbmap/Portfile
===================================================================
--- trunk/dports/x11/setxkbmap/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/setxkbmap/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/showfont/Portfile
===================================================================
--- trunk/dports/x11/showfont/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/showfont/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/smproxy/Portfile
===================================================================
--- trunk/dports/x11/smproxy/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/smproxy/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/twm/Portfile
===================================================================
--- trunk/dports/x11/twm/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/twm/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -29,4 +29,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/viewres/Portfile
===================================================================
--- trunk/dports/x11/viewres/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/viewres/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -31,4 +31,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/x11perf/Portfile
===================================================================
--- trunk/dports/x11/x11perf/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/x11perf/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xauth/Portfile
===================================================================
--- trunk/dports/x11/xauth/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xauth/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,5 +28,5 @@
 	port:xorg-libXmu
 
 livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/x11/xbacklight/Portfile
===================================================================
--- trunk/dports/x11/xbacklight/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xbacklight/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xcalc/Portfile
===================================================================
--- trunk/dports/x11/xcalc/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xcalc/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xclipboard/Portfile
===================================================================
--- trunk/dports/x11/xclipboard/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xclipboard/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xclock/Portfile
===================================================================
--- trunk/dports/x11/xclock/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xclock/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xconsole/Portfile
===================================================================
--- trunk/dports/x11/xconsole/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xconsole/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xcursorgen/Portfile
===================================================================
--- trunk/dports/x11/xcursorgen/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xcursorgen/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xditview/Portfile
===================================================================
--- trunk/dports/x11/xditview/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xditview/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xdm/Portfile
===================================================================
--- trunk/dports/x11/xdm/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xdm/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -31,4 +31,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xdpyinfo/Portfile
===================================================================
--- trunk/dports/x11/xdpyinfo/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xdpyinfo/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -35,4 +35,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xedit/Portfile
===================================================================
--- trunk/dports/x11/xedit/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xedit/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xev/Portfile
===================================================================
--- trunk/dports/x11/xev/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xev/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -31,4 +31,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xeyes/Portfile
===================================================================
--- trunk/dports/x11/xeyes/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xeyes/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,5 +28,5 @@
 	port:xrender
 
 livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
+livecheck.url   http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/x11/xfd/Portfile
===================================================================
--- trunk/dports/x11/xfd/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xfd/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xfontsel/Portfile
===================================================================
--- trunk/dports/x11/xfontsel/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xfontsel/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xfs/Portfile
===================================================================
--- trunk/dports/x11/xfs/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xfs/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -59,4 +59,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xfsinfo/Portfile
===================================================================
--- trunk/dports/x11/xfsinfo/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xfsinfo/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -29,4 +29,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xgc/Portfile
===================================================================
--- trunk/dports/x11/xgc/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xgc/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xhost/Portfile
===================================================================
--- trunk/dports/x11/xhost/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xhost/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xinput/Portfile
===================================================================
--- trunk/dports/x11/xinput/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xinput/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xkbcomp/Portfile
===================================================================
--- trunk/dports/x11/xkbcomp/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xkbcomp/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -30,4 +30,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xkbevd/Portfile
===================================================================
--- trunk/dports/x11/xkbevd/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xkbevd/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xkbprint/Portfile
===================================================================
--- trunk/dports/x11/xkbprint/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xkbprint/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xkbutils/Portfile
===================================================================
--- trunk/dports/x11/xkbutils/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xkbutils/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xkill/Portfile
===================================================================
--- trunk/dports/x11/xkill/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xkill/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xload/Portfile
===================================================================
--- trunk/dports/x11/xload/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xload/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xlogo/Portfile
===================================================================
--- trunk/dports/x11/xlogo/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xlogo/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xlsatoms/Portfile
===================================================================
--- trunk/dports/x11/xlsatoms/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xlsatoms/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xlsclients/Portfile
===================================================================
--- trunk/dports/x11/xlsclients/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xlsclients/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xlsfonts/Portfile
===================================================================
--- trunk/dports/x11/xlsfonts/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xlsfonts/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -26,4 +26,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xmag/Portfile
===================================================================
--- trunk/dports/x11/xmag/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xmag/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xman/Portfile
===================================================================
--- trunk/dports/x11/xman/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xman/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xmessage/Portfile
===================================================================
--- trunk/dports/x11/xmessage/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xmessage/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xmh/Portfile
===================================================================
--- trunk/dports/x11/xmh/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xmh/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xmodmap/Portfile
===================================================================
--- trunk/dports/x11/xmodmap/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xmodmap/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xmore/Portfile
===================================================================
--- trunk/dports/x11/xmore/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xmore/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xpr/Portfile
===================================================================
--- trunk/dports/x11/xpr/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xpr/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xprop/Portfile
===================================================================
--- trunk/dports/x11/xprop/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xprop/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xrandr/Portfile
===================================================================
--- trunk/dports/x11/xrandr/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xrandr/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xrdb/Portfile
===================================================================
--- trunk/dports/x11/xrdb/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xrdb/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xrefresh/Portfile
===================================================================
--- trunk/dports/x11/xrefresh/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xrefresh/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xset/Portfile
===================================================================
--- trunk/dports/x11/xset/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xset/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -27,4 +27,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xsetmode/Portfile
===================================================================
--- trunk/dports/x11/xsetmode/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xsetmode/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -28,4 +28,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xsetpointer/Portfile
===================================================================
--- trunk/dports/x11/xsetpointer/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xsetpointer/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -26,4 +26,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xsetroot/Portfile
===================================================================
--- trunk/dports/x11/xsetroot/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xsetroot/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -26,4 +26,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xsm/Portfile
===================================================================
--- trunk/dports/x11/xsm/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xsm/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xstdcmap/Portfile
===================================================================
--- trunk/dports/x11/xstdcmap/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xstdcmap/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xtrap/Portfile
===================================================================
--- trunk/dports/x11/xtrap/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xtrap/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -35,4 +35,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xvinfo/Portfile
===================================================================
--- trunk/dports/x11/xvinfo/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xvinfo/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xwd/Portfile
===================================================================
--- trunk/dports/x11/xwd/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xwd/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xwininfo/Portfile
===================================================================
--- trunk/dports/x11/xwininfo/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xwininfo/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D

Modified: trunk/dports/x11/xwud/Portfile
===================================================================
--- trunk/dports/x11/xwud/Portfile	2011-07-03 23:43:20 UTC (rev 80075)
+++ trunk/dports/x11/xwud/Portfile	2011-07-03 23:46:28 UTC (rev 80076)
@@ -25,4 +25,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-livecheck.url       ${master_sites}
+livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110703/5673f1bb/attachment-0001.html>


More information about the macports-changes mailing list