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

(-)/root/tmp/pilot-link/Makefile (-3 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	pilot-link
8
PORTNAME=	pilot-link
9
PORTVERSION=	0.12.3
9
PORTVERSION=	0.12.4
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	palm comms
11
CATEGORIES=	palm comms
12
MASTER_SITES=	http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
12
MASTER_SITES=	http://downloads.pilot-link.org/ \
13
		http://katerina.frederic.k12.wi.us/mirror/pilot-link/
13
		ftp://ftp.estpak.ee/pub/archlinux/sources/
14
14
15
MAINTAINER=	samm@os2.kiev.ua
15
MAINTAINER=	samm@os2.kiev.ua
16
COMMENT=	Suite of tools used to connect and sync your Palm handled
16
COMMENT=	Suite of tools used to connect and sync your Palm handled
(-)/root/tmp/pilot-link/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pilot-link-0.12.3.tar.bz2) = 257124484d50552679c53cae8e118aa3
1
MD5 (pilot-link-0.12.4.tar.bz2) = a62baf6fd709c6a3d93077abda936e7a
2
SHA256 (pilot-link-0.12.3.tar.bz2) = f5ed3f1d70349ff5ef95e6d1aa5b2ea9ad4b4d720e7d83cacc1003a950d4c476
2
SHA256 (pilot-link-0.12.4.tar.bz2) = d4441cf6b35a530c093f9895be4fe661f484cd71c64b700caa5c08de15df6fd3
3
SIZE (pilot-link-0.12.3.tar.bz2) = 960812
3
SIZE (pilot-link-0.12.4.tar.bz2) = 1576699
(-)/root/tmp/pilot-link/files/patch-ltmain.sh (-9 / +11 lines)
Lines 1-15 Link Here
1
--- ltmain.sh.orig	Fri Sep 22 15:15:14 2006
1
--- ltmain.sh.orig	2009-05-25 07:33:24.000000000 +0300
2
+++ ltmain.sh	Fri Sep 22 15:15:24 2006
2
+++ ltmain.sh	2009-09-08 01:58:54.000000000 +0300
3
@@ -6003,10 +6003,12 @@
3
@@ -2077,10 +2077,10 @@
4
 	fi
4
 	fi
5
 
5
 
6
 	# Install the pseudo-library for information purposes.
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false ; then
7
-	func_basename "$file"
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
8
-	name="$func_basename_result"
9
 	instname="$dir/$name"i
9
-	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
10
-	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
11
+#	func_basename "$file"
12
+	fi
12
+#	name="$func_basename_result"
13
+#	instname="$dir/$name"i
14
+#	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
13
 
15
 
14
 	# Maybe install the static library, too.
16
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
17
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)/root/tmp/pilot-link/pkg-plist (+3 lines)
Lines 74-79 Link Here
74
include/pi-veo.h
74
include/pi-veo.h
75
include/pi-versamail.h
75
include/pi-versamail.h
76
include/pi-version.h
76
include/pi-version.h
77
include/pi-blob.h
78
include/pi-calendar.h
79
include/pi-location.h
77
lib/libpisock.a
80
lib/libpisock.a
78
lib/libpisock.so
81
lib/libpisock.so
79
lib/libpisock.so.9
82
lib/libpisock.so.9

Return to bug 138621