# HG changeset patch # User Pascal Bellard # Date 1556721954 -7200 # Node ID aaa3fcf79cf336e9645595899c997ea09f866590 # Parent adf9182b653648568c5e29d57572edfccc7819c4 posixovl: update xattr.h path diff -r adf9182b6536 -r aaa3fcf79cf3 ajaxterm/receipt --- a/ajaxterm/receipt Wed May 01 15:49:51 2019 +0200 +++ b/ajaxterm/receipt Wed May 01 16:45:54 2019 +0200 @@ -6,10 +6,10 @@ SHORT_DESC="Login terminal for the web." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PublicDomain LGPL" -WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/" +WEB_SITE="https://github.com/antonylesuisse/qweb/tree/master/ajaxterm" SOURCE="Ajaxterm" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}files/$TARBALL" +WGET_URL="http://antony.lesuisse.org/ajaxterm/files/$TARBALL" TAGS="web application" DEPENDS="python" diff -r adf9182b6536 -r aaa3fcf79cf3 cyrus-imapd-dev/receipt --- a/cyrus-imapd-dev/receipt Wed May 01 15:49:51 2019 +0200 +++ b/cyrus-imapd-dev/receipt Wed May 01 16:45:54 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="IMAP server development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="http://cyrusimap.web.cmu.edu//" +WEB_SITE="https://cyrusimap.org/" WANTED="cyrus-imapd" # Rules to gen a SliTaz package suitable for Tazpkg. @@ -16,4 +16,3 @@ cp -a $install/usr/lib/lib* $fs/usr/lib cp -a $install/usr/include $fs/usr } - diff -r adf9182b6536 -r aaa3fcf79cf3 cyrus-imapd/receipt --- a/cyrus-imapd/receipt Wed May 01 15:49:51 2019 +0200 +++ b/cyrus-imapd/receipt Wed May 01 16:45:54 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://cyrusimap.web.cmu.edu/" +WEB_SITE="https://cyrusimap.org/" WGET_URL="ftp://ftp.cyrusimap.org/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" diff -r adf9182b6536 -r aaa3fcf79cf3 drupal/receipt --- a/drupal/receipt Wed May 01 15:49:51 2019 +0200 +++ b/drupal/receipt Wed May 01 16:45:54 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Drupal $VERSION PHP content management system." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="http://drupal.org/" +WEB_SITE="https://www.drupal.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://ftp.drupal.org/files/projects/$TARBALL" diff -r adf9182b6536 -r aaa3fcf79cf3 lessfs/receipt --- a/lessfs/receipt Wed May 01 15:49:51 2019 +0200 +++ b/lessfs/receipt Wed May 01 16:45:54 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="A high performance inline data deduplicating filesystem." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://www.lessfs.com/" +WEB_SITE="https://sourceforge.net/projects/lessfs/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="filesystem" diff -r adf9182b6536 -r aaa3fcf79cf3 posixovl/receipt --- a/posixovl/receipt Wed May 01 15:49:51 2019 +0200 +++ b/posixovl/receipt Wed May 01 16:45:54 2019 +0200 @@ -22,6 +22,7 @@ grep -q 'else if (!S_ISREG' posixovl.c || sed -i 's/if (!S_ISREG/if (S_ISLNK(cb->ll.mode))\n\t\tcb->sb.st_size = strlen(cb->ll.target);\n\telse &/' posixovl.c sed -i 's/cb->ll.size/0/' posixovl.c + sed -i 's|attr/xattr.h|sys/xattr.h|' posixovl.c configure* sh autogen.sh ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS && diff -r adf9182b6536 -r aaa3fcf79cf3 trickle/receipt --- a/trickle/receipt Wed May 01 15:49:51 2019 +0200 +++ b/trickle/receipt Wed May 01 16:45:54 2019 +0200 @@ -8,7 +8,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.zip" -WEB_SITE="https://monkey.org/~marius/pages/?page=trickle" +WEB_SITE="https://monkey.org/~marius/trickle/" WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip" DEPENDS="libevent" diff -r adf9182b6536 -r aaa3fcf79cf3 whowatch/receipt --- a/whowatch/receipt Wed May 01 15:49:51 2019 +0200 +++ b/whowatch/receipt Wed May 01 16:45:54 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="paul@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://wizard.ae.krakow.pl/~mike/#whowatch" +WEB_SITE="https://github.com/mtsuszycki/whowatch/" WGET_URL="http://wizard.ae.krakow.pl/~mike/download/$TARBALL" DEPENDS="ncurses libtinfo" @@ -28,4 +28,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -