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

(-)/root/jpilot/Makefile (-2 / +2 lines)
Lines 7-14 Link Here
7
 # "?=" and "+=" are for including this Makefile from japanese/jpilot
7
 # "?=" and "+=" are for including this Makefile from japanese/jpilot
8
  PORTNAME=	jpilot
8
  PORTNAME=	jpilot
9
PORTVERSION=	1.6.2
9
PORTVERSION=	1.8.1
10
PORTREVISION=	4
11
 CATEGORIES+=	palm comms
10
 CATEGORIES+=	palm comms
12
 MASTER_SITES= 
11
 MASTER_SITES= 
13
 		http://jpilot.org/
12
 		http://jpilot.org/
Lines 25-30 Link Here
25
 CONFIGURE_ENV+=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
24
 CONFIGURE_ENV+=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
26
 		LDFLAGS="-L${LOCALBASE}/lib"
25
 		LDFLAGS="-L${LOCALBASE}/lib"
27
 CONFIGURE_ARGS+=	--with-pilot-prefix=${LOCALBASE}
26
 CONFIGURE_ARGS+=	--with-pilot-prefix=${LOCALBASE}
27
LICENSE=	GPLv2
28
  .if !defined(WITHOUT_NLS)
28
  .if !defined(WITHOUT_NLS)
29
 USE_GETTEXT=	yes
29
 USE_GETTEXT=	yes
(-)/root/jpilot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (jpilot-1.6.2.tar.gz) = 
1
SHA256 (jpilot-1.8.1.tar.gz) = 
2
SIZE (jpilot-1.6.2.tar.gz) = 1596490
2
SIZE (jpilot-1.8.1.tar.gz) = 1582869
(-)/root/jpilot/files/patch-Makefile.in (-9 / +9 lines)
Lines 1-11 Link Here
1
--- Makefile.in	2008-11-06 00:38:50.000000000 +0100
1
--- Makefile.in	2011-04-05 23:49:45.000000000 +0200
2
+++ Makefile.in	2008-11-06 00:40:39.000000000 +0100
2
+++ Makefile.in	2011-06-17 21:52:59.000000000 +0200
3
@@ -331,7 +331,7 @@
3
@@ -356,7 +356,7 @@
4
 sharedstatedir = @sharedstatedir@
4
 top_build_prefix = @top_build_prefix@
5
 sysconfdir = @sysconfdir@
5
 top_builddir = @top_builddir@
6
 target_alias = @target_alias@
6
 top_srcdir = @top_srcdir@
7
-SUBDIRS = Expense SyncTime KeyRing dialer m4 po icons docs empty
7
-SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons docs empty
8
+SUBDIRS = Expense SyncTime KeyRing dialer m4 po empty
8
+SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons empty
9
  EXTRA_DIST = config.rpath mkinstalldirs reconf autogen.sh \
9
  EXTRA_DIST = config.rpath mkinstalldirs reconf autogen.sh \
10
 	intltool-extract.in intltool-merge.in intltool-update.in \
10
 	intltool-extract.in intltool-merge.in intltool-update.in gettext.h \
11
  	ChangeLog ChangeLog.cvs \
11
  	ChangeLog ChangeLog.cvs \

Return to bug 157991