Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2005 17:26:15 -0800 (PST)
From:      Alex Varju <freebsd-ports@varju.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88381: [MAINTAINER] palm/jpilot: update to 0.99.8
Message-ID:  <200511020126.jA21QFsT098538@snapple.webct.com>
Resent-Message-ID: <200511020130.jA21UEWw097398@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88381
>Category:       ports
>Synopsis:       [MAINTAINER] palm/jpilot: update to 0.99.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 02 01:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex Varju
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD snapple.webct.com 5.3-STABLE FreeBSD 5.3-STABLE #13: Wed Nov  3 11:31:28 PST
>Description:
- Update to 0.99.8

Removed file(s):
- files/patch-address_gui.c

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- jpilot-0.99.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/Makefile,v
retrieving revision 1.46
diff -u -u -r1.46 Makefile
--- Makefile	12 Mar 2005 10:52:51 -0000	1.46
+++ Makefile	2 Nov 2005 01:17:24 -0000
@@ -7,8 +7,7 @@
 # "?=" and "+=" are for including this Makefile from japanese/jpilot
 
 PORTNAME=	jpilot
-PORTVERSION=	0.99.7
-PORTREVISION=	3
+PORTVERSION=	0.99.8
 CATEGORIES+=	palm comms
 MASTER_SITES=	http://jpilot.org/
 
@@ -19,7 +18,7 @@
 
 USE_X_PREFIX=	yes
 USE_GNOME=	gnomehier
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
 INSTALLS_SHLIB=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib/jpilot/plugins
 CFLAGS+=	-I${LOCALBASE}/include
@@ -43,7 +42,7 @@
 CONFIGURE_ARGS+=	--enable-gtk2=yes
 .endif
 
-MAN1=		jpilot-sync.1 jpilot.1
+MAN1=		jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
@@ -54,6 +53,8 @@
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 	@${FIND} ${PREFIX}/lib/jpilot -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+	${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dial.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1
 	@${MKDIR} ${DATADIR}/icons
Index: distinfo
===================================================================
RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/distinfo,v
retrieving revision 1.15
diff -u -u -r1.15 distinfo
--- distinfo	1 Mar 2004 19:03:55 -0000	1.15
+++ distinfo	1 Nov 2005 18:21:45 -0000
@@ -1,2 +1,2 @@
-MD5 (jpilot-0.99.7.tar.gz) = 11bb7236702e2e4c7e3d06372bdc9695
-SIZE (jpilot-0.99.7.tar.gz) = 1197119
+MD5 (jpilot-0.99.8.tar.gz) = 4bdb200367e691e64d02bd6dfcdec604
+SIZE (jpilot-0.99.8.tar.gz) = 1589217
Index: pkg-plist
===================================================================
RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/pkg-plist,v
retrieving revision 1.16
diff -u -u -r1.16 pkg-plist
--- pkg-plist	19 Jul 2004 01:51:42 -0000	1.16
+++ pkg-plist	2 Nov 2005 01:13:29 -0000
@@ -1,7 +1,7 @@
 bin/jpilot
 bin/jpilot-dump
 bin/jpilot-sync
-share/gnome/apps/Applications/jpilot.desktop
+share/applications/jpilot.desktop
 %%NLS%%share/locale/ca/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/da/LC_MESSAGES/jpilot.mo
@@ -13,6 +13,7 @@
 %%NLS%%share/locale/nl/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/no/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/jpilot.mo
+%%NLS%%share/locale/rw/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/jpilot.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/jpilot.mo
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/files/patch-Makefile.in,v
retrieving revision 1.7
diff -u -u -r1.7 patch-Makefile.in
--- files/patch-Makefile.in	1 Mar 2004 19:03:55 -0000	1.7
+++ files/patch-Makefile.in	2 Nov 2005 01:17:52 -0000
@@ -1,6 +1,6 @@
---- Makefile.in.orig	Sat Feb 28 15:19:48 2004
-+++ Makefile.in	Sun Feb 29 17:22:11 2004
-@@ -312,7 +312,7 @@
+--- Makefile.in.orig	Sun Oct 30 18:00:53 2005
++++ Makefile.in	Tue Nov  1 17:17:43 2005
+@@ -302,7 +302,7 @@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
Index: files/patch-address_gui.c
===================================================================
RCS file: files/patch-address_gui.c
diff -N files/patch-address_gui.c
--- files/patch-address_gui.c	14 Jul 2004 11:53:14 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- address_gui.c~	2004-05-11 22:33:45.364123000 -0400
-+++ address_gui.c	2004-05-11 22:38:37.506140000 -0400
-@@ -1427,13 +1427,15 @@
-    char number[100];
-    char ext[100];
- 
--   number[0]=ext[0]='\0';
--   text=data;
- #ifdef ENABLE_GTK2
-    GtkTextIter    start_iter;
-    GtkTextIter    end_iter;
-    GtkTextBuffer *text_buffer;
-+#endif
- 
-+   number[0]=ext[0]='\0';
-+   text=data;
-+#ifdef ENABLE_GTK2
-    text_buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text));
-    gtk_text_buffer_get_bounds(GTK_TEXT_BUFFER(text),&start_iter,&end_iter);
-    str = gtk_text_buffer_get_text(GTK_TEXT_BUFFER(text),&start_iter,&end_iter,TRUE);
--- jpilot-0.99.8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511020126.jA21QFsT098538>