pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xulrunner fix typo in libxul.pc patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a44f74c46eed
branches:  trunk
changeset: 398850:a44f74c46eed
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Sep 09 18:15:37 2009 +0000

description:
fix typo in libxul.pc patch

diffstat:

 devel/xulrunner/Makefile         |  4 ++--
 devel/xulrunner/distinfo         |  4 ++--
 devel/xulrunner/patches/patch-pb |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 7d2d3881d677 -r a44f74c46eed devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile  Wed Sep 09 17:41:54 2009 +0000
+++ b/devel/xulrunner/Makefile  Wed Sep 09 18:15:37 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2009/09/09 17:01:07 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2009/09/09 18:15:37 tnn Exp $
 #
 
 DISTNAME=      xulrunner-${XULRUNNER_VER}-source
 PKGNAME=       ${DISTNAME:S/-source//}
 XULRUNNER_VER= 1.9.1.2
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=xulrunner/releases/${XULRUNNER_VER}/source/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 7d2d3881d677 -r a44f74c46eed devel/xulrunner/distinfo
--- a/devel/xulrunner/distinfo  Wed Sep 09 17:41:54 2009 +0000
+++ b/devel/xulrunner/distinfo  Wed Sep 09 18:15:37 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2009/09/09 17:01:07 tnn Exp $
+$NetBSD: distinfo,v 1.5 2009/09/09 18:15:37 tnn Exp $
 
 SHA1 (xulrunner-1.9.1.2-source.tar.bz2) = 6439923ff9d316297926ebe193bac3ac1a41b494
 RMD160 (xulrunner-1.9.1.2-source.tar.bz2) = d5e0b5f0e8b19b216394584ccabf37d776b89a39
@@ -43,7 +43,7 @@
 SHA1 (patch-nc) = f2a3cc803a114702e856947c25fd79baa85b0e26
 SHA1 (patch-nd) = f5156ca4d1e61dd1b355bbaa5ebd9cc490d8d865
 SHA1 (patch-pa) = d03ef72ea7efceef5e2f12a245950b9a587ace82
-SHA1 (patch-pb) = 32da908450ab463971bea1aafc9d6e37b1e78c0f
+SHA1 (patch-pb) = 33c70e16d489c6e6e660096e49b5f12b7a265328
 SHA1 (patch-pc) = baa2c72df21c6ddda65bdb435561323f4ee008ff
 SHA1 (patch-pd) = b87adef8cfb53d4a1926f4bab5481dd1b9cf14ab
 SHA1 (patch-pe) = 3e4db1032a1e1f26f3a4e86653804b435aaf3ee8
diff -r 7d2d3881d677 -r a44f74c46eed devel/xulrunner/patches/patch-pb
--- a/devel/xulrunner/patches/patch-pb  Wed Sep 09 17:41:54 2009 +0000
+++ b/devel/xulrunner/patches/patch-pb  Wed Sep 09 18:15:37 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-pb,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
+$NetBSD: patch-pb,v 1.2 2009/09/09 18:15:37 tnn Exp $
 
 --- xulrunner/installer/libxul.pc.in.orig      2009-06-29 18:15:36.000000000 +0200
 +++ xulrunner/installer/libxul.pc.in
@@ -7,5 +7,5 @@
  Version: %MOZILLA_VERSION%
  Requires: %NSPR_NAME% >= %NSPR_VERSION%
 -Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
-+Libs: -Wl,-R{$prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
++Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
  Cflags: -I${includedir}/${includetype} %WCHAR_CFLAGS%



Home | Main Index | Thread Index | Old Index