Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21908/crypto/finkinfo

Modified Files:
        gaim-ssl.info irssi-ssl.info irssi-ssl.patch 
Removed Files:
        xchat-ssl.info xchat-ssl.patch 
Log Message:
Movings lots of my packages to stable (I didn't get much feedback on most -- 
but also no complaints)

--- xchat-ssl.info DELETED ---

Index: gaim-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/gaim-ssl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gaim-ssl.info       13 Jan 2007 09:02:47 -0000      1.6
+++ gaim-ssl.info       25 Feb 2007 13:52:52 -0000      1.7
@@ -1,16 +1,66 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
 Package: gaim-ssl
-Version: 1.3.1
-Revision: 1012
+Version: 1.5.0
+Revision: 1015
 BuildDependsOnly: False
 Maintainer: Max Horn <[EMAIL PROTECTED]>
-BuildDepends: pkgconfig, gtk+2-dev, atk1, pango1-xft2-dev, glib2-dev (>= 
2.6.6-1111), libao2, audiofile, startup-notification-dev, gtkspell2-dev (>= 
2.0.4-1), aspell-dev (>= 0.50.5-1002), gettext-dev, gettext-bin, gettext-tools, 
libiconv-dev, mozilla-dev (>= 1.7.5-1102)
-Depends: gtk+2-shlibs, pango1, libao2-shlibs, audiofile-shlibs, 
startup-notification-shlibs, gtkspell2-shlibs (>= 2.0.4-1), mozilla-shlibs (>= 
1.7.5-1102)
+BuildDepends: <<
+  aspell-dev (>= 0.50.5-1002),
+  atk1,
+  audiofile,
+  gettext-bin,
+  libgettext3-dev,
+  gettext-tools,
+  glib2-dev (>= 2.12.0-1),
+  gnutls12,
+  gtk+2-dev,
+  gtkspell2-dev (>= 2.0.4-1),
+  libao2,
+  libgcrypt,
+  libgpg-error,
+  libiconv-dev,
+  pango1-xft2-dev,
+  pkgconfig,
+  pth,
+  startup-notification-dev,
+  x11-dev
+<<
+Depends: <<
+  audiofile-shlibs,
+  gnutls12-shlibs,
+  gtk+2-shlibs,
+  gtkspell2-shlibs (>= 2.0.4-1),
+  libao2-shlibs,
+  pango1-xft2,
+  startup-notification-shlibs
+<<
 Conflicts: gaim
 Replaces: gaim
 Source: mirror:sourceforge:gaim/gaim-%v.tar.bz2
-Source-MD5: a76e59c5093773169fbb232782a2f116
+Source-MD5: 9205321ac11fad271c90f2f0d7c5e7ce
 Patch: %n.patch
-ConfigureParams: --mandir=%p/share/man --disable-perl 
--disable-dependency-tracking --enable-gnutls=no --enable-nss=yes
+ConfigureParams: <<
+  --mandir=%p/share/man \
+  --disable-perl \
+  --disable-dependency-tracking \
+  --enable-gnutls=yes \
+  --enable-nss=no
+<<
 InstallScript: make install DESTDIR=%d
 SetCFlags: -O
 DocFiles: <<

--- xchat-ssl.patch DELETED ---

Index: irssi-ssl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/irssi-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- irssi-ssl.patch     20 Jan 2006 20:15:33 -0000      1.1
+++ irssi-ssl.patch     25 Feb 2007 13:52:52 -0000      1.2
@@ -15,3 +15,15 @@
  
            CURSES_LIBS="-L$withval/lib -lncurses"
            echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
+--- irssi-0.8.10/src/irc/dcc/Backup/dcc.c.~1~  2005-12-08 18:32:48.000000000 
+0100
++++ irssi-0.8.10/src/irc/dcc/dcc.c     2006-01-17 08:51:35.000000000 +0100
+@@ -58,8 +58,8 @@
+ 
+       pos = gslist_find_string(dcc_types, type);
+       if (pos != NULL) {
+-                dcc_types = g_slist_remove(dcc_types, pos->data);
+               g_free(pos->data);
++                dcc_types = g_slist_remove(dcc_types, pos->data);
+       }
+ }
+ 

Index: irssi-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/irssi-ssl.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- irssi-ssl.info      13 Jan 2007 09:02:47 -0000      1.5
+++ irssi-ssl.info      25 Feb 2007 13:52:52 -0000      1.6
@@ -1,28 +1,46 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
 Package: irssi-ssl
-Version: 0.8.9
-Revision: 1041
+Version: 0.8.10a
+Revision: 1012
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: <<
  openssl097-dev,
- glib2-dev (>= 2.6.6-1111),
+ glib2-dev,
  fink (>= 0.13.0-1),
  libncurses5 (>= 5.4-20041023-1006),
  pkgconfig,
- gettext-dev,
+ libgettext3-dev,
  libiconv-dev
 <<
 Depends: <<
  openssl097-shlibs,
- glib2-shlibs (>= 2.6.6-1111),
+ glib2-shlibs,
  libncurses5-shlibs (>= 5.4-20041023-1006),
+ libgettext3-shlibs,
+ libiconv,
  perl586-core
 <<
 Conflicts: irssi
 Replaces: irssi
 Source: http://www.irssi.org/files/irssi-%v.tar.bz2
-Source-MD5: 6610ee0e27922f447e40828cf7dee507
+SourceDirectory: irssi-0.8.10
+Source-MD5: 38e616bccb6a34ff6d91690317c2fa19
 Patch: %n.patch
-PatchScript: perl -pi -e 's|#include "config.h"|#include "%b/config.h"|' 
src/common.h
 ConfigureParams: <<
  --with-modules \
  --with-ncurses=%p \
@@ -72,7 +90,10 @@
 
  Update the podfiles manually, due to fink changes for Type: perl
  Enabled IRC proxy support
- Force usage of the correct config.h to allow compilation with GCC 4.0
+<<
+DescPort: <<
+  Patch memory leak in /quit
+  See http://bugs.irssi.org/index.php?do=details&id=369
 <<
 Homepage: http://www.irssi.org/
 License: Restrictive


-------------------------------------------------------------------------
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