Index: ports/palm/jpilot/Makefile =================================================================== RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- ports/palm/jpilot/Makefile 9 Nov 2002 00:18:46 -0000 1.26 +++ ports/palm/jpilot/Makefile 13 Jan 2003 21:57:50 -0000 @@ -7,7 +7,7 @@ # "?=" and "+=" are for including this Makefile from japanese/jpilot PORTNAME= jpilot -PORTVERSION= 0.99.3 +PORTVERSION= 0.99.4 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ @@ -25,12 +25,12 @@ CFLAGS+= -I${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" -MAN1= jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1 +MAN1= jpilot-sync.1 jpilot.1 jpilot-dump.1 post-install: ${MKDIR} ${PREFIX}/man/man1 + ${CP} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 - ${CP} ${WRKSRC}/docs/jpilot-upgrade-99.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon1.xpm ${PREFIX}/share/jpilot/icons Index: ports/palm/jpilot/distinfo =================================================================== RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- ports/palm/jpilot/distinfo 9 Nov 2002 00:18:46 -0000 1.11 +++ ports/palm/jpilot/distinfo 13 Jan 2003 21:48:20 -0000 @@ -1 +1 @@ -MD5 (jpilot-0.99.3.tar.gz) = e0ec41c291dfbee4189d232150785141 +MD5 (jpilot-0.99.4.tar.gz) = e79f2c41827962bebe66abef6ce776ff Index: ports/palm/jpilot/pkg-plist =================================================================== RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- ports/palm/jpilot/pkg-plist 9 Nov 2002 00:18:46 -0000 1.10 +++ ports/palm/jpilot/pkg-plist 13 Jan 2003 21:56:14 -0000 @@ -1,7 +1,6 @@ bin/jpilot bin/jpilot-dump bin/jpilot-sync -bin/jpilot-upgrade-99 lib/jpilot/plugins/libexpense.la lib/jpilot/plugins/libexpense.so lib/jpilot/plugins/libexpense.so.0 @@ -57,6 +56,7 @@ share/locale/ja/LC_MESSAGES/jpilot.mo share/locale/nl/LC_MESSAGES/jpilot.mo share/locale/no/LC_MESSAGES/jpilot.mo +share/locale/ru/LC_MESSAGES/jpilot.mo share/locale/sv/LC_MESSAGES/jpilot.mo share/locale/tr/LC_MESSAGES/jpilot.mo share/locale/zh_CN/LC_MESSAGES/jpilot.mo @@ -86,6 +86,8 @@ @unexec rmdir %D/share/locale/nl 2>/dev/null || true @unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/no 2>/dev/null || true +@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/ru 2>/dev/null || true @unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/sv 2>/dev/null || true @unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true Index: ports/palm/jpilot/files/patch-Makefile.in =================================================================== RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/files/patch-Makefile.in,v retrieving revision 1.3 diff -u -r1.3 patch-Makefile.in --- ports/palm/jpilot/files/patch-Makefile.in 9 Nov 2002 00:18:46 -0000 1.3 +++ ports/palm/jpilot/files/patch-Makefile.in 13 Jan 2003 21:50:09 -0000 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Oct 8 18:55:05 2002 -+++ Makefile.in Wed Oct 9 11:23:49 2002 -@@ -132,7 +132,7 @@ - cflags = @cflags@ +--- Makefile.in.orig Fri Jan 10 18:13:18 2003 ++++ Makefile.in Mon Jan 13 13:49:57 2003 +@@ -133,7 +133,7 @@ install_sh = @install_sh@ + plugin_support = @plugin_support@ --SUBDIRS = po Expense SyncTime KeyRing docs intl m4 -+SUBDIRS = po Expense SyncTime KeyRing intl m4 +-SUBDIRS = Expense SyncTime KeyRing docs m4 dialer intl po ++SUBDIRS = Expense SyncTime KeyRing m4 dialer intl po EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \ BUGS jpilot.spec jpilot-col.spec jpilot.kdelnk jpilot.rh7.spec \