mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Update to 0.12.4
PR: 138621 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
This commit is contained in:
parent
9fa974f29d
commit
43f0827bf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241066
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= pilot-link
|
||||
PORTVERSION= 0.12.3
|
||||
PORTVERSION= 0.12.4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= palm comms
|
||||
MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
|
||||
http://katerina.frederic.k12.wi.us/mirror/pilot-link/
|
||||
MASTER_SITES= http://downloads.pilot-link.org/ \
|
||||
ftp://ftp.estpak.ee/pub/archlinux/sources/
|
||||
|
||||
MAINTAINER= samm@os2.kiev.ua
|
||||
COMMENT= Suite of tools used to connect and sync your Palm handled
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pilot-link-0.12.3.tar.bz2) = 257124484d50552679c53cae8e118aa3
|
||||
SHA256 (pilot-link-0.12.3.tar.bz2) = f5ed3f1d70349ff5ef95e6d1aa5b2ea9ad4b4d720e7d83cacc1003a950d4c476
|
||||
SIZE (pilot-link-0.12.3.tar.bz2) = 960812
|
||||
MD5 (pilot-link-0.12.4.tar.bz2) = a62baf6fd709c6a3d93077abda936e7a
|
||||
SHA256 (pilot-link-0.12.4.tar.bz2) = d4441cf6b35a530c093f9895be4fe661f484cd71c64b700caa5c08de15df6fd3
|
||||
SIZE (pilot-link-0.12.4.tar.bz2) = 1576699
|
||||
|
@ -1,15 +1,17 @@
|
||||
--- ltmain.sh.orig Fri Sep 22 15:15:14 2006
|
||||
+++ ltmain.sh Fri Sep 22 15:15:24 2006
|
||||
@@ -6003,10 +6003,12 @@
|
||||
--- ltmain.sh.orig 2009-05-25 07:33:24.000000000 +0300
|
||||
+++ ltmain.sh 2009-09-08 01:58:54.000000000 +0300
|
||||
@@ -2077,10 +2077,10 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
- func_basename "$file"
|
||||
- name="$func_basename_result"
|
||||
- instname="$dir/$name"i
|
||||
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
|
||||
+# func_basename "$file"
|
||||
+# name="$func_basename_result"
|
||||
+# instname="$dir/$name"i
|
||||
+# func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
||||
|
@ -74,6 +74,9 @@ include/pi-util.h
|
||||
include/pi-veo.h
|
||||
include/pi-versamail.h
|
||||
include/pi-version.h
|
||||
include/pi-blob.h
|
||||
include/pi-calendar.h
|
||||
include/pi-location.h
|
||||
lib/libpisock.a
|
||||
lib/libpisock.so
|
||||
lib/libpisock.so.9
|
||||
|
Loading…
Reference in New Issue
Block a user