aboutsummaryrefslogtreecommitdiff
path: root/deskutils/basket
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-03-18 09:31:43 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-03-18 09:31:43 +0000
commit08847fddca77edffa91fdccc57c2a7767e4a6c84 (patch)
tree8bfce40f1371094ecdd1c21cc36ad1e94c0519b9 /deskutils/basket
parent95c166c2c434e94834f212782c24dab2b712ad35 (diff)
downloadports-08847fddca77edffa91fdccc57c2a7767e4a6c84.tar.gz
ports-08847fddca77edffa91fdccc57c2a7767e4a6c84.zip
Notes
Diffstat (limited to 'deskutils/basket')
-rw-r--r--deskutils/basket/Makefile8
-rw-r--r--deskutils/basket/distinfo4
-rw-r--r--deskutils/basket/files/patch-itemfactory.cpp11
-rw-r--r--deskutils/basket/pkg-descr2
4 files changed, 17 insertions, 8 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile
index 6b170620f1f9..0d2e4a349a14 100644
--- a/deskutils/basket/Makefile
+++ b/deskutils/basket/Makefile
@@ -5,16 +5,14 @@
# $FreeBSD$
PORTNAME= basket
-PORTVERSION= 0.3.3
-PORTREVISION= 1
+PORTVERSION= 0.4.0
CATEGORIES= deskutils kde
-MASTER_SITES= http://www.brueffer.de/distfiles/
+MASTER_SITES= http://les83plus.free.fr/sebastien.laout/basket/downloads/
MAINTAINER= markus@FreeBSD.org
COMMENT= Desktop organization tool
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.3.2
-USE_SIZE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/deskutils/basket/distinfo b/deskutils/basket/distinfo
index b1592fc5e339..f10dc4d68c5c 100644
--- a/deskutils/basket/distinfo
+++ b/deskutils/basket/distinfo
@@ -1,2 +1,2 @@
-MD5 (basket-0.3.3.tar.gz) = f3ba4ab2905325ab23563cda9a867989
-SIZE (basket-0.3.3.tar.gz) = 615501
+MD5 (basket-0.4.0.tar.gz) = e5890d419899d489e20a5816e01fb1f1
+SIZE (basket-0.4.0.tar.gz) = 792867
diff --git a/deskutils/basket/files/patch-itemfactory.cpp b/deskutils/basket/files/patch-itemfactory.cpp
new file mode 100644
index 000000000000..bcd42e2fa399
--- /dev/null
+++ b/deskutils/basket/files/patch-itemfactory.cpp
@@ -0,0 +1,11 @@
+--- src/itemfactory.cpp.orig Thu Mar 18 09:44:04 2004
++++ src/itemfactory.cpp Thu Mar 18 09:44:57 2004
+@@ -218,7 +218,7 @@
+ annot = name + "\n" + comment;
+
+ /* And finaly create the item */
+- Item *item = new Item( "", (nameInAnnots ? "" : name), icon,
++ Item *item = new Item( "", (nameInAnnots ? QString("") : name), icon,
+ false, false,/*true, true,*/ // TODO: titleForProg() and iconForProg() !!
+ annot, false, runC, parent );
+ parent->insertItem(item);
diff --git a/deskutils/basket/pkg-descr b/deskutils/basket/pkg-descr
index c4b364e36480..5bf4416bbd8f 100644
--- a/deskutils/basket/pkg-descr
+++ b/deskutils/basket/pkg-descr
@@ -3,4 +3,4 @@ to organize objects, such as text, URLs, images, sounds or other documents.
Objects in a basket can be edited, copied, moved, dragged, etc.
Author: Sebastien Laout <sebastien.laout@tuxfamily.org>
-WWW: http://www.sebastien.laout.tuxfamily.org/basket
+WWW: http://les83plus.free.fr/sebastien.laout/basket/