View | Details | Raw Unified | Return to bug 48598
Collapse All | Expand All

(-)ports/palm/jpilot/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
# "?=" and "+=" are for including this Makefile from japanese/jpilot
7
# "?=" and "+=" are for including this Makefile from japanese/jpilot
8
8
9
PORTNAME=	jpilot
9
PORTNAME=	jpilot
10
PORTVERSION=	0.99.4
10
PORTVERSION=	0.99.5
11
CATEGORIES+=	palm comms
11
CATEGORIES+=	palm comms
12
MASTER_SITES=	http://jpilot.org/
12
MASTER_SITES=	http://jpilot.org/
13
13
(-)ports/palm/jpilot/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (jpilot-0.99.4.tar.gz) = e79f2c41827962bebe66abef6ce776ff
1
MD5 (jpilot-0.99.5.tar.gz) = 6ee51e69838c826c4ed8fd42ef12cc59
(-)ports/palm/jpilot/pkg-plist (+4 lines)
Lines 31-36 Link Here
31
%%PORTDOCS%%share/doc/jpilot/jpilot-toplogo.jpg
31
%%PORTDOCS%%share/doc/jpilot/jpilot-toplogo.jpg
32
%%PORTDOCS%%share/doc/jpilot/manual.html
32
%%PORTDOCS%%share/doc/jpilot/manual.html
33
%%PORTDOCS%%share/doc/jpilot/plugin.html
33
%%PORTDOCS%%share/doc/jpilot/plugin.html
34
share/gnome/apps/Applications/jpilot.desktop
34
share/jpilot/AddressDB.pdb
35
share/jpilot/AddressDB.pdb
35
share/jpilot/DatebookDB.pdb
36
share/jpilot/DatebookDB.pdb
36
share/jpilot/ExpenseDB.pdb
37
share/jpilot/ExpenseDB.pdb
Lines 97-99 Link Here
97
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
98
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
98
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
99
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
99
@unexec rmdir %D/share/locale 2>/dev/null || true
100
@unexec rmdir %D/share/locale 2>/dev/null || true
101
@unexec rmdir %D/share/gnome/apps/Applications 2>/dev/null || true
102
@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
103
@unexec rmdir %D/share/gnome 2>/dev/null || true
(-)ports/palm/jpilot/files/patch-Makefile.in (-6 / +6 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Fri Jan 10 18:13:18 2003
1
--- Makefile.in.orig	Sat Feb 22 06:41:55 2003
2
+++ Makefile.in	Mon Jan 13 13:49:57 2003
2
+++ Makefile.in	Sat Feb 22 17:51:22 2003
3
@@ -133,7 +133,7 @@
3
@@ -134,7 +134,7 @@
4
 install_sh = @install_sh@
4
 install_sh = @install_sh@
5
 plugin_support = @plugin_support@
5
 plugin_support = @plugin_support@
6
 
6
 
7
-SUBDIRS = Expense SyncTime KeyRing docs m4 dialer intl po
7
-SUBDIRS = intl Expense SyncTime KeyRing docs dialer po
8
+SUBDIRS = Expense SyncTime KeyRing m4 dialer intl po
8
+SUBDIRS = intl Expense SyncTime KeyRing dialer po
9
 
9
 
10
 EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \
10
 EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \
11
 	BUGS jpilot.spec jpilot-col.spec jpilot.kdelnk jpilot.rh7.spec \
11
 	config.rpath mkinstalldirs \

Return to bug 48598