diff -ruN --exclude=CVS /usr/ports/palm/jpilot/Makefile /root/jpilot/Makefile --- /usr/ports/palm/jpilot/Makefile 2010-06-08 21:52:57.000000000 +0200 +++ /root/jpilot/Makefile 2011-06-17 21:59:16.000000000 +0200 @@ -7,8 +7,7 @@ # "?=" and "+=" are for including this Makefile from japanese/jpilot PORTNAME= jpilot -PORTVERSION= 1.6.2 -PORTREVISION= 4 +PORTVERSION= 1.8.1 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ @@ -25,6 +24,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} +LICENSE= GPLv2 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff -ruN --exclude=CVS /usr/ports/palm/jpilot/distinfo /root/jpilot/distinfo --- /usr/ports/palm/jpilot/distinfo 2011-03-19 13:31:48.000000000 +0100 +++ /root/jpilot/distinfo 2011-06-17 21:47:21.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (jpilot-1.6.2.tar.gz) = cbbb2469fd68d76426ea35ed96a036778d0d955ee6a0adcb56c8f0fe260da319 -SIZE (jpilot-1.6.2.tar.gz) = 1596490 +SHA256 (jpilot-1.8.1.tar.gz) = 682838e8f9634102e5721e779fa0f00ec4be747776a575794137f1ce9420291f +SIZE (jpilot-1.8.1.tar.gz) = 1582869 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/files/patch-Makefile.in /root/jpilot/files/patch-Makefile.in --- /usr/ports/palm/jpilot/files/patch-Makefile.in 2008-11-08 21:03:36.000000000 +0100 +++ /root/jpilot/files/patch-Makefile.in 2011-06-17 21:53:36.000000000 +0200 @@ -1,11 +1,11 @@ ---- Makefile.in 2008-11-06 00:38:50.000000000 +0100 -+++ Makefile.in 2008-11-06 00:40:39.000000000 +0100 -@@ -331,7 +331,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = Expense SyncTime KeyRing dialer m4 po icons docs empty -+SUBDIRS = Expense SyncTime KeyRing dialer m4 po empty +--- Makefile.in 2011-04-05 23:49:45.000000000 +0200 ++++ Makefile.in 2011-06-17 21:52:59.000000000 +0200 +@@ -356,7 +356,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons docs empty ++SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons empty EXTRA_DIST = config.rpath mkinstalldirs reconf autogen.sh \ - intltool-extract.in intltool-merge.in intltool-update.in \ + intltool-extract.in intltool-merge.in intltool-update.in gettext.h \ ChangeLog ChangeLog.cvs \