Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 13:48:11 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323290 - in head: math/chaco net-im/hotot
Message-ID:  <201307191348.r6JDmBEJ087763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Jul 19 13:48:11 2013
New Revision: 323290
URL: http://svnweb.freebsd.org/changeset/ports/323290

Log:
  Small, non-functional changes (cleanups).

Modified:
  head/math/chaco/Makefile
  head/net-im/hotot/Makefile

Modified: head/math/chaco/Makefile
==============================================================================
--- head/math/chaco/Makefile	Fri Jul 19 13:21:20 2013	(r323289)
+++ head/math/chaco/Makefile	Fri Jul 19 13:48:11 2013	(r323290)
@@ -15,7 +15,6 @@ COMMENT=	Software for partitioning graph
 
 USES=		gmake
 MAKE_ARGS=	CFLAGS="${CFLAGS}"
-ALL_TARGET=	#
 WRKSRC=		${WRKDIR}/${DISTNAME}/code
 
 OPTIONS_DEFINE=	DOCS EXAMPLES

Modified: head/net-im/hotot/Makefile
==============================================================================
--- head/net-im/hotot/Makefile	Fri Jul 19 13:21:20 2013	(r323289)
+++ head/net-im/hotot/Makefile	Fri Jul 19 13:48:11 2013	(r323290)
@@ -62,8 +62,8 @@ post-patch:
 # Remove `sourceid' parameter from Google search string
 	@${REINPLACE_CMD} -e 's,sourceid=chrome&,,' \
 		${WRKSRC}/data/js/ui.context_menu.js
-# Sanitize font selection list and correct version
-	@${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/ ; /version/s,11,${PORTVERSION:E}," \
+# Sanitize font selection list
+	@${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/" \
 		${WRKSRC}/data/js/conf.js
 # Remove stale backup files (prevent pkg-plist pollution)
 	@${FIND} ${WRKSRC} -type f -name '*.bak' -delete



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307191348.r6JDmBEJ087763>