From e3c404d890eed7a4847aee480ccfda2ae1d8174b Mon Sep 17 00:00:00 2001 From: Ladislav Hagara Date: Fri, 19 Jun 2015 14:55:41 +0200 Subject: ne 3.0 --- editors/ne/DETAILS | 4 ++-- editors/ne/HISTORY | 3 +++ editors/ne/PRE_BUILD | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/editors/ne/DETAILS b/editors/ne/DETAILS index 07def6f009..7a215dce8e 100755 --- a/editors/ne/DETAILS +++ b/editors/ne/DETAILS @@ -1,6 +1,6 @@ SPELL=ne - VERSION=2.6 - SOURCE_HASH=sha512:82b8b90be3b19a53cbcb3fa1ad4217eac24f95b2901728fcc0003643b973888239ebfa2e7f92c35e74367c1fbe4f09fdec63a5a8ef155b7be192ce141b479669 + VERSION=3.0 + SOURCE_HASH=sha512:aad0fd45e8f68f3d5c566e25754427aaac9456b43d7b39b818acc4e46e989b0363d17160455cc33d3560a2f8ce66172cc2539f2abea3ce98d2838f1909ecffdd SOURCE=$SPELL-$VERSION.tar.gz SOURCE_URL[0]=http://ne.di.unimi.it/$SOURCE SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" diff --git a/editors/ne/HISTORY b/editors/ne/HISTORY index 87df2ffb44..c015acbc36 100644 --- a/editors/ne/HISTORY +++ b/editors/ne/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ladislav Hagara + * DETAILS: 3.0 + 2015-04-20 Vlad Glagolev * DETAILS: updated spell to 2.6; updated website, source url diff --git a/editors/ne/PRE_BUILD b/editors/ne/PRE_BUILD index a347273332..7214e2a692 100755 --- a/editors/ne/PRE_BUILD +++ b/editors/ne/PRE_BUILD @@ -2,4 +2,6 @@ default_pre_build && cd "$SOURCE_DIRECTORY" && # apply user-defined cflags -sedit "s:-O3:${CFLAGS}:" src/makefile +sedit "s:-O3:${CFLAGS}:" src/makefile && + +sedit "s:CC=c99:CC=gcc:" src/makefile -- cgit v1.2.3 From 2c1be75cc2ae185f425a465418c70186e21cba7d Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 18:40:21 -0300 Subject: aspell-en 2015.04.24-0 --- spelling/aspell-en/DETAILS | 2 +- spelling/aspell-en/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/spelling/aspell-en/DETAILS b/spelling/aspell-en/DETAILS index 3602fbee3b..d1ef3ae8af 100755 --- a/spelling/aspell-en/DETAILS +++ b/spelling/aspell-en/DETAILS @@ -2,7 +2,7 @@ ASPELL_BRANCH=6 DICTIONARY_SPELL=`echo ${SPELL} | cut -d - -f 1` LANGUAGE_CODE=`echo ${SPELL} | cut -d - -f 2` - VERSION=7.1-0 + VERSION=2015.04.24-0 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${DICTIONARY_SPELL}${ASPELL_BRANCH}-${LANGUAGE_CODE}-${VERSION} SOURCE=${DICTIONARY_SPELL}${ASPELL_BRANCH}-${LANGUAGE_CODE}-${VERSION}.tar.bz2 SOURCE_URL=${GNU_URL}/${DICTIONARY_SPELL}/dict/${LANGUAGE_CODE}/${SOURCE} diff --git a/spelling/aspell-en/HISTORY b/spelling/aspell-en/HISTORY index e6c6483365..9719d5bddf 100644 --- a/spelling/aspell-en/HISTORY +++ b/spelling/aspell-en/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 2015.04.24-0 + 2012-05-24 Sukneet Basuta * DETAILS: updated spell to 7.1-0 -- cgit v1.2.3 From 87868999fb2b597be5387ed7ca367089d43ed459 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 18:42:53 -0300 Subject: aspell-en 1.11-2 --- spelling/aspell-es/DETAILS | 6 +++--- spelling/aspell-es/HISTORY | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/spelling/aspell-es/DETAILS b/spelling/aspell-es/DETAILS index 59d8b87272..979b9657e7 100755 --- a/spelling/aspell-es/DETAILS +++ b/spelling/aspell-es/DETAILS @@ -1,12 +1,12 @@ SPELL=aspell-es - ASPELL_BRANCH= + ASPELL_BRANCH=6 DICTIONARY_SPELL=`echo ${SPELL} | cut -d - -f 1` LANGUAGE_CODE=`echo ${SPELL} | cut -d - -f 2` - VERSION=0.50-2 + VERSION=1.11-2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${DICTIONARY_SPELL}${ASPELL_BRANCH}-${LANGUAGE_CODE}-${VERSION} SOURCE=${DICTIONARY_SPELL}${ASPELL_BRANCH}-${LANGUAGE_CODE}-${VERSION}.tar.bz2 SOURCE_URL=${GNU_URL}/${DICTIONARY_SPELL}/dict/${LANGUAGE_CODE}/${SOURCE} - SOURCE_HASH=sha1:46f301460588dc59a51df2c2f39377ef3977bd03 + SOURCE_HASH=sha512:5d0159f24d6bff43db682a4beb25e82dd362c205acf7c9e0d728808c0e54a8a566befe26316f384099c72e6c429713f8ad7d2dc66a8f04a15e1d5a9cfe2290d8 WEB_SITE=http://aspell.sourceforge.net LICENSE[0]=GPL ENTERED=20011028 diff --git a/spelling/aspell-es/HISTORY b/spelling/aspell-es/HISTORY index c85fc488ae..21e138d0a2 100644 --- a/spelling/aspell-es/HISTORY +++ b/spelling/aspell-es/HISTORY @@ -1,3 +1,7 @@ +2015-06-19 Ismael Luceno + * DETAILS: Switched to branch 6 + updated spell to 1.11-2 + 2006-10-03 Juuso Alasuutari * DETAILS: [automated] Removed UPDATED. -- cgit v1.2.3 From 254805d66e4fbe661c362b5419706cfe63be5a1e Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 18:53:03 -0300 Subject: apulse 0.1.6 --- audio-drivers/apulse/DETAILS | 6 +++--- audio-drivers/apulse/HISTORY | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/audio-drivers/apulse/DETAILS b/audio-drivers/apulse/DETAILS index 895860d38f..e33c4ec282 100755 --- a/audio-drivers/apulse/DETAILS +++ b/audio-drivers/apulse/DETAILS @@ -1,9 +1,9 @@ SPELL=apulse - VERSION=0.1.5 + VERSION=0.1.6 SOURCE="$SPELL-$VERSION.tar.gz" SOURCE_URL[0]=https://github.com/i-rinat/$SPELL/archive/v$VERSION.tar.gz - SOURCE_HASH=sha512:985667557ee1f2ea445a935cb48bf7b4c3a731c31734496d7658a5e3b31cf32e6fd3416d2f281c2bc7f8be13ac9bee25e2f91e1846c2d990d7f89f00934936b9 -SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-0.1.5" + SOURCE_HASH=sha512:0bcc3966a1455bac64e7b9731a988c5d10d893544354453b70f36121e92854a632f33a2ec84fa2ee4d2010221f82fb83cea872d66c4b053b0cd9014215014dc2 +SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" WEB_SITE="https://github.com/i-rinat/apulse" LICENSE[0]="MIT" ENTERED=20150112 diff --git a/audio-drivers/apulse/HISTORY b/audio-drivers/apulse/HISTORY index a88b71bb12..b97e8eb89b 100644 --- a/audio-drivers/apulse/HISTORY +++ b/audio-drivers/apulse/HISTORY @@ -1,2 +1,5 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 0.1.6 + 2015-01-12 Ismael Luceno * BUILD, DEPENDS, DETAILS: spell created -- cgit v1.2.3 From ea9ba2a338628b410c0459e41bf25cfbe6166435 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 19:46:26 -0300 Subject: intercal 0.30 --- devel/intercal/BUILD | 1 - devel/intercal/DETAILS | 4 ++-- devel/intercal/HISTORY | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/devel/intercal/BUILD b/devel/intercal/BUILD index a355f399c8..93a6ca67c0 100755 --- a/devel/intercal/BUILD +++ b/devel/intercal/BUILD @@ -1,4 +1,3 @@ -sedit '/#define YYLINENO_BY_HAND/d' ick.h && make_single && default_build && make_normal diff --git a/devel/intercal/DETAILS b/devel/intercal/DETAILS index d687e08011..aa2c4bbe6d 100755 --- a/devel/intercal/DETAILS +++ b/devel/intercal/DETAILS @@ -1,9 +1,9 @@ SPELL=intercal - VERSION=0.24 + VERSION=0.30 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://catb.org/~esr/intercal/$SOURCE - SOURCE_HASH=sha512:e57a71cb7e028dfa9663ec717e2845cae0e74a5da1eabaa5870ff9c9574ad1be56058aebd30c1e3188c6fea6ad385b47e9ca470f9189cb59b6cf534543bd1efb + SOURCE_HASH=sha512:e82f52082a73e0eb6116026f78fdcc38369f54af828b9ed0d3ca6ed6c40550bfa81db4ca7c4d09015b5db5104a1c06229cfed52e1d202c3a7443f933fbcc0498 WEB_SITE=http://catb.org/~esr/intercal/ ENTERED=20020508 LICENSE[0]=GPL diff --git a/devel/intercal/HISTORY b/devel/intercal/HISTORY index c25b900b22..7abc82aed8 100644 --- a/devel/intercal/HISTORY +++ b/devel/intercal/HISTORY @@ -1,3 +1,7 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 0.30 + * BUILD: Removed editing of ick.h + 2012-06-25 Andraž "ruskie" Levstik * DETAILS: bad encoding -- cgit v1.2.3 From d9a7ce81016c3dadce1d63704ef20d5e66a46b34 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 19:48:24 -0300 Subject: 9base 6 --- utils/9base/DETAILS | 6 +++--- utils/9base/HISTORY | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/utils/9base/DETAILS b/utils/9base/DETAILS index e4ccf9569f..ed48e4fbb8 100755 --- a/utils/9base/DETAILS +++ b/utils/9base/DETAILS @@ -1,8 +1,8 @@ SPELL="9base" - VERSION="4" + VERSION=6 SOURCE="${SPELL}-${VERSION}.tar.gz" - SOURCE_URL[0]="http://code.suckless.org/dl/tools/${SOURCE}" - SOURCE_HASH="sha512:f7bb21c894d2469b8e1cb8870f03b83c64b2a03c85bc64c5b2572e3a3a393780ebdd0a3778736315e1785a7122b4ccef908dcb23b9dfc0c8d6328f017bd8c31d" + SOURCE_URL[0]="http://dl.suckless.org/tools/${SOURCE}" + SOURCE_HASH=sha512:38108a94118b56c6f3982e692beb1068c52f9aecd74447d6b552b77fae5e365eab72b4781bdf07d9696ac89d54371c1cae8cc0363de510b53988302acef50dba SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://tools.suckless.org/9base" ENTERED="20051008" diff --git a/utils/9base/HISTORY b/utils/9base/HISTORY index bf83aad2bd..d0cc69a70f 100644 --- a/utils/9base/HISTORY +++ b/utils/9base/HISTORY @@ -1,3 +1,7 @@ +2015-06-19 Ismael Luceno + * DETAILS: Fixed SOURCE_URL[0] + updated spell to 6 + 2009-08-28 Quentin Rameau * DETAILS: updated to version 4 -- cgit v1.2.3 From e60cf9f13f52b8b9c0bdbeadd3fb32c234473c5b Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:00:23 -0300 Subject: yasm 1.3.0 --- libs/yasm/DETAILS | 4 ++-- libs/yasm/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/yasm/DETAILS b/libs/yasm/DETAILS index 7cad8988e2..23f9f9b195 100755 --- a/libs/yasm/DETAILS +++ b/libs/yasm/DETAILS @@ -1,6 +1,6 @@ SPELL=yasm - VERSION=1.2.0 - SOURCE_HASH=sha512:e80ace766e145f6486e76da1a5a9819221b7f406745a02529b4ad220ef7f51ddd67f23d0d8b187bffc9725d9f9742ae5f3a0bb23ee5b2a61153332fb3e286b77 + VERSION=1.3.0 + SOURCE_HASH=sha512:572d3b45568b10f58e48f1188c2d6bcbdd16429c8afaccc8c6d37859b45635e106885d679e41d0bee78c23822108c7ae75aa7475eed5ba58057e0a6fe1b68645 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_URL[0]=http://www.tortall.net/projects/yasm/releases/$SOURCE # SOURCE_GPG="gurus.gpg:${SOURCE}.sig" diff --git a/libs/yasm/HISTORY b/libs/yasm/HISTORY index ea52a6dfc5..cac93660f5 100644 --- a/libs/yasm/HISTORY +++ b/libs/yasm/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 1.3.0 + 2011-11-19 Ladislav Hagara * DETAILS: 1.2.0 -- cgit v1.2.3 From 9bf27038a99657e3deffaf84cb940022ac32693a Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:01:04 -0300 Subject: yasnippet 0.9.0-beta --- emacs-lisp/yasnippet/DETAILS | 8 ++++---- emacs-lisp/yasnippet/HISTORY | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/emacs-lisp/yasnippet/DETAILS b/emacs-lisp/yasnippet/DETAILS index 68973d841a..ba0aaabb67 100755 --- a/emacs-lisp/yasnippet/DETAILS +++ b/emacs-lisp/yasnippet/DETAILS @@ -1,10 +1,10 @@ SPELL=yasnippet - VERSION=0.6.1c + VERSION=0.9.0-beta SOURCE="${SPELL}-${VERSION}.tar.bz2" - SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE} - SOURCE_HASH=sha512:ea4c5850ae80e4db9a188788654a099eddc43e29371ef0cb6367e1a39d3ee9f3e9dab7201178955ae47c92bcecbb5120e0b817e47e9c88c5bcef9e561636a603 + SOURCE_URL[0]=https://github.com/capitaomorte/$SPELL/archive/$VERSION.tar.gz + SOURCE_HASH=sha512:7f00a78a4297e813e76a1ce1d3425a215275af2bc7d7893d6f4d75b5097b70f8f215d59c5bb43575e262953b4d2f71d0f28ac7a56d3e79eecbeba869a71e67f3 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" - WEB_SITE="http://code.google.com/p/yasnippet" + WEB_SITE="http://capitaomorte.github.io/yasnippet/" LICENSE[0]=GPL ENTERED=20101130 SHORT="Yet another snippet extension for Emacs" diff --git a/emacs-lisp/yasnippet/HISTORY b/emacs-lisp/yasnippet/HISTORY index cfe9111ca1..852c053916 100644 --- a/emacs-lisp/yasnippet/HISTORY +++ b/emacs-lisp/yasnippet/HISTORY @@ -1,3 +1,8 @@ +2015-06-19 Ismael Luceno + * DETAILS: Fixed SOURCE_URL[0] + fixed WEB_SITE + updated spell to 0.9.0-beta + 2010-12-06 Ismael Luceno * BUILD: removed, already provided by the emacs-lisp section * INSTALL: install snippets -- cgit v1.2.3 From deaff91d9694465d26657ea9733fd016569eb662 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:09:58 -0300 Subject: xterm 318 --- xorg-extras/xterm/DETAILS | 2 +- xorg-extras/xterm/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xorg-extras/xterm/DETAILS b/xorg-extras/xterm/DETAILS index 1e1916ec7e..a797bd4db7 100755 --- a/xorg-extras/xterm/DETAILS +++ b/xorg-extras/xterm/DETAILS @@ -1,5 +1,5 @@ SPELL=xterm - VERSION=314 + VERSION=318 SOURCE=$SPELL-$VERSION.tgz SOURCE2=$SOURCE.asc SOURCE_URL[0]=ftp://invisible-island.net/xterm/$SOURCE diff --git a/xorg-extras/xterm/HISTORY b/xorg-extras/xterm/HISTORY index 66859e1e88..bab5b7effb 100644 --- a/xorg-extras/xterm/HISTORY +++ b/xorg-extras/xterm/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 318 + 2015-01-23 Ismael Luceno * DETAILS: updated spell to 314 -- cgit v1.2.3 From 8388321000178c0e2df587f51eb5139b5b88297b Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:10:38 -0300 Subject: dpkg 1.18.1 --- archive/dpkg/DETAILS | 4 ++-- archive/dpkg/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/archive/dpkg/DETAILS b/archive/dpkg/DETAILS index 8a87211c7f..ea0d50c906 100755 --- a/archive/dpkg/DETAILS +++ b/archive/dpkg/DETAILS @@ -1,9 +1,9 @@ SPELL=dpkg - VERSION=1.17.13 + VERSION=1.18.1 SOURCE=${SPELL}_${VERSION}.tar.xz SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/${SPELL}/${SOURCE} - SOURCE_HASH=sha512:739d673a5ebbb779e7b9fb5d440ecf8ed441e04fce99fd90e2a8ba5a249560dc52c382d43ffd57a9eab45b2c6ec726752bd61633877368559f008cfa9dab9a9a + SOURCE_HASH=sha512:1aa6b3e5300f80382d84c5f74d945863ea4bc4e71774d6798552421f26cd258b9b96cced1f65b8fca4995c96e2fa55dfb340aa7e1bb8a9f35c74a9fef8dcf0ba WEB_SITE=http://packages.debian.org/testing/admin/dpkg ENTERED=20030725 LICENSE[0]=GPL diff --git a/archive/dpkg/HISTORY b/archive/dpkg/HISTORY index 48b8cdb1ae..268433175c 100644 --- a/archive/dpkg/HISTORY +++ b/archive/dpkg/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 1.18.1 + 2014-10-04 Florian Franzmann * DETAILS: version 1.17.13 -- cgit v1.2.3 From 557b23bb488b9f8a0896905e351e254709fd010c Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:48:53 -0300 Subject: yasnippet: Fix SOURCE --- emacs-lisp/yasnippet/DETAILS | 2 +- emacs-lisp/yasnippet/HISTORY | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs-lisp/yasnippet/DETAILS b/emacs-lisp/yasnippet/DETAILS index ba0aaabb67..2a2acb6bf5 100755 --- a/emacs-lisp/yasnippet/DETAILS +++ b/emacs-lisp/yasnippet/DETAILS @@ -1,6 +1,6 @@ SPELL=yasnippet VERSION=0.9.0-beta - SOURCE="${SPELL}-${VERSION}.tar.bz2" + SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=https://github.com/capitaomorte/$SPELL/archive/$VERSION.tar.gz SOURCE_HASH=sha512:7f00a78a4297e813e76a1ce1d3425a215275af2bc7d7893d6f4d75b5097b70f8f215d59c5bb43575e262953b4d2f71d0f28ac7a56d3e79eecbeba869a71e67f3 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" diff --git a/emacs-lisp/yasnippet/HISTORY b/emacs-lisp/yasnippet/HISTORY index 852c053916..8b74dae78d 100644 --- a/emacs-lisp/yasnippet/HISTORY +++ b/emacs-lisp/yasnippet/HISTORY @@ -2,6 +2,7 @@ * DETAILS: Fixed SOURCE_URL[0] fixed WEB_SITE updated spell to 0.9.0-beta + * DETAILS: Fixed SOURCE 2010-12-06 Ismael Luceno * BUILD: removed, already provided by the emacs-lisp section -- cgit v1.2.3 From 3232ccc4b25a41d42517af67fe9aaf4aa1f03dbe Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:53:12 -0300 Subject: cifs-utils 6.4 --- net/cifs-utils/DETAILS | 6 +++--- net/cifs-utils/HISTORY | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/net/cifs-utils/DETAILS b/net/cifs-utils/DETAILS index 05488a8a06..99bf7ecdb4 100755 --- a/net/cifs-utils/DETAILS +++ b/net/cifs-utils/DETAILS @@ -1,8 +1,8 @@ SPELL=cifs-utils - VERSION=5.6 + VERSION=6.4 SOURCE="${SPELL}-${VERSION}.tar.bz2" - SOURCE_URL[0]=ftp://ftp.samba.org/pub/linux-cifs/${SPELL}/${SOURCE} - SOURCE_HASH=sha512:dcf4fff6d55453a144e94af6606e33e86b2612aa03766d6b4f0a352ed3ac0032708e42d36ddf8efe4bf7f9288d9a64b4d1e5fd7068b59194e1caf7778df25d08 + SOURCE_URL[0]=https://download.samba.org/pub/linux-cifs/${SPELL}/${SOURCE} + SOURCE_HASH=sha512:05860ceed1e83b4f4da689d2fc1c1b48fddc0ca53ba52fc6cf26a277d6a884f5780060725c5df1401a665ac35ec5a170262ee62f61095e4a8d76348888182614 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils" LICENSE[0]=GPL diff --git a/net/cifs-utils/HISTORY b/net/cifs-utils/HISTORY index 02b4a1f4dd..f7ca08450b 100644 --- a/net/cifs-utils/HISTORY +++ b/net/cifs-utils/HISTORY @@ -1,3 +1,7 @@ +2015-06-19 Ismael Luceno + * DETAILS: Fixed SOURCE_URL[0] + updated spell to 6.4 + 2012-10-04 Eric Sandall * DEPENDS: Depends on keyutils regardless of features, now -- cgit v1.2.3 From 8aea4f7801b019ba7abed71e6814b2c8605277c7 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 20:55:14 -0300 Subject: keyutils 1.5.9 --- crypto/keyutils/DETAILS | 4 ++-- crypto/keyutils/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/crypto/keyutils/DETAILS b/crypto/keyutils/DETAILS index 5e21d54600..b72860526c 100755 --- a/crypto/keyutils/DETAILS +++ b/crypto/keyutils/DETAILS @@ -1,9 +1,9 @@ SPELL=keyutils - VERSION=1.5.5 + VERSION=1.5.9 SOURCE=$SPELL-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://people.redhat.com/~dhowells/keyutils/$SOURCE - SOURCE_HASH=sha512:372a4881ca5cd679de0e6baa4e0e8c61ec8163b9259b018e1eb4db51fca68c0326d82a745abce96d22de367e88c88fa13b8afe438acfb38af799893630d3ba75 + SOURCE_HASH=sha512:d4ee1dabb87844e18bfd8d094a5bc9ce792c96720b71e77961b6c36bb1addb9acea2a7004ddfba1d09b167af908368162312e5c3656b22a6266955bb57b887e2 LICENSE[0]=GPL WEB_SITE=http://people.redhat.com/~dhowells/keyutils/ ENTERED=20061130 diff --git a/crypto/keyutils/HISTORY b/crypto/keyutils/HISTORY index 45d0373f72..94bf612738 100644 --- a/crypto/keyutils/HISTORY +++ b/crypto/keyutils/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 1.5.9 + 2012-02-09 Ladislav Hagara * DETAILS: sha512 updated, #354 -- cgit v1.2.3 From eec2522f0c20732c8d6613a8711d801ba76138ce Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 21:37:34 -0300 Subject: libgsf 1.14.33 --- gnome2-libs/libgsf/DETAILS | 4 ++-- gnome2-libs/libgsf/HISTORY | 3 +++ gnome2-libs/libgsf/libgsf-1.14.26.tar.xz.sig | Bin 287 -> 0 bytes 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 gnome2-libs/libgsf/libgsf-1.14.26.tar.xz.sig diff --git a/gnome2-libs/libgsf/DETAILS b/gnome2-libs/libgsf/DETAILS index dd67f984d9..f7853bc9ec 100755 --- a/gnome2-libs/libgsf/DETAILS +++ b/gnome2-libs/libgsf/DETAILS @@ -1,9 +1,9 @@ SPELL=libgsf - VERSION=1.14.26 + VERSION=1.14.33 # SOURCE_HASH=sha512:21c6f80fb242b3cd1482cef34126de963ffc566f909cbff656c67a20a179abcf1dcfcc2cf78f8aa56ec1b23eebf890262d31aef3709db635bab1432990ac451e BRANCH=`echo $VERSION|cut -d . -f 1,2` SOURCE=$SPELL-$VERSION.tar.xz - SOURCE_GPG=gurus.gpg:$SOURCE.sig + SOURCE_HASH=sha512:9dbda65a610f3e6efaf40bb51ed9ebabe485e0c2c9c8d0ff155ae39fa1aa3074df8094f51d9b0f27eb251b1aed4b4faa77ffce4d6dc16ef7c99c5b697528be5f SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE LICENSE[0]=GNU diff --git a/gnome2-libs/libgsf/HISTORY b/gnome2-libs/libgsf/HISTORY index 900243035f..fb5288c60b 100644 --- a/gnome2-libs/libgsf/HISTORY +++ b/gnome2-libs/libgsf/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 1.14.33 + 2013-05-11 Ladislav Hagara * DETAILS: 1.14.26 diff --git a/gnome2-libs/libgsf/libgsf-1.14.26.tar.xz.sig b/gnome2-libs/libgsf/libgsf-1.14.26.tar.xz.sig deleted file mode 100644 index 846b4b6bda..0000000000 Binary files a/gnome2-libs/libgsf/libgsf-1.14.26.tar.xz.sig and /dev/null differ -- cgit v1.2.3 From 4c7622bf9e3e0fdc2ef60b9c3bbe7ff49ba58c0d Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 21:56:37 -0300 Subject: goffice 0.10.22 --- gnome2-libs/goffice/DETAILS | 4 ++-- gnome2-libs/goffice/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome2-libs/goffice/DETAILS b/gnome2-libs/goffice/DETAILS index c62891bb88..f68756b8ab 100755 --- a/gnome2-libs/goffice/DETAILS +++ b/gnome2-libs/goffice/DETAILS @@ -1,10 +1,10 @@ SPELL=goffice - VERSION=0.10.18 + VERSION=0.10.22 BRANCH=`echo $VERSION|cut -d . -f 1,2` SOURCE=$SPELL-$VERSION.tar.xz SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE - SOURCE_HASH=sha512:2bf0ded67424171d9d803d0ffb8634fa34cb7a0eb844b3fe1a988f7030613d3525eaffc7b31d90e74cd2e53c86cbd9c76c9d183247c8f3acc9394591ede62052 + SOURCE_HASH=sha512:e9a8a6177d3f8ac866c7e9b508ca6a92bb9ab7eec00d4472b9ad31c4c54c1e337a8b21e23dd668f1adc8d5dd0c3df8f1f115fc7c10ffda31993c262b7eccb514 LICENSE[0]=LGPL WEB_SITE=http://www.gnome.org/ ENTERED=20050530 diff --git a/gnome2-libs/goffice/HISTORY b/gnome2-libs/goffice/HISTORY index 7218630ba7..fbd4d9123f 100644 --- a/gnome2-libs/goffice/HISTORY +++ b/gnome2-libs/goffice/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 0.10.22 + 2015-01-04 Ismael Luceno * DETAILS: updated spell to 0.10.18 -- cgit v1.2.3 From 400005f64cf2a1b7f6d5470abd3c5654fd769afa Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 19 Jun 2015 21:57:10 -0300 Subject: gnumeric 1.12.22 --- gnome2-apps/gnumeric/DETAILS | 4 ++-- gnome2-apps/gnumeric/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS index a335970ef0..c4e438502a 100755 --- a/gnome2-apps/gnumeric/DETAILS +++ b/gnome2-apps/gnumeric/DETAILS @@ -1,9 +1,9 @@ SPELL=gnumeric - VERSION=1.12.18 + VERSION=1.12.22 SOURCE=$SPELL-$VERSION.tar.xz BRANCH=`echo $VERSION|cut -d . -f 1,2` SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" - SOURCE_HASH=sha512:241a80d79d1d20f484b2e262b86c6dd12192842b5baf7f11c3402b63810f1e67080b6ec44f05a1de88ae3f0cd476cd9ffb2ecbebe2cdf9104bb45287c8e5b8b9 + SOURCE_HASH=sha512:04accd723db1b88fab80c93234f584f99138ae9c04fe6809cac59d5d4be9f4c105c288f6607ac22f019e3388ad821461e2423405353a42d3936c067219683390 SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE LICENSE[0]=GPL WEB_SITE=https://projects.gnome.org/gnumeric/ diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY index 9450d2f85d..30e2cfcc1e 100644 --- a/gnome2-apps/gnumeric/HISTORY +++ b/gnome2-apps/gnumeric/HISTORY @@ -1,3 +1,6 @@ +2015-06-19 Ismael Luceno + * DETAILS: updated spell to 1.12.22 + 2015-01-04 Ismael Luceno * DETAILS: updated spell to 1.12.18 -- cgit v1.2.3 From 2198df298ff4c7defa894bc664fdeccae67197f9 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sat, 20 Jun 2015 10:29:18 +0200 Subject: colord: => 1.2.11 --- x11/colord/DEPENDS | 27 +++++++++++++++++++++++++-- x11/colord/DETAILS | 2 +- x11/colord/HISTORY | 4 ++++ 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS index fc208a016b..c1a9f56319 100755 --- a/x11/colord/DEPENDS +++ b/x11/colord/DEPENDS @@ -1,6 +1,29 @@ -depends glib2 && +depends dbus && +depends glib2 && +depends intltool && +depends lcms2 && +depends sqlite && -optional_depends -sub GUDEV UDEV \ +optional_depends gettext \ + '--enable-nls' \ + '--disable-nls' \ + 'NLS support' && + +optional_depends libgusb \ + '--enable-gusb' \ + '--disable-gusb' 'USB support' && + +optional_depends spotread \ + '--enable-argyllcms-sensor' \ + '--disable-argyllcms-sensor' \ + 'ArgllCMS sensor ' && + +optional_depends systemd \ + '--enable-systemd-login' \ + '--disable-systemd-login' \ + 'SystemD support' && + +optional_depends -sub GUDEV DEVICE_MANAGER \ "--enable-gudev" \ "--disable-gudev" \ "for GUDEV support" && diff --git a/x11/colord/DETAILS b/x11/colord/DETAILS index 8455371487..bc4f8b5938 100755 --- a/x11/colord/DETAILS +++ b/x11/colord/DETAILS @@ -1,5 +1,5 @@ SPELL=colord - VERSION=0.1.22 + VERSION=1.2.11 SOURCE=$SPELL-$VERSION.tar.xz SOURCE2=$SOURCE.asc SOURCE2_IGNORE=signature diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY index 20cd3e0dff..e3dccd8f96 100644 --- a/x11/colord/HISTORY +++ b/x11/colord/HISTORY @@ -1,3 +1,7 @@ +2015-06-19 Treeve Jelbert + * DETAILS: version 1.2.11 + * DEPENDS" add intltool, dbus, libgdbus, lcms2,gettext, systemd + 2013-07-28 Treeve Jelbert * DEPENDS: udev => UDEV -- cgit v1.2.3 From 3bf1ab315b72895a20a7a854f98c7d73d9b67672 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sat, 20 Jun 2015 13:37:02 +0200 Subject: cups-filters: => 1.0.69 --- printer/cups-filters/DETAILS | 4 ++-- printer/cups-filters/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/printer/cups-filters/DETAILS b/printer/cups-filters/DETAILS index faac1b57b0..360a109fc3 100755 --- a/printer/cups-filters/DETAILS +++ b/printer/cups-filters/DETAILS @@ -1,6 +1,6 @@ SPELL=cups-filters - VERSION=1.0.68 - SOURCE_HASH=sha512:5df5c11114a6f0641e4b064abe38b2b882965bbdb2736cb01c605eb4fa267c592ddd1d79767af477de1e66d4e2d3f4c86972dc448276dd04fcdccb80720892fc + VERSION=1.0.69 + SOURCE_HASH=sha512:e9c7cdf2155b574ff355e9106caead5c65e9bd0ebd05cc05e44cc5e5eba004d5abc7a514fb8180e95994e671dae5ced43d06ccf3eafa42cb2d3aba6f72dfb5e8 # SOURCE_GPG="gurus.gpg:${SOURCE}.sig" SOURCE=$SPELL-$VERSION.tar.xz SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" diff --git a/printer/cups-filters/HISTORY b/printer/cups-filters/HISTORY index 4fe413140a..d5ebbf361c 100644 --- a/printer/cups-filters/HISTORY +++ b/printer/cups-filters/HISTORY @@ -1,3 +1,6 @@ +2015-06-20 Treeve Jelbert + * DETAILS: version 1.0.69 + 2015-04-16 Treeve Jelbert * DETAILS: version 1.0.68 -- cgit v1.2.3 From 0153b0f51f2298548944fe78c915b3d6faec2c35 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sat, 20 Jun 2015 14:06:40 +0200 Subject: eudev: => 3.1.2 --- disk/eudev/DETAILS | 4 ++-- disk/eudev/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/disk/eudev/DETAILS b/disk/eudev/DETAILS index 640581c1c2..b668f05365 100755 --- a/disk/eudev/DETAILS +++ b/disk/eudev/DETAILS @@ -1,6 +1,6 @@ SPELL=eudev - VERSION=3.1.1 - SOURCE_HASH=sha512:34c9b130f81f5952806b321a93c6bb163586033eb816d0a26f4668fb3daf9fc1ab6de587dc99b8d44767b652d985b9cfc51c23900e584f9b614fff93e7475d3f + VERSION=3.1.2 + SOURCE_HASH=sha512:d9aeb37a163ce4a0c116f75a927b4b99f8445d06624fbb3c28ade18f3effd8c54af5a4a52477c31a0452822a3dc0901468263195256e9dbf79d2ef08cf46f2b6 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//v}" URL=http://dev.gentoo.org/~blueness/eudev diff --git a/disk/eudev/HISTORY b/disk/eudev/HISTORY index f8451b68e9..11c9bac851 100644 --- a/disk/eudev/HISTORY +++ b/disk/eudev/HISTORY @@ -1,3 +1,6 @@ +2015-06-20 Treeve Jelbert + * DETAILS: version 3.1.2 + 2015-06-06 Treeve Jelbert * DETAILS: version 3.1.1 -- cgit v1.2.3