diff options
author | Matt Housh <jaeger@morpheus.net> | 2012-12-23 00:25:10 -0600 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2012-12-23 00:25:10 -0600 |
commit | 7a38c0271f72b0e90ddf866be0d79febe57a9317 (patch) | |
tree | 84b0f4894ec247d869eb410409325311d5f0f9ce /ports | |
parent | 2cf37446f55b452b42909e2f5ee4a897063f042f (diff) | |
download | core-7a38c0271f72b0e90ddf866be0d79febe57a9317.tar.gz core-7a38c0271f72b0e90ddf866be0d79febe57a9317.tar.xz |
ports, prt-get: set compat-32 repo to inactive by default
Diffstat (limited to 'ports')
-rw-r--r-- | ports/.footprint | 2 | ||||
-rw-r--r-- | ports/.md5sum | 2 | ||||
-rw-r--r-- | ports/Pkgfile | 6 | ||||
-rw-r--r-- | ports/compat-32.rsync.inactive (renamed from ports/compat-32.rsync) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/ports/.footprint b/ports/.footprint index 78eb7df0..bfcbedf9 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -1,6 +1,6 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/ports/ --rw-r--r-- root/root etc/ports/compat-32.rsync +-rw-r--r-- root/root etc/ports/compat-32.rsync.inactive -rw-r--r-- root/root etc/ports/contrib.rsync.inactive -rw-r--r-- root/root etc/ports/core.rsync drwxr-xr-x root/root etc/ports/drivers/ diff --git a/ports/.md5sum b/ports/.md5sum index 2b4d510d..29a4e51b 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,4 +1,4 @@ -365a77f8223706d92664e828f60b20b3 compat-32.rsync +365a77f8223706d92664e828f60b20b3 compat-32.rsync.inactive 1235031f24a2a6b4fcc790ebd879c973 contrib.rsync.inactive d7ede8cfe6da977021f4217363c07d6d core.rsync ba2755e20ca669275ee837ee9cd18c50 opt.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index cf417b19..f088eb00 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -4,10 +4,10 @@ name=ports version=1.5 -release=13 +release=14 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ - core.rsync opt.rsync xorg.rsync compat-32.rsync \ + core.rsync opt.rsync xorg.rsync compat-32.rsync.inactive \ contrib.rsync.inactive) build () { @@ -18,6 +18,6 @@ build () { install -m 0644 $SRC/core.rsync $PKG/etc/ports install -m 0644 $SRC/opt.rsync $PKG/etc/ports install -m 0644 $SRC/xorg.rsync $PKG/etc/ports - install -m 0644 $SRC/compat-32.rsync $PKG/etc/ports + install -m 0644 $SRC/compat-32.rsync.inactive $PKG/etc/ports install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports } diff --git a/ports/compat-32.rsync b/ports/compat-32.rsync.inactive index 7bf1c319..7bf1c319 100644 --- a/ports/compat-32.rsync +++ b/ports/compat-32.rsync.inactive |