Date: Tue, 25 Jan 2011 22:34:53 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r486 - branches/experimental/www/kompozer branches/experimental/www/kompozer/files trunk/www/kompozer trunk/www/kompozer/files Message-ID: <201101252234.p0PMYrH9059648@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Tue Jan 25 22:34:52 2011 New Revision: 486 Log: - Fix pkg-config file - Bump PORTREVISION PR: ports/151378 Submitted by: swills@ Modified: branches/experimental/www/kompozer/Makefile branches/experimental/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in trunk/www/kompozer/Makefile trunk/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in Modified: branches/experimental/www/kompozer/Makefile ============================================================================== --- branches/experimental/www/kompozer/Makefile Thu Jan 20 14:57:27 2011 (r485) +++ branches/experimental/www/kompozer/Makefile Tue Jan 25 22:34:52 2011 (r486) @@ -2,11 +2,13 @@ # Date created: August 21, 2004 # Whom: Thierry Thomas <thierry@pompo.net> # -# $FreeBSD: ports/www/kompozer/Makefile,v 1.42 2009/08/22 00:38:10 amdmi3 Exp $ +# $FreeBSD: ports/www/kompozer/Makefile,v 1.48 2010/03/28 06:44:51 dinoex Exp $ +# $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # PORTNAME= kompozer DISTVERSION= 0.8b3 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/current/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-src Modified: branches/experimental/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in ============================================================================== --- branches/experimental/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in Thu Jan 20 14:57:27 2011 (r485) +++ branches/experimental/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in Tue Jan 25 22:34:52 2011 (r486) @@ -1,8 +1,9 @@ ---- build/unix/mozilla-xpcom.pc.in.orig Thu Jun 24 12:23:09 2004 -+++ build/unix/mozilla-xpcom.pc.in Thu Jun 24 12:23:18 2004 -@@ -8,4 +8,4 @@ +--- build/unix/mozilla-xpcom.pc.in.orig 2009-05-02 12:41:00.000000000 -0400 ++++ build/unix/mozilla-xpcom.pc.in 2010-10-10 21:56:08.718545662 -0400 +@@ -8,5 +8,4 @@ + Description: The Mozilla Cross Platform Component Library Version: %MOZILLA_VERSION% - Requires: mozilla-nspr = %MOZILLA_VERSION% - Libs: -L${libdir} -lxpcom --Cflags: -I${includedir}/xpcom -I${includedir}/string + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${libdir} -lxpcom +-Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string +Cflags: -I${includedir}/xpcom -I${includedir}/string -I${includedir} Modified: trunk/www/kompozer/Makefile ============================================================================== --- trunk/www/kompozer/Makefile Thu Jan 20 14:57:27 2011 (r485) +++ trunk/www/kompozer/Makefile Tue Jan 25 22:34:52 2011 (r486) @@ -2,12 +2,13 @@ # Date created: August 21, 2004 # Whom: Thierry Thomas <thierry@pompo.net> # -# $FreeBSD: ports/www/kompozer/Makefile,v 1.42 2009/08/22 00:38:10 amdmi3 Exp $ +# $FreeBSD: ports/www/kompozer/Makefile,v 1.48 2010/03/28 06:44:51 dinoex Exp $ # $MCom: ports/www/nvu/Makefile,v 1.5 2006/07/18 15:07:36 ahze Exp $ # PORTNAME= kompozer DISTVERSION= 0.8b3 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/current/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-src Modified: trunk/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in ============================================================================== --- trunk/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in Thu Jan 20 14:57:27 2011 (r485) +++ trunk/www/kompozer/files/patch-build_unix_mozilla-xpcom.pc.in Tue Jan 25 22:34:52 2011 (r486) @@ -1,8 +1,9 @@ ---- build/unix/mozilla-xpcom.pc.in.orig Thu Jun 24 12:23:09 2004 -+++ build/unix/mozilla-xpcom.pc.in Thu Jun 24 12:23:18 2004 -@@ -8,4 +8,4 @@ +--- build/unix/mozilla-xpcom.pc.in.orig 2009-05-02 12:41:00.000000000 -0400 ++++ build/unix/mozilla-xpcom.pc.in 2010-10-10 21:56:08.718545662 -0400 +@@ -8,5 +8,4 @@ + Description: The Mozilla Cross Platform Component Library Version: %MOZILLA_VERSION% - Requires: mozilla-nspr = %MOZILLA_VERSION% - Libs: -L${libdir} -lxpcom --Cflags: -I${includedir}/xpcom -I${includedir}/string + Requires: %NSPR_NAME% >= %NSPR_VERSION% +-Libs: -L${libdir} -lxpcom +-Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string +Cflags: -I${includedir}/xpcom -I${includedir}/string -I${includedir}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101252234.p0PMYrH9059648>