Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30353

Modified Files:
        privoxy.info privoxy.patch 
Log Message:
use POSIX-compliant echo


Index: privoxy.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/privoxy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- privoxy.patch       20 Jan 2006 20:28:28 -0000      1.1
+++ privoxy.patch       16 Dec 2006 23:34:11 -0000      1.2
@@ -144,7 +144,7 @@
 +cd @PREFIX@/var/log/@PACKAGE@
 +for i in privoxy.log jarfile; do
 +    if [ -f "${i}" ]; then
-+      echo -n " $i"
++      /bin/echo " $i\c"
 +      if [ -x /usr/bin/gzip ]; then gzext=".gz"; else gzext=""; fi
 +      if [ -f "${i}.3${gzext}" ]; then mv -f "${i}.3${gzext}" 
"${i}.4${gzext}"; fi
 +      if [ -f "${i}.2${gzext}" ]; then mv -f "${i}.2${gzext}" 
"${i}.3${gzext}"; fi

Index: privoxy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/privoxy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- privoxy.info        20 Jan 2006 20:28:28 -0000      1.1
+++ privoxy.info        16 Dec 2006 23:34:11 -0000      1.2
@@ -3,14 +3,14 @@
 ##
 Package: privoxy
 Version: 3.0.0
-Revision: 3
+Revision: 4
 Description: Privacy Enhancing Proxy
 License: GPL
 Maintainer: Nigel Stanger <[EMAIL PROTECTED]>
 ##
 ## Dependencies
 ##
-BuildDepends: autoconf2.5
+BuildDepends: autoconf2.5, fink (>= 0.24.12)
 Depends: daemonic, cron-service
 Replaces: junkbuster
 Conflicts: junkbuster
@@ -23,7 +23,9 @@
 ##
 ## Patch phase
 ##
-PatchScript: sed -e 's|@PREFIX@|%p|g' -e 's|@PACKAGE@|%n|g' < %a/%n.patch | 
patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: d0f37a028243720af5e519cc7b9096a3
+PatchScript: sed -e 's|@PREFIX@|%p|g' -e 's|@PACKAGE@|%n|g' < %{PatchFile} | 
patch -p1
 ##
 ## Compile phase
 ##


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to