Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25063

Modified Files:
        snownews.info snownews.patch 
Log Message:
new version


Index: snownews.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/snownews.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- snownews.info       8 Jun 2009 09:19:01 -0000       1.5
+++ snownews.info       23 Sep 2009 19:43:41 -0000      1.6
@@ -1,5 +1,5 @@
 Package: snownews
-Version: 1.5.11
+Version: 1.5.12
 Revision: 1
 Description: Text mode RSS/RDF newsreader
 License: GPL
@@ -18,16 +18,17 @@
        libgettext3-dev,
        libiconv-dev,
        libncurses5 (>= 5.4-20041023-1006),
-       libxml2
+       libxml2,
+       system-openssl-dev
 <<
 
 # Unpack Phase
 Source: http://kiza.kcore.de/software/snownews/download/snownews-%v.tar.gz
-Source-MD5: 550e32d9c4a99608840fb09600fbe74d
+Source-MD5: 80da8943fc5aa96571924aec0087d4c0
 
 # Patch Phase
 PatchFile: %n.patch
-PatchFile-MD5: 02e38aa027460e66377e472a36658dd0
+PatchFile-MD5: dad956518897ea708bafc650f2038b63
 
 # Compile Phase 
 CompileScript: <<
@@ -69,4 +70,6 @@
 <<
 DescPackaging: <<
        Formerly maintained by Khairulmizam Samsudin
+
+       openssl is heavy approach just for md5! Upstream notified.
 <<

Index: snownews.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/snownews.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- snownews.patch      17 Apr 2008 04:17:28 -0000      1.3
+++ snownews.patch      23 Sep 2009 19:43:41 -0000      1.4
@@ -1,18 +1,27 @@
-diff -Nurd snownews-1.5.9.orig/configure snownews-1.5.9/configure
---- snownews-1.5.9.orig/configure      2008-02-17 08:43:58.000000000 -0500
-+++ snownews-1.5.9/configure   2008-04-16 23:46:52.000000000 -0400
-@@ -29,7 +29,7 @@
+diff -Nurd -x'*~' snownews-1.5.12.orig/configure snownews-1.5.12/configure
+--- snownews-1.5.12.orig/configure     2009-09-17 02:44:27.000000000 -0400
++++ snownews-1.5.12/configure  2009-09-23 15:41:09.000000000 -0400
+@@ -17,6 +17,8 @@
+ 
+ my $use_nls = 1;
+ parse_cmdl_line();
++$cflags = "-I${prefix}/lib/system-openssl/include $cflags";
++$ldflags = "-L${prefix}/lib/system-openssl/lib $ldflags";
+ 
+ 
+ ##############################
+@@ -29,7 +31,7 @@
        print "Configuring for a GNU based system... ";
  } elsif (lc($os) =~ /bsd|darwin|freemint/) {
        print "Configuring for a BSD style system... ";
 -      $cflags = $cflags.' -DSTATIC_CONST_ICONV -I/usr/local/include';
-+      $cflags = $cflags.' -DSTATIC_CONST_ICONV';
++      $cflags = $cflags;
        if ($use_nls == 1) {
                $ldflags .= ' -lintl ';
        }
-diff -Nurd snownews-1.5.9.orig/doc/man/snownews.1.in 
snownews-1.5.9/doc/man/snownews.1.in
---- snownews-1.5.9.orig/doc/man/snownews.1.in  2008-02-17 08:43:57.000000000 
-0500
-+++ snownews-1.5.9/doc/man/snownews.1.in       2008-04-16 23:42:14.000000000 
-0400
+diff -Nurd -x'*~' snownews-1.5.12.orig/doc/man/snownews.1.in 
snownews-1.5.12/doc/man/snownews.1.in
+--- snownews-1.5.12.orig/doc/man/snownews.1.in 2009-09-17 02:44:27.000000000 
-0400
++++ snownews-1.5.12/doc/man/snownews.1.in      2009-09-23 15:01:15.000000000 
-0400
 @@ -67,7 +67,7 @@
  .B 'o'
  will open the link (usually the complete news text) in the browser.
@@ -22,10 +31,10 @@
  .B 'B'
  in the main menu and entering a new default browser. Or you can edit
  the file ~/.snownews/browser. The program replaces
-diff -Nurd snownews-1.5.9.orig/main.c snownews-1.5.9/main.c
---- snownews-1.5.9.orig/main.c 2008-02-17 08:43:58.000000000 -0500
-+++ snownews-1.5.9/main.c      2008-04-16 23:45:14.000000000 -0400
-@@ -90,7 +90,9 @@
+diff -Nurd -x'*~' snownews-1.5.12.orig/main.c snownews-1.5.12/main.c
+--- snownews-1.5.12.orig/main.c        2009-09-17 02:44:27.000000000 -0400
++++ snownews-1.5.12/main.c     2009-09-23 15:06:48.000000000 -0400
+@@ -127,7 +127,9 @@
                /* Do this after everything else. If it doesn't work or hang
                   user can ctrl-c without interfering with the program 
operation
                   (like writing caches). */
@@ -35,9 +44,9 @@
                
                exit(0);
        } else {
-diff -Nurd snownews-1.5.9.orig/setup.c snownews-1.5.9/setup.c
---- snownews-1.5.9.orig/setup.c        2008-02-17 08:43:58.000000000 -0500
-+++ snownews-1.5.9/setup.c     2008-04-16 23:45:33.000000000 -0400
+diff -Nurd -x'*~' snownews-1.5.12.orig/setup.c snownews-1.5.12/setup.c
+--- snownews-1.5.12.orig/setup.c       2009-09-17 02:44:27.000000000 -0400
++++ snownews-1.5.12/setup.c    2009-09-23 15:04:02.000000000 -0400
 @@ -64,7 +64,7 @@
                configfile = fopen (file, "w+");
                if (configfile == NULL)


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to