aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-03-18 17:31:43 +0800
committermarkus <markus@FreeBSD.org>2004-03-18 17:31:43 +0800
commit45354f7b450a723597cb8bc1d4e23ae0bd575192 (patch)
treec75b1f68b4892b6ab78e747e5d3d2c99df47dfd2
parentcfb1a99ad994f355dceb7c0fedbf3ad6e2a498ff (diff)
downloadfreebsd-ports-gnome-45354f7b450a723597cb8bc1d4e23ae0bd575192.tar.gz
freebsd-ports-gnome-45354f7b450a723597cb8bc1d4e23ae0bd575192.tar.zst
freebsd-ports-gnome-45354f7b450a723597cb8bc1d4e23ae0bd575192.zip
- Update to version 0.4.0
- don't use USE_SIZE anymore - Update MASTER_SITES and WWW Approved by: arved (mentor)
-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/