mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
This is a maintainer upgrade of ports/palm/jpilot to version 0.99.5
PR: ports/48598 Submitted by: Alex Varju <varju@webct.com>
This commit is contained in:
parent
9a48854613
commit
b14f270c07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76320
@ -7,7 +7,7 @@
|
||||
# "?=" and "+=" are for including this Makefile from japanese/jpilot
|
||||
|
||||
PORTNAME= jpilot
|
||||
PORTVERSION= 0.99.4
|
||||
PORTVERSION= 0.99.5
|
||||
CATEGORIES+= palm comms
|
||||
MASTER_SITES= http://jpilot.org/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (jpilot-0.99.4.tar.gz) = e79f2c41827962bebe66abef6ce776ff
|
||||
MD5 (jpilot-0.99.5.tar.gz) = 6ee51e69838c826c4ed8fd42ef12cc59
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.in.orig Fri Jan 10 18:13:18 2003
|
||||
+++ Makefile.in Mon Jan 13 13:49:57 2003
|
||||
@@ -133,7 +133,7 @@
|
||||
--- 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@
|
||||
|
||||
-SUBDIRS = Expense SyncTime KeyRing docs m4 dialer intl po
|
||||
+SUBDIRS = Expense SyncTime KeyRing m4 dialer intl po
|
||||
-SUBDIRS = intl Expense SyncTime KeyRing docs dialer po
|
||||
+SUBDIRS = intl Expense SyncTime KeyRing dialer po
|
||||
|
||||
EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \
|
||||
BUGS jpilot.spec jpilot-col.spec jpilot.kdelnk jpilot.rh7.spec \
|
||||
config.rpath mkinstalldirs \
|
||||
|
@ -31,6 +31,7 @@ lib/jpilot/plugins/libsynctime.so.0
|
||||
%%PORTDOCS%%share/doc/jpilot/jpilot-toplogo.jpg
|
||||
%%PORTDOCS%%share/doc/jpilot/manual.html
|
||||
%%PORTDOCS%%share/doc/jpilot/plugin.html
|
||||
share/gnome/apps/Applications/jpilot.desktop
|
||||
share/jpilot/AddressDB.pdb
|
||||
share/jpilot/DatebookDB.pdb
|
||||
share/jpilot/ExpenseDB.pdb
|
||||
@ -97,3 +98,6 @@ share/locale/zh_TW/LC_MESSAGES/jpilot.mo
|
||||
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome/apps/Applications 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user