1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

* Update to 1.0.0

* Use the new GNOME infrastructure

PR:	49011
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2003-04-05 05:33:28 +00:00
parent 0404e7862c
commit 7bcf23bb4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78250
3 changed files with 3 additions and 25 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (rubrica-1.0.0cr1.tar.bz2) = 17a91fb558c850205047bd6420807abd
MD5 (rubrica-1.0.0.tar.bz2) = f2fff050e9f500b0565862ad2e91dbdd

View File

@ -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));