From 1931fa666b2ceebafa31dbb5372ee92db48ed915 Mon Sep 17 00:00:00 2001 From: Ladislav Hagara Date: Wed, 27 Jul 2011 15:52:02 +0200 Subject: wxcam works also with wxgtk-new --- video/wxcam/DEPENDS | 4 ++-- video/wxcam/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/video/wxcam/DEPENDS b/video/wxcam/DEPENDS index a983e45824..552eea8db2 100755 --- a/video/wxcam/DEPENDS +++ b/video/wxcam/DEPENDS @@ -1,3 +1,3 @@ -depends wxgtk && -depends mjpegtools && +depends WXWIDGET && +depends mjpegtools && depends cimg diff --git a/video/wxcam/HISTORY b/video/wxcam/HISTORY index 550826828e..04c037fd20 100644 --- a/video/wxcam/HISTORY +++ b/video/wxcam/HISTORY @@ -1,3 +1,6 @@ +2011-07-27 Ladislav Hagara + * DEPENDS: wxgtk -> WXWIDGET + 2011-06-12 Ladislav Hagara * DETAILS: 1.1 -- cgit v1.2.3 From a315819fb93c11e715b64fa11cc1727d3b1c9732 Mon Sep 17 00:00:00 2001 From: Ladislav Hagara Date: Wed, 27 Jul 2011 16:02:51 +0200 Subject: keyutils 1.5.2 --- 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 30487f472d..59d91e29d8 100755 --- a/crypto/keyutils/DETAILS +++ b/crypto/keyutils/DETAILS @@ -1,9 +1,9 @@ SPELL=keyutils - VERSION=1.4 + VERSION=1.5.2 SOURCE=$SPELL-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://people.redhat.com/~dhowells/keyutils/$SOURCE - SOURCE_HASH=sha512:d99de7b199f43be1cafa46c988cec484104c68492d32ee6440f073206e4a1b01b80101a4849370847525957e9f72ce584d581a521fd7cde2756a167b95a03346 + SOURCE_HASH=sha512:7f53a57ea13de574ca127d24819246f46764ff5508682dd38e2293b06f38c4341550dd40f0d8103bedfc2184f2ecead29ba12af4fd444dcb120a89b6f643cb20 LICENSE[0]=GPL WEB_SITE=http://people.redhat.com/~dhowells/keyutils/ ENTERED=20061130 diff --git a/crypto/keyutils/HISTORY b/crypto/keyutils/HISTORY index a6c189bff6..bfe9fec294 100644 --- a/crypto/keyutils/HISTORY +++ b/crypto/keyutils/HISTORY @@ -1,3 +1,6 @@ +2011-07-27 Ladislav Hagara + * DETAILS: 1.5.2 + 2010-05-18 Ladislav Hagara * DETAILS: 1.4 -- cgit v1.2.3 From ced11f70b361cce0bcf3d073402027c9260c4521 Mon Sep 17 00:00:00 2001 From: Ladislav Hagara Date: Wed, 27 Jul 2011 16:23:52 +0200 Subject: xxxterm 1.425 --- http/xxxterm/DETAILS | 2 +- http/xxxterm/HISTORY | 3 +++ http/xxxterm/xxxterm-1.399.tgz.sig | Bin 287 -> 0 bytes http/xxxterm/xxxterm-1.425.tgz.sig | Bin 0 -> 287 bytes 4 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 http/xxxterm/xxxterm-1.399.tgz.sig create mode 100644 http/xxxterm/xxxterm-1.425.tgz.sig diff --git a/http/xxxterm/DETAILS b/http/xxxterm/DETAILS index 5151298c8d..ac607833d4 100755 --- a/http/xxxterm/DETAILS +++ b/http/xxxterm/DETAILS @@ -1,5 +1,5 @@ SPELL=xxxterm - VERSION=1.399 + VERSION=1.425 SOURCE=$SPELL-$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE_URL[0]=http://opensource.conformal.com/snapshots/$SPELL/$SOURCE diff --git a/http/xxxterm/HISTORY b/http/xxxterm/HISTORY index 1707070a26..931f4e378c 100644 --- a/http/xxxterm/HISTORY +++ b/http/xxxterm/HISTORY @@ -1,2 +1,5 @@ +2011-07-27 Ladislav Hagara + * DETAILS: 1.425 + 2011-06-18 Ladislav Hagara * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 1.399 diff --git a/http/xxxterm/xxxterm-1.399.tgz.sig b/http/xxxterm/xxxterm-1.399.tgz.sig deleted file mode 100644 index d80a596a21..0000000000 Binary files a/http/xxxterm/xxxterm-1.399.tgz.sig and /dev/null differ diff --git a/http/xxxterm/xxxterm-1.425.tgz.sig b/http/xxxterm/xxxterm-1.425.tgz.sig new file mode 100644 index 0000000000..b9e400ee51 Binary files /dev/null and b/http/xxxterm/xxxterm-1.425.tgz.sig differ -- cgit v1.2.3 From 52a8e495f13c53042ba542bffc985a3ca2775994 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Wed, 27 Jul 2011 12:44:36 -0700 Subject: wine: Updated latest devel to 1.3.25 --- x11-libs/wine/DETAILS | 2 +- x11-libs/wine/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS index b96a87e995..148602708f 100755 --- a/x11-libs/wine/DETAILS +++ b/x11-libs/wine/DETAILS @@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" FORCE_DOWNLOAD=1 else if [[ $WINE_DEVEL == y ]]; then - VERSION=1.3.24 + VERSION=1.3.25 else VERSION=1.2.3 fi diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY index e79ac2e5ed..f259ddce12 100644 --- a/x11-libs/wine/HISTORY +++ b/x11-libs/wine/HISTORY @@ -1,3 +1,6 @@ +2011-07-27 Eric Sandall + * DETAILS: Updated latest devel to 1.3.25 + 2011-07-08 Ladislav Hagara * DETAILS: 1.3.24 -- cgit v1.2.3 From 68c91c0dbf499a1256a4378461e7c9ab199a0973 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Wed, 27 Jul 2011 22:59:30 +0200 Subject: cups: => 1.5.0 --- printer/cups/DETAILS | 4 ++-- printer/cups/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS index 675df11e2a..b29208d495 100755 --- a/printer/cups/DETAILS +++ b/printer/cups/DETAILS @@ -3,8 +3,8 @@ # VERSION=1.4.3 # SOURCE_HASH=sha512: #else - VERSION=1.4.7 - SOURCE_HASH=sha512:178bbbc55eb384644b796af6971a4e9e53d96c66794ad8c2b404b2f072c2f54d0ae38a7d6024b2ab52d8d81434a04371080e236e8851d72fec70377f6519fd89 + VERSION=1.5.0 + SOURCE_HASH=sha512:246fcd6fc74604ea5c3ed27696c7445bb09fc25c4e45f2a6d64461481d853c84d81abde421472243c4e1a16e47450256262aea21bdca8c32af60f256c10ee34c SECURITY_PATCH=5 #fi SOURCE=$SPELL-$VERSION-source.tar.bz2 diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY index 0756b7c1a4..10af34e150 100644 --- a/printer/cups/HISTORY +++ b/printer/cups/HISTORY @@ -1,3 +1,6 @@ +2011-07-27 Treeve Jelbert + * DETAILS: version 1.5.0 + 2011-06-29 Ladislav Hagara * DETAILS: 1.4.7 -- cgit v1.2.3