Update to the latest rubrica2 release: 2.0.7.

This commit is contained in:
ajacoutot 2009-12-31 10:27:30 +00:00
parent 09ff3217ba
commit 9712a9c04d
8 changed files with 54 additions and 59 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2009/12/29 23:25:58 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2009/12/31 10:27:30 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= addressbook manager
DISTNAME= rubrica2-2.0.6
PKGNAME= ${DISTNAME}p1v0
DISTNAME= rubrica2-2.0.7
PKGNAME= ${DISTNAME}v0
CATEGORIES= productivity x11

View File

@ -1,5 +1,5 @@
MD5 (rubrica2-2.0.6.tar.bz2) = urwVsceC9gk7JDRerH6amQ==
RMD160 (rubrica2-2.0.6.tar.bz2) = TgujKGyY/7dEhTSmFQ+tl1/29+s=
SHA1 (rubrica2-2.0.6.tar.bz2) = R+fyscK5DoKrJN768wSPHFr5+lg=
SHA256 (rubrica2-2.0.6.tar.bz2) = z+KmdME59r2Pw3QUFZyeS7rkdmYo9sqbeuGMy0ucBW8=
SIZE (rubrica2-2.0.6.tar.bz2) = 764710
MD5 (rubrica2-2.0.7.tar.bz2) = zb0Rg4E74OYt2edcSy2/aw==
RMD160 (rubrica2-2.0.7.tar.bz2) = 0QkFQCeI9vVgZ1Ki98oGubcCKDM=
SHA1 (rubrica2-2.0.7.tar.bz2) = Awsm/GJtk/tL82Ah6LY4aUs8xHM=
SHA256 (rubrica2-2.0.7.tar.bz2) = vrXp4fftU4iwlOdk/R9yhtg+TGN84eAD8BA9jcnDQoo=
SIZE (rubrica2-2.0.7.tar.bz2) = 692968

View File

@ -1,7 +1,29 @@
$OpenBSD: patch-configure,v 1.3 2009/12/29 23:25:58 jasper Exp $
--- configure.orig Wed Oct 7 11:04:52 2009
+++ configure Wed Oct 7 11:05:20 2009
@@ -22637,7 +22637,7 @@ Configuration:
$OpenBSD: patch-configure,v 1.4 2009/12/31 10:27:30 ajacoutot Exp $
checking whether build environment is sane... ./configure[2334]: syntax error: `&' unexpected
--- configure.orig Sun Dec 6 10:04:23 2009
+++ configure Thu Dec 31 11:15:21 2009
@@ -2330,18 +2330,6 @@ echo timestamp > conftest.file
# name. Accept space and tab only in the latter.
am_lf='
'
-case `pwd` in
- *[\\\"\#\$\&\'\`$am_lf]*)
- { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
-$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
- { (exit 1); exit 1; }; };;
-esac
-case $srcdir in
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
- { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
-$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
- { (exit 1); exit 1; }; };;
-esac
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
@@ -22734,7 +22722,7 @@ Configuration:
Plugins gui dir: $libral_plugins_gui_dir
Pixmap dir: $rubrica_pixmaps_dir
Icons dir: $rubrica_icons_dir

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_csv_Makefile_in,v 1.3 2009/12/29 23:25:58 jasper Exp $
--- plugins/csv/Makefile.in.orig Wed Oct 7 11:13:12 2009
+++ plugins/csv/Makefile.in Wed Oct 7 11:13:49 2009
@@ -278,7 +278,7 @@ libcsv_la_LTLIBRARIES = libcsv.la
$OpenBSD: patch-plugins_csv_Makefile_in,v 1.4 2009/12/31 10:27:30 ajacoutot Exp $
--- plugins/csv/Makefile.in.orig Sun Dec 6 10:04:26 2009
+++ plugins/csv/Makefile.in Thu Dec 31 11:12:41 2009
@@ -293,7 +293,7 @@ libcsv_la_LTLIBRARIES = libcsv.la
# Plugin sources
libcsv_la_SOURCES = csv.c csv.h

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_gmail_Makefile_in,v 1.3 2009/12/29 23:25:58 jasper Exp $
--- plugins/gmail/Makefile.in.orig Wed Oct 7 11:05:28 2009
+++ plugins/gmail/Makefile.in Wed Oct 7 11:05:45 2009
@@ -278,7 +278,7 @@ libcsv_gmail_la_LTLIBRARIES = libcsvgmail.la
$OpenBSD: patch-plugins_gmail_Makefile_in,v 1.4 2009/12/31 10:27:30 ajacoutot Exp $
--- plugins/gmail/Makefile.in.orig Sun Dec 6 10:04:26 2009
+++ plugins/gmail/Makefile.in Thu Dec 31 11:12:41 2009
@@ -293,7 +293,7 @@ libcsv_gmail_la_LTLIBRARIES = libcsvgmail.la
# Plugin sources
libcsvgmail_la_SOURCES = gmail_csv.c gmail_csv.h

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_rubrica_Makefile_in,v 1.3 2009/12/29 23:25:58 jasper Exp $
--- plugins/rubrica/Makefile.in.orig Mon Jun 29 17:35:59 2009
+++ plugins/rubrica/Makefile.in Wed Oct 7 11:06:11 2009
@@ -283,7 +283,7 @@ librubrica_la_SOURCES = \
$OpenBSD: patch-plugins_rubrica_Makefile_in,v 1.4 2009/12/31 10:27:30 ajacoutot Exp $
--- plugins/rubrica/Makefile.in.orig Sun Dec 6 10:04:26 2009
+++ plugins/rubrica/Makefile.in Thu Dec 31 11:12:41 2009
@@ -298,7 +298,7 @@ librubrica_la_SOURCES = \
load.c load.h \
save.c save.h

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_vcard_Makefile_in,v 1.3 2009/12/29 23:25:58 jasper Exp $
--- plugins/vcard/Makefile.in.orig Wed Dec 30 00:20:10 2009
+++ plugins/vcard/Makefile.in Wed Dec 30 00:20:20 2009
@@ -278,7 +278,7 @@ libvcard_la_LTLIBRARIES = libvcard.la
$OpenBSD: patch-plugins_vcard_Makefile_in,v 1.4 2009/12/31 10:27:30 ajacoutot Exp $
--- plugins/vcard/Makefile.in.orig Sun Dec 6 10:04:27 2009
+++ plugins/vcard/Makefile.in Thu Dec 31 11:12:41 2009
@@ -293,7 +293,7 @@ libvcard_la_LTLIBRARIES = libvcard.la
# Plugin sources
libvcard_la_SOURCES = vcard.c vcard.h

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2009/12/29 23:25:58 jasper Exp $
@comment $OpenBSD: PLIST,v 1.5 2009/12/31 10:27:30 ajacoutot Exp $
@bin bin/rubrica2
include/libral-1.0/
include/libral-1.0/libral/
@ -46,46 +46,19 @@ lib/libral/plugins/libvcard.so
lib/pkgconfig/libral.pc
share/applications/rubrica2.desktop
share/gtk-doc/html/libRAL/
share/gtk-doc/html/libRAL/RAbook.html
share/gtk-doc/html/libRAL/RAddress.html
share/gtk-doc/html/libRAL/RCard.html
share/gtk-doc/html/libRAL/RCompanyCard.html
share/gtk-doc/html/libRAL/RContact.html
share/gtk-doc/html/libRAL/RDate.html
share/gtk-doc/html/libRAL/RFilter.html
share/gtk-doc/html/libRAL/RGroup.html
share/gtk-doc/html/libRAL/RGroupBox.html
share/gtk-doc/html/libRAL/RNetAddress.html
share/gtk-doc/html/libRAL/RNotes.html
share/gtk-doc/html/libRAL/RPersonalCard.html
share/gtk-doc/html/libRAL/RPlugin.html
share/gtk-doc/html/libRAL/RRef.html
share/gtk-doc/html/libRAL/RTelephone.html
share/gtk-doc/html/libRAL/RTimeout.html
share/gtk-doc/html/libRAL/RWork.html
share/gtk-doc/html/libRAL/ch01.html
share/gtk-doc/html/libRAL/home.png
share/gtk-doc/html/libRAL/index.html
share/gtk-doc/html/libRAL/index.sgml
share/gtk-doc/html/libRAL/left.png
share/gtk-doc/html/libRAL/libRAL-RCsv.html
share/gtk-doc/html/libRAL/libRAL-RPluginManager.html
share/gtk-doc/html/libRAL/libRAL-RRubrica.html
share/gtk-doc/html/libRAL/libRAL-RVCard.html
share/gtk-doc/html/libRAL/libRAL-error.html
share/gtk-doc/html/libRAL/libRAL-io.html
share/gtk-doc/html/libRAL/libRAL-load.html
share/gtk-doc/html/libRAL/libRAL-lookup.html
share/gtk-doc/html/libRAL/libRAL-rlib.html
share/gtk-doc/html/libRAL/libRAL-save.html
share/gtk-doc/html/libRAL/libRAL-types.html
share/gtk-doc/html/libRAL/libRAL-utils.html
share/gtk-doc/html/libRAL/libRAL.devhelp
share/gtk-doc/html/libRAL/libRAL.devhelp2
share/gtk-doc/html/libRAL/right.png
share/gtk-doc/html/libRAL/style.css
share/gtk-doc/html/libRAL/up.png
share/locale/de/LC_MESSAGES/rubrica2.mo
share/locale/en_US/
share/locale/en_US/LC_MESSAGES/
share/locale/en_US/LC_MESSAGES/rubrica2.mo
share/locale/fr/LC_MESSAGES/rubrica2.mo
share/locale/it/LC_MESSAGES/rubrica2.mo
share/locale/uk/LC_MESSAGES/rubrica2.mo