From de3af3ced0b21585155909e3bef60aa1b1c816ad Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 11 Nov 2016 19:35:46 +0100 Subject: [PATCH 1/8] Initial commit. Added README file. --- README | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e69de29 -- 2.26.2 From c4647a0866da02bf701ac8e5e252fad31b1062e1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 11 Nov 2016 21:26:41 +0100 Subject: [PATCH 2/8] ports: initial import --- ports/.footprint | 18 ++++++++++++++++++ ports/.md5sum | 8 ++++++++ ports/Pkgfile | 20 ++++++++++++++++++++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm.rsync | 3 +++ ports/core.rsync | 3 +++ ports/odroidxu4-arm.rsync | 3 +++ ports/opt-arm.rsync | 3 +++ ports/opt.rsync | 3 +++ ports/xorg-arm.rsync | 3 +++ ports/xorg.rsync | 3 +++ 11 files changed, 70 insertions(+) create mode 100644 ports/.footprint create mode 100644 ports/.md5sum create mode 100644 ports/Pkgfile create mode 100644 ports/contrib.rsync.inactive create mode 100644 ports/core-arm.rsync create mode 100644 ports/core.rsync create mode 100644 ports/odroidxu4-arm.rsync create mode 100644 ports/opt-arm.rsync create mode 100644 ports/opt.rsync create mode 100644 ports/xorg-arm.rsync create mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint new file mode 100644 index 0000000..759f9eb --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +-rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm.rsync +-rw-r--r-- root/root etc/ports/core.rsync +drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt-arm.rsync +-rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/xorg-arm.rsync +-rw-r--r-- root/root etc/ports/xorg.rsync +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ports +drwxr-xr-x root/root usr/ports/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ports.8.gz diff --git a/ports/.md5sum b/ports/.md5sum new file mode 100644 index 0000000..0ad2877 --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,8 @@ +50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive +7db07c243cf80a2fe71364555e234901 core-arm.rsync +faedd8944bd5ecc397f73bf73bd624d4 core.rsync +ca6c61c26966a4535e19e5df020163e8 opt-arm.rsync +eded5385d3637f1918a82f4409abc64a opt.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +f86c5b27a36bfc161d9c5f07d3997455 xorg-arm.rsync +c24101073a06fc58a02c99bf5d56bea7 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..41099ab --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,20 @@ +# Description: CRUX ports system tools +# URL: http://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=ports +version=1.5 +release=17 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ + core-arm.rsync opt-arm.rsync xorg-arm.rsync) + +build () { + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/*.rsync* $PKG/etc/ports +} diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..f69aa5d --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync new file mode 100644 index 0000000..93b44fd --- /dev/null +++ b/ports/core-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/core-arm/ +destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..8dc4ec3 --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/core/ +destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync new file mode 100644 index 0000000..adb678d --- /dev/null +++ b/ports/odroidxu4-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/odroidxu4-arm/ +destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync new file mode 100644 index 0000000..49b9a4f --- /dev/null +++ b/ports/opt-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/opt-arm/ +destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..73f531a --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/opt/ +destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync new file mode 100644 index 0000000..f1aa120 --- /dev/null +++ b/ports/xorg-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/xorg-arm/ +destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..842965f --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/xorg/ +destination=/usr/ports/xorg -- 2.26.2 From ef6890ea6e44212964b1f8e2ac266b22da65267f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 11 Nov 2016 21:27:29 +0100 Subject: [PATCH 3/8] prt-get: initial import --- prt-get/.footprint | 17 ++++++++++++++ prt-get/.md5sum | 3 +++ prt-get/Pkgfile | 22 +++++++++++++++++ prt-get/README | 9 +++++++ prt-get/prt-get.aliases | 9 +++++++ prt-get/prt-get.conf | 52 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 112 insertions(+) create mode 100644 prt-get/.footprint create mode 100644 prt-get/.md5sum create mode 100644 prt-get/Pkgfile create mode 100644 prt-get/README create mode 100644 prt-get/prt-get.aliases create mode 100644 prt-get/prt-get.conf diff --git a/prt-get/.footprint b/prt-get/.footprint new file mode 100644 index 0000000..7304127 --- /dev/null +++ b/prt-get/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/prt-get.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get +-rwxr-xr-x root/root usr/bin/prt-get +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz +-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/pkg/ +-rw-r--r-- root/root var/lib/pkg/prt-get.aliases diff --git a/prt-get/.md5sum b/prt-get/.md5sum new file mode 100644 index 0000000..60692ee --- /dev/null +++ b/prt-get/.md5sum @@ -0,0 +1,3 @@ +a37751f1627a4e0125c8ffadfa85be80 prt-get-5.19.tar.gz +4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases +a8f7647a54e99d21635fb576ed6791f3 prt-get.conf diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile new file mode 100644 index 0000000..4bda6a1 --- /dev/null +++ b/prt-get/Pkgfile @@ -0,0 +1,22 @@ +# Description: A utility to simplify ports searching/installing +# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=prt-get +version=5.19 +release=3 +source=(http://crux.nu/files/prt-get-$version.tar.gz + prt-get.conf prt-get.aliases) + +build() { + cd ${name}-${version} + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + install -m 644 $SRC/prt-get.conf $PKG/etc/ + install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases +} diff --git a/prt-get/README b/prt-get/README new file mode 100644 index 0000000..a38f6c4 --- /dev/null +++ b/prt-get/README @@ -0,0 +1,9 @@ +NOTE: + +Some people have reported problems when using optimizations larger than +-O2; typical symptoms are "prt-get install X" saying that a package is +installed while "prt-get update X" saying it's not, or "prt-get listinst" +printing just nothing. + +If you experience strange effects, please try recompiling with + CXXFLAGS="-O2 -pipe" diff --git a/prt-get/prt-get.aliases b/prt-get/prt-get.aliases new file mode 100644 index 0000000..2e7af63 --- /dev/null +++ b/prt-get/prt-get.aliases @@ -0,0 +1,9 @@ +j2sdk: j2re +j2sdk: jre +jdk: jre +openmotif: lesstif +postfix: sendmail +exim: sendmail +qmail: sendmail +masqmail: sendmail +xorg: x11 diff --git a/prt-get/prt-get.conf b/prt-get/prt-get.conf new file mode 100644 index 0000000..1b53318 --- /dev/null +++ b/prt-get/prt-get.conf @@ -0,0 +1,52 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/odroidxu4-arm +prtdir /usr/ports/core-arm +prtdir /usr/ports/opt-arm +prtdir /usr/ports/xorg-arm +prtdir /usr/ports/core +prtdir /usr/ports/opt +prtdir /usr/ports/xorg + +# the following line enables the user maintained contrib collection +#prtdir /usr/ports/contrib + +### use mypackage form local directory +# prtdir /home/packages/build:mypackage + +### log options: +# writelog enabled # (enabled|disabled) +# logmode overwrite # (append|overwrite) +# rmlog_on_success yes # (no|yes) +logfile /var/log/pkgbuild/%n.log + # path, %p=path to port dir, %n=port name + # %v=version, %r=release + +### use alternate cache file (default: /var/lib/pkg/prt-get.cache +# cachefile /mnt/nfs/cache + +### print README information: +# readme verbose # (verbose|compact|disabled) + +### prefer higher versions in sysup / diff +# preferhigher no # (yes|no) + +### use regexp search +# useregex no # (yes|no) + +### run pre- and post-installs scripts; yes is equivalent to the +### --install-scripts option +# runscripts no # (no|yes) + + +### EXPERT SECTION ### + +### alternative commands +# makecommand pkgmk +# addcommand pkgadd +# removecommand pkgrm +# runscriptcommand sh + -- 2.26.2 From 8ca90ca372ba9f1bbd092e05de053206db6812a8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:40:43 +0000 Subject: [PATCH 4/8] pkgutils: restored port with new CFLAGS --- pkgutils/.footprint | 21 +++++++++++++++++++++ pkgutils/.md5sum | 2 ++ pkgutils/Pkgfile | 18 ++++++++++++++++++ pkgutils/pkgmk.conf.patch | 14 ++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 pkgutils/.footprint create mode 100644 pkgutils/.md5sum create mode 100644 pkgutils/Pkgfile create mode 100644 pkgutils/pkgmk.conf.patch diff --git a/pkgutils/.footprint b/pkgutils/.footprint new file mode 100644 index 0000000..675aac2 --- /dev/null +++ b/pkgutils/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/pkgadd.conf +-rw-r--r-- root/root etc/pkgmk.conf +-rw-r--r-- root/root etc/rejmerge.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pkgadd +lrwxrwxrwx root/root usr/bin/pkginfo -> pkgadd +-rwxr-xr-x root/root usr/bin/pkgmk +lrwxrwxrwx root/root usr/bin/pkgrm -> pkgadd +-rwxr-xr-x root/root usr/bin/rejmerge +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/pkgmk.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pkgadd.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkginfo.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgmk.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgrm.8.gz +-rw-r--r-- root/root usr/share/man/man8/rejmerge.8.gz diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum new file mode 100644 index 0000000..241c77a --- /dev/null +++ b/pkgutils/.md5sum @@ -0,0 +1,2 @@ +a1b986b9f25ab523205c43506ca8970f pkgmk.conf.patch +7598a513390c081e36ff3f2b8dba3fed pkgutils-5.40.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile new file mode 100644 index 0000000..3a57ba9 --- /dev/null +++ b/pkgutils/Pkgfile @@ -0,0 +1,18 @@ +# Description: A set of utilities to manage software packages +# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libarchive + +name=pkgutils +version=5.40 +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz \ + pkgmk.conf.patch) + +build () { + cd $name-$version + patch -p0 -i $SRC/pkgmk.conf.patch + sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile + make DESTDIR=$PKG install MANDIR=/usr/share/man +} diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch new file mode 100644 index 0000000..4a241e6 --- /dev/null +++ b/pkgutils/pkgmk.conf.patch @@ -0,0 +1,14 @@ +--- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000 ++++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000 +@@ -2,9 +2,8 @@ + # /etc/pkgmk.conf: pkgmk(8) configuration + # + +-export CFLAGS="-O2 -march=x86-64 -pipe" +-export CXXFLAGS="${CFLAGS}" +- ++export CFLAGS="-O2 -pipe -mfloat-abi=hard -march=armv7ve -mcpu=cortex-a15 -mfpu=neon-vfpv4" ++export CXXFLAGS="$CFLAGS" + # export MAKEFLAGS="-j2" + + case ${PKGMK_ARCH} in -- 2.26.2 From aefb8346d6ce2dd3b12f61b6899d8ba2d2c9f7cb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:52:51 +0000 Subject: [PATCH 5/8] ports: updated to 1.5 release 22 --- ports/Pkgfile | 25 +++++++++++++++++++------ ports/contrib.pub | 2 ++ ports/contrib.rsync.inactive | 2 +- ports/core-arm.rsync | 2 +- ports/core.pub | 2 ++ ports/core.rsync | 2 +- ports/odroidxu4-arm.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.pub | 2 ++ ports/opt.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.pub | 2 ++ ports/xorg.rsync | 2 +- 13 files changed, 35 insertions(+), 14 deletions(-) create mode 100644 ports/contrib.pub create mode 100644 ports/core.pub create mode 100644 ports/opt.pub create mode 100644 ports/xorg.pub diff --git a/ports/Pkgfile b/ports/Pkgfile index 41099ab..8548eb7 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,15 +6,28 @@ name=ports version=1.5 -release=17 +release=22 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - core-arm.rsync opt-arm.rsync xorg-arm.rsync) + odroidxu4-arm.rsync core-arm.rsync opt-arm.rsync xorg-arm.rsync) build () { - cd $name-$version - make - make DESTDIR=$PKG MANDIR=/usr/share/man install + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/odroidxu4-arm.rsync $PKG/etc/ports + 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/contrib.rsync.inactive $PKG/etc/ports + install -m 0644 $SRC/core.pub $PKG/etc/ports + install -m 0644 $SRC/opt.pub $PKG/etc/ports + install -m 0644 $SRC/xorg.pub $PKG/etc/ports + install -m 0644 $SRC/contrib.pub $PKG/etc/ports + install -m 0644 $SRC/core-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm.rsync $PKG/etc/ports - install -m 0644 $SRC/*.rsync* $PKG/etc/ports } diff --git a/ports/contrib.pub b/ports/contrib.pub new file mode 100644 index 0000000..81d31e5 --- /dev/null +++ b/ports/contrib.pub @@ -0,0 +1,2 @@ +untrusted comment: contrib public key +RWSagIOpLGJF3/J2edPyOdE4VWoyvvVvt3gdvOArUkvBrgSHjsBEdmrS diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index f69aa5d..5f1a901 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/contrib/ +collection=ports/crux-3.3/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync index 93b44fd..e8745d0 100644 --- a/ports/core-arm.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/core-arm/ +collection=ports/crux-3.3/core-arm/ destination=/usr/ports/core-arm diff --git a/ports/core.pub b/ports/core.pub new file mode 100644 index 0000000..a09d3ac --- /dev/null +++ b/ports/core.pub @@ -0,0 +1,2 @@ +untrusted comment: core public key +RWRJc1FUaeVeqsGlEPc66dguintWWomCSORUNseged62IATuMVCK0zu6 diff --git a/ports/core.rsync b/ports/core.rsync index 8dc4ec3..b98b9ba 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/core/ +collection=ports/crux-3.3/core/ destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync index adb678d..53d3871 100644 --- a/ports/odroidxu4-arm.rsync +++ b/ports/odroidxu4-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/odroidxu4-arm/ +collection=ports/crux-3.3/odroidxu4-arm/ destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync index 49b9a4f..0ad76ab 100644 --- a/ports/opt-arm.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/opt-arm/ +collection=ports/crux-3.3/opt-arm/ destination=/usr/ports/opt-arm diff --git a/ports/opt.pub b/ports/opt.pub new file mode 100644 index 0000000..346b688 --- /dev/null +++ b/ports/opt.pub @@ -0,0 +1,2 @@ +untrusted comment: opt public key +RWSE3ohX2g5d/Zmwm/W4S8ZzNNTjXE7bI8XmnpawKOnQ+MiVa7TD0YC9 diff --git a/ports/opt.rsync b/ports/opt.rsync index 73f531a..5b914bb 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/opt/ +collection=ports/crux-3.3/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync index f1aa120..816e1a3 100644 --- a/ports/xorg-arm.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/xorg-arm/ +collection=ports/crux-3.3/xorg-arm/ destination=/usr/ports/xorg-arm diff --git a/ports/xorg.pub b/ports/xorg.pub new file mode 100644 index 0000000..983eb51 --- /dev/null +++ b/ports/xorg.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg public key +RWTSGWF5Q7TndIlWcgmz/x/4xBWLbyPRmI3LyI8rsN/iahlpFpgNIwSR diff --git a/ports/xorg.rsync b/ports/xorg.rsync index 842965f..b326f15 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/xorg/ +collection=ports/crux-3.3/xorg/ destination=/usr/ports/xorg -- 2.26.2 From ffce07d58e2ce279bd78fd38c7d6511d43166bc6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:53:56 +0000 Subject: [PATCH 6/8] prt-get: updated to 5.19.1 --- prt-get/Pkgfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 4bda6a1..22e53c9 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,9 +5,9 @@ # Depends on: name=prt-get -version=5.19 -release=3 -source=(http://crux.nu/files/prt-get-$version.tar.gz +version=5.19.1 +release=1 +source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) build() { -- 2.26.2 From 38c09264064e612a05d881efeeea8e33b570026d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 3 Apr 2017 05:57:24 +0200 Subject: [PATCH 7/8] pkgutils: updated to 5.40.1 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 241c77a..8d853e7 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ a1b986b9f25ab523205c43506ca8970f pkgmk.conf.patch -7598a513390c081e36ff3f2b8dba3fed pkgutils-5.40.tar.xz +327e450225a3a245d10bb64aebec621c pkgutils-5.40.1.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 3a57ba9..6c88621 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40 +version=5.40.1 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From b79953a980c11ea2fa11089b6327680be8212b16 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 May 2017 01:07:32 +0200 Subject: [PATCH 8/8] pkgutils: updated to 5.40.3 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 8d853e7..39c5918 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ a1b986b9f25ab523205c43506ca8970f pkgmk.conf.patch -327e450225a3a245d10bb64aebec621c pkgutils-5.40.1.tar.xz +6b05554a3c62b9fbbf944668c9d8b358 pkgutils-5.40.3.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 6c88621..e93f85b 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.1 +version=5.40.3 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2