pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/logjam Use curl instead of libsoup-devel as networ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0acad78119af
branches:  trunk
changeset: 549186:0acad78119af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 29 02:05:47 2008 +0000

description:
Use curl instead of libsoup-devel as networking library.
Fix PLIST.

Bump PKGREVISION.

diffstat:

 net/logjam/Makefile |   7 ++++---
 net/logjam/PLIST    |  12 +++---------
 2 files changed, 7 insertions(+), 12 deletions(-)

diffs (53 lines):

diff -r b9a101aa2002 -r 0acad78119af net/logjam/Makefile
--- a/net/logjam/Makefile       Wed Oct 29 01:57:15 2008 +0000
+++ b/net/logjam/Makefile       Wed Oct 29 02:05:47 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:10 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2008/10/29 02:05:47 wiz Exp $
 #
 
 DISTNAME=      logjam-4.5.3
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    net
 MASTER_SITES=  http://logjam.danga.com/download/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,13 +15,14 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-xmms
+USE_DIRS=              xdg-1.4
 USE_LIBTOOL=           yes
 USE_TOOLS+=            perl pkg-config intltool msgfmt
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
-.include "../../net/libsoup-devel/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../textproc/gtkspell/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r b9a101aa2002 -r 0acad78119af net/logjam/PLIST
--- a/net/logjam/PLIST  Wed Oct 29 01:57:15 2008 +0000
+++ b/net/logjam/PLIST  Wed Oct 29 02:05:47 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/02 17:33:25 rillig Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/10/29 02:05:47 wiz Exp $
 bin/logjam
 man/man1/logjam.1
 share/applications/logjam.desktop
@@ -12,11 +12,5 @@
 share/locale/uk_UA/LC_MESSAGES/logjam.mo
 share/pixmaps/logjam_goat.png
 share/pixmaps/logjam_pencil.png
-@dirrm share/pixmaps
-@dirrm share/locale/uk_UA/LC_MESSAGES
-@dirrm share/locale/uk_UA
-@dirrm share/locale/ru_RU/LC_MESSAGES
-@dirrm share/locale/ru_RU
-@dirrm share/locale/en_US.UTF-8/LC_MESSAGES
-@dirrm share/locale/en_US.UTF-8
-@dirrm share/applications
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications



Home | Main Index | Thread Index | Old Index