diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-09-03 17:17:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-09-03 17:17:15 +0000 |
commit | 7e37362abb1b10f6d53efc68b04c476ffe8b9037 (patch) | |
tree | c894f74a176a846480099ac4c22c8c7b092a7795 /deskutils/rubrica | |
parent | f9d7b654a073a49269556449d9a5bd98d33ba1f0 (diff) | |
download | ports-7e37362abb1b10f6d53efc68b04c476ffe8b9037.tar.gz ports-7e37362abb1b10f6d53efc68b04c476ffe8b9037.zip |
Notes
Diffstat (limited to 'deskutils/rubrica')
-rw-r--r-- | deskutils/rubrica/Makefile | 11 | ||||
-rw-r--r-- | deskutils/rubrica/distinfo | 6 | ||||
-rw-r--r-- | deskutils/rubrica/files/patch-Makefile.in | 16 |
3 files changed, 22 insertions, 11 deletions
diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile index 0f9476746828..bffa24125da9 100644 --- a/deskutils/rubrica/Makefile +++ b/deskutils/rubrica/Makefile @@ -6,19 +6,20 @@ # PORTNAME= rubrica -PORTVERSION= 1.0.14 -PORTREVISION= 1 +PORTVERSION= 1.0.15 CATEGORIES= deskutils gnome -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= An addressbook for the gnome2 desktop +COMMENT= An addressbook for the GNOME 2 desktop -USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-gconf-source=${GCONF_CONFIG_SOURCE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALL_TARGET= install install-schemas diff --git a/deskutils/rubrica/distinfo b/deskutils/rubrica/distinfo index bba94006d901..f05cbe52aa35 100644 --- a/deskutils/rubrica/distinfo +++ b/deskutils/rubrica/distinfo @@ -1,3 +1,3 @@ -MD5 (rubrica-1.0.14.tar.bz2) = 2f9a77a1b87056e0f14ee18a1935c3fb -SHA256 (rubrica-1.0.14.tar.bz2) = 852c4e041bed10c3567c80579ddd1f1d5ae97f1503f1609c20a518cc61c1afa7 -SIZE (rubrica-1.0.14.tar.bz2) = 636166 +MD5 (rubrica-1.0.15.tar.gz) = 6e62785314e6b9be89d0f4e054fa406d +SHA256 (rubrica-1.0.15.tar.gz) = c3b6a25edf587a705402d1fbcbe435138bd5a2c73419b518ac74d92770805ab9 +SIZE (rubrica-1.0.15.tar.gz) = 927197 diff --git a/deskutils/rubrica/files/patch-Makefile.in b/deskutils/rubrica/files/patch-Makefile.in index 003d1fb1f154..09265aaa8c11 100644 --- a/deskutils/rubrica/files/patch-Makefile.in +++ b/deskutils/rubrica/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Feb 5 03:10:13 2004 -+++ Makefile.in Thu Feb 5 17:22:51 2004 -@@ -521,7 +521,7 @@ +--- Makefile.in.orig Sun Sep 3 13:11:07 2006 ++++ Makefile.in Sun Sep 3 13:12:59 2006 +@@ -656,7 +656,7 @@ info: info-recursive info-am: @@ -9,3 +9,13 @@ install-schemas_DATA install-exec-am: +@@ -710,8 +710,7 @@ uninstall-info: uninstall-info-recursive + + + install-schemas: $(schemas__DATA) +- gconftool-2 --shutdown +- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(schemas_dir)/$(schemas__DATA) ++ GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(schemas_dir)/$(schemas__DATA) + + uninstall-local: + @$(NORMAL_UNINSTALL) |