summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/kdepim3/Makefile11
-rw-r--r--misc/kdepim3/distinfo10
-rw-r--r--misc/kdepim3/patches/patch-ap13
-rw-r--r--misc/kdepim3/patches/patch-aq13
-rw-r--r--misc/kdepim3/patches/patch-ar13
-rw-r--r--misc/kdepim3/patches/patch-as13
-rw-r--r--misc/kdepim3/patches/patch-at13
-rw-r--r--misc/kdepim3/patches/patch-au13
-rw-r--r--misc/kdepim3/patches/patch-av13
-rw-r--r--misc/kdepim3/patches/patch-aw13
10 files changed, 11 insertions, 114 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile
index 603366d4f42..74820409a47 100644
--- a/misc/kdepim3/Makefile
+++ b/misc/kdepim3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2006/10/12 10:53:45 markd Exp $
+# $NetBSD: Makefile,v 1.67 2006/11/20 10:30:18 markd Exp $
DISTNAME= kdepim-${_KDE_VERSION}
CATEGORIES= misc
@@ -33,6 +33,15 @@ REPLACE_PERL+= kmail/kmail-3.1-update-new-mail-notification-settings.pl \
kmail/upgrade-transport.pl \
libkpgp/kpgp-3.1-upgrade-address-data.pl
+CHECK_PORTABILITY_SKIP+=karm/test/booktime-baddate.sh \
+ karm/test/booktime-badduration.sh \
+ karm/test/booktime-badtime.sh \
+ karm/test/booktime-baduid.sh \
+ karm/test/booktime-works.sh \
+ karm/test/delete.sh \
+ karm/test/refresh_on_change.sh \
+ karm/test/version.sh
+
.include "../../mk/bsd.prefs.mk"
.include "../../meta-pkgs/kde3/kde3.mk"
diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo
index b5b540a3819..cc2d7edb992 100644
--- a/misc/kdepim3/distinfo
+++ b/misc/kdepim3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.48 2006/10/18 19:43:00 markd Exp $
+$NetBSD: distinfo,v 1.49 2006/11/20 10:30:18 markd Exp $
SHA1 (kdepim-3.5.5.tar.bz2) = 612f34307c5fac9279c85a4efb1488db4b438f12
RMD160 (kdepim-3.5.5.tar.bz2) = 5bdcf98909f450ce3839fa72a404571f6cde22f6
@@ -13,11 +13,3 @@ SHA1 (patch-al) = 723424b7c39c5e0e0899b340a30e5a3f32c90a6a
SHA1 (patch-am) = 29066a35ac983764a8cfa9392b9d67df581b35d3
SHA1 (patch-an) = cb4cacc1e8ad1f3c5e4103149243829047ce94fe
SHA1 (patch-ao) = f3760617e77fe74d80733613a18905971ee4c5f9
-SHA1 (patch-ap) = c5f53119931cf109fabaa3ae2910586731ddf1f6
-SHA1 (patch-aq) = ce67fe23bdaf8535f0cbf305b5a100702971f03e
-SHA1 (patch-ar) = 624df89d603fd36d8d051d1454a87035bfc20e75
-SHA1 (patch-as) = d5ea464954b3f512b97914f88a35cd737a7d6ee1
-SHA1 (patch-at) = f432b916d2dc1bf5a5fdc56580ceeed9c42bf76d
-SHA1 (patch-au) = becb81d4a37fdb3a4da36dea601e9487b95240a2
-SHA1 (patch-av) = 67d982cfb1698e2aef7e95de2ebed21465efbb8d
-SHA1 (patch-aw) = 803a91e8ce0f3178aa543054798046dca185c5bc
diff --git a/misc/kdepim3/patches/patch-ap b/misc/kdepim3/patches/patch-ap
deleted file mode 100644
index ddacb5a2299..00000000000
--- a/misc/kdepim3/patches/patch-ap
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ap,v 1.3 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/booktime-baddate.sh.orig 2006-10-19 08:33:55.000000000 +1300
-+++ karm/test/booktime-baddate.sh
-@@ -13,7 +13,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim
- tear_down
-
- EXPECTED=5
--if [ "$RVAL" == "$EXPECTED" ]; then
-+if [ "$RVAL" = "$EXPECTED" ]; then
- echo "PASS $0"
- exit 0;
- else
diff --git a/misc/kdepim3/patches/patch-aq b/misc/kdepim3/patches/patch-aq
deleted file mode 100644
index 5ce2cc5bcc8..00000000000
--- a/misc/kdepim3/patches/patch-aq
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aq,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/booktime-badduration.sh.orig 2006-10-19 08:34:03.000000000 +1300
-+++ karm/test/booktime-badduration.sh
-@@ -13,7 +13,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim
- tear_down
-
- EXPECTED=7
--if [ "$RVAL" == "$EXPECTED" ]; then
-+if [ "$RVAL" = "$EXPECTED" ]; then
- echo "PASS $0"
- exit 0;
- else
diff --git a/misc/kdepim3/patches/patch-ar b/misc/kdepim3/patches/patch-ar
deleted file mode 100644
index ba6a635acff..00000000000
--- a/misc/kdepim3/patches/patch-ar
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ar,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/booktime-badtime.sh.orig 2006-10-19 08:34:10.000000000 +1300
-+++ karm/test/booktime-badtime.sh
-@@ -13,7 +13,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim
- tear_down
-
- EXPECTED=5
--if [ "$RVAL" == "$EXPECTED" ]; then
-+if [ "$RVAL" = "$EXPECTED" ]; then
- echo "PASS $0"
- exit 0;
- else
diff --git a/misc/kdepim3/patches/patch-as b/misc/kdepim3/patches/patch-as
deleted file mode 100644
index 6b9cea6e407..00000000000
--- a/misc/kdepim3/patches/patch-as
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-as,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/booktime-baduid.sh.orig 2006-10-19 08:34:15.000000000 +1300
-+++ karm/test/booktime-baduid.sh
-@@ -13,7 +13,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim
- tear_down
-
- EXPECTED=4
--if [ "$RVAL" == "$EXPECTED" ]; then
-+if [ "$RVAL" = "$EXPECTED" ]; then
- echo "PASS $0"
- exit 0;
- else
diff --git a/misc/kdepim3/patches/patch-at b/misc/kdepim3/patches/patch-at
deleted file mode 100644
index 57c41915083..00000000000
--- a/misc/kdepim3/patches/patch-at
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-at,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/booktime-works.sh.orig 2006-10-19 08:34:24.000000000 +1300
-+++ karm/test/booktime-works.sh
-@@ -21,7 +21,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface totalMi
- SKIP_TESTFILE_DELETE=true
- tear_down
-
--if [ "x$RVAL" == "x$DURATION" ]; then
-+if [ "x$RVAL" = "x$DURATION" ]; then
- echo "PASS $0"
- exit 0;
- else
diff --git a/misc/kdepim3/patches/patch-au b/misc/kdepim3/patches/patch-au
deleted file mode 100644
index 800ab5aaeba..00000000000
--- a/misc/kdepim3/patches/patch-au
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-au,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/delete.sh.orig 2006-10-19 08:34:32.000000000 +1300
-+++ karm/test/delete.sh
-@@ -24,7 +24,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface version
-
- tear_down
-
--if [ "$RVAL" == "" ]; then
-+if [ "$RVAL" = "" ]; then
- echo "FAIL $0: got no version."
- exit 1;
- else
diff --git a/misc/kdepim3/patches/patch-av b/misc/kdepim3/patches/patch-av
deleted file mode 100644
index 342bf058a23..00000000000
--- a/misc/kdepim3/patches/patch-av
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-av,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/refresh_on_change.sh.orig 2006-10-19 08:34:41.000000000 +1300
-+++ karm/test/refresh_on_change.sh
-@@ -48,7 +48,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface taskIdF
- tear_down
-
- # check that todo was found
--if [ "$RVAL" == "$TODO_UID" ]; then
-+if [ "$RVAL" = "$TODO_UID" ]; then
- echo "PASS $0"
- exit 0;
- else
diff --git a/misc/kdepim3/patches/patch-aw b/misc/kdepim3/patches/patch-aw
deleted file mode 100644
index 1fa1a6e95c9..00000000000
--- a/misc/kdepim3/patches/patch-aw
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aw,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/version.sh.orig 2006-10-19 08:34:51.000000000 +1300
-+++ karm/test/version.sh
-@@ -15,7 +15,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface version
-
- tear_down
-
--if [ "$RVAL" == "$VERSION" ]; then
-+if [ "$RVAL" = "$VERSION" ]; then
- echo "PASS $0"
- exit 0;
- else