ports/54479: maintainer update of palm/jpilot
Alex Varju
varju at webct.com
Mon Jul 14 16:50:24 UTC 2003
>Number: 54479
>Category: ports
>Synopsis: maintainer update of palm/jpilot
>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: Mon Jul 14 09:50:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Alex Varju
>Release: FreeBSD 5.1-BETA i386
>Organization:
WebCT
>Environment:
System: FreeBSD snapple.webct.com 5.1-BETA FreeBSD 5.1-BETA #6: Wed May 28 13:04:58 PDT 2003 varju at snapple.webct.com:/usr/obj/usr/src/sys/SNAPPLE i386
>Description:
Maintainer update of ports/palm/jpilot to version 0.99.6
>How-To-Repeat:
>Fix:
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
+ at unexec rmdir %D/share/locale/vi/LC_MESSAGES 2>/dev/null || true
+ at 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 \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list