FreeBSD Bugzilla – Attachment 33192 Details for
Bug 54479
maintainer update of palm/jpilot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.63 KB, created by
Alex Varju
on 2003-07-14 17:50:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Varju
Created:
2003-07-14 17:50:22 UTC
Size:
4.63 KB
patch
obsolete
>Index: ports/palm/jpilot/Makefile >=================================================================== >RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/Makefile,v >retrieving revision 1.30 >diff -u -r1.30 Makefile >--- ports/palm/jpilot/Makefile 20 Apr 2003 19:39:10 -0000 1.30 >+++ ports/palm/jpilot/Makefile 14 Jul 2003 16:21:38 -0000 >@@ -7,7 +7,7 @@ > # "?=" and "+=" are for including this Makefile from japanese/jpilot > > PORTNAME= jpilot >-PORTVERSION= 0.99.5 >+PORTVERSION= 0.99.6 > CATEGORIES+= palm comms > MASTER_SITES= http://jpilot.org/ > >@@ -25,11 +25,10 @@ > CFLAGS+= -I${PREFIX}/include > CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" > >-MAN1= jpilot-sync.1 jpilot.1 jpilot-dump.1 >+MAN1= jpilot-sync.1 jpilot.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.1 ${PREFIX}/man/man1 > ${MKDIR} ${PREFIX}/share/jpilot/icons >@@ -37,6 +36,17 @@ > ${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons > ${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons > ${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons >+ ${CP} ${WRKSRC}/empty/AddressDB.pdb ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/empty/DatebookDB.pdb ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/empty/ExpenseDB.pdb ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/empty/Memo32DB.pdb ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/empty/MemoDB.pdb ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/empty/ToDoDB.pdb ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/jpilotrc.blue ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/jpilotrc.default ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/jpilotrc.green ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/jpilotrc.purple ${PREFIX}/share/jpilot >+ ${CP} ${WRKSRC}/jpilotrc.steel ${PREFIX}/share/jpilot > .if !defined(NOPORTDOCS) > ${MKDIR} ${PREFIX}/share/doc/jpilot > ${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot >Index: ports/palm/jpilot/distinfo >=================================================================== >RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/distinfo,v >retrieving revision 1.13 >diff -u -r1.13 distinfo >--- ports/palm/jpilot/distinfo 23 Feb 2003 20:59:42 -0000 1.13 >+++ ports/palm/jpilot/distinfo 14 Jul 2003 16:21:38 -0000 >@@ -1 +1 @@ >-MD5 (jpilot-0.99.5.tar.gz) = 6ee51e69838c826c4ed8fd42ef12cc59 >+MD5 (jpilot-0.99.6.tar.gz) = 1572138321ce6759c65ecf83b8c84ef4 >Index: ports/palm/jpilot/pkg-plist >=================================================================== >RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/pkg-plist,v >retrieving revision 1.12 >diff -u -r1.12 pkg-plist >--- ports/palm/jpilot/pkg-plist 23 Feb 2003 20:59:42 -0000 1.12 >+++ ports/palm/jpilot/pkg-plist 14 Jul 2003 16:21:38 -0000 >@@ -60,6 +60,7 @@ > share/locale/ru/LC_MESSAGES/jpilot.mo > share/locale/sv/LC_MESSAGES/jpilot.mo > share/locale/tr/LC_MESSAGES/jpilot.mo >+share/locale/vi/LC_MESSAGES/jpilot.mo > share/locale/zh_CN/LC_MESSAGES/jpilot.mo > share/locale/zh_TW/LC_MESSAGES/jpilot.mo > @dirrm share/jpilot/icons >@@ -93,6 +94,8 @@ > @unexec rmdir %D/share/locale/sv 2>/dev/null || true > @unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true > @unexec rmdir %D/share/locale/tr 2>/dev/null || true >+@unexec rmdir %D/share/locale/vi/LC_MESSAGES 2>/dev/null || true >+@unexec rmdir %D/share/locale/vi 2>/dev/null || true > @unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true > @unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true > @unexec rmdir %D/share/locale/zh_TW/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.5 >diff -u -r1.5 patch-Makefile.in >--- ports/palm/jpilot/files/patch-Makefile.in 23 Feb 2003 20:59:42 -0000 1.5 >+++ ports/palm/jpilot/files/patch-Makefile.in 14 Jul 2003 16:21:38 -0000 >@@ -1,11 +1,11 @@ >---- Makefile.in.orig Sat Feb 22 06:41:55 2003 >-+++ Makefile.in Sat Feb 22 17:51:22 2003 >-@@ -134,7 +134,7 @@ >- install_sh = @install_sh@ >- plugin_support = @plugin_support@ >+--- Makefile.in.orig Thu Jul 10 15:34:16 2003 >++++ Makefile.in Sat Jul 12 15:51:43 2003 >+@@ -183,7 +183,7 @@ >+ sysconfdir = @sysconfdir@ >+ target_alias = @target_alias@ > >--SUBDIRS = intl Expense SyncTime KeyRing docs dialer po >-+SUBDIRS = intl Expense SyncTime KeyRing dialer po >+-SUBDIRS = intl Expense SyncTime KeyRing docs dialer po m4 empty icons >++SUBDIRS = intl Expense SyncTime KeyRing dialer po m4 empty > >- EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \ >+ EXTRA_DIST = reconf autogen.sh ChangeLog \ > config.rpath mkinstalldirs \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54479
: 33192