summaryrefslogtreecommitdiff
path: root/deskutils/rubrica
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 05:33:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 05:33:28 +0000
commit7bcf23bb4d14ff355d1dd58826c49214c276aa32 (patch)
tree33eb7c1d6f8e49890008a5cbd6a01c966be35ac5 /deskutils/rubrica
parentAdd missing file (diff)
* Update to 1.0.0
* Use the new GNOME infrastructure PR: 49011 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=78250
Diffstat (limited to 'deskutils/rubrica')
-rw-r--r--deskutils/rubrica/Makefile8
-rw-r--r--deskutils/rubrica/distinfo2
-rw-r--r--deskutils/rubrica/files/patch-src_file.c18
3 files changed, 3 insertions, 25 deletions
diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile
index 6916d1158c60..ba1fcddd43c2 100644
--- a/deskutils/rubrica/Makefile
+++ b/deskutils/rubrica/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rubrica
-PORTVERSION= 1.0.0.c1
+PORTVERSION= 1.0.0
CATEGORIES= deskutils gnome
MASTER_SITES= http://digilander.libero.it/nfragale/download/rubrica/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.c1$/cr1/}
@@ -14,18 +14,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.c1$/cr1/}
MAINTAINER= martin.klaffenboeck@gmx.at
COMMENT= An addressbook for the gnome2 desktop
-LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.c1$/cr1/}
USE_BZIP2= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack gnomeprefix
+USE_GNOME= gnomehack gnomeprefix libgnomeui
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
DOC_FILES= AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO
diff --git a/deskutils/rubrica/distinfo b/deskutils/rubrica/distinfo
index 7618aef0e390..baefb7ab91e1 100644
--- a/deskutils/rubrica/distinfo
+++ b/deskutils/rubrica/distinfo
@@ -1 +1 @@
-MD5 (rubrica-1.0.0cr1.tar.bz2) = 17a91fb558c850205047bd6420807abd
+MD5 (rubrica-1.0.0.tar.bz2) = f2fff050e9f500b0565862ad2e91dbdd
diff --git a/deskutils/rubrica/files/patch-src_file.c b/deskutils/rubrica/files/patch-src_file.c
deleted file mode 100644
index efa1d99382e7..000000000000
--- a/deskutils/rubrica/files/patch-src_file.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/file.c.orig Thu Feb 27 22:04:36 2003
-+++ src/file.c Thu Feb 27 22:05:02 2003
-@@ -809,6 +809,7 @@
- rubrica_file_load_xmlfile(gchar *filename, RubricaErrorType* err)
- {
- Rubrica *rubrica;
-+ gchar *fpath, *fname;
-
- if (!g_file_exists(filename))
- {
-@@ -829,7 +830,6 @@
- now we need to put in memory some information
- about this file and addressbook
- */
-- gchar *fpath, *fname;
-
- fpath = g_dirname(filename);
- fname = g_strdup(g_basename(filename));