Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 19:33:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423685 - head/graphics/copperspice
Message-ID:  <201610101933.u9AJX8LG033849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 10 19:33:08 2016
New Revision: 423685
URL: https://svnweb.freebsd.org/changeset/ports/423685

Log:
  - Cosmetic fixes
  - Fix WWW:

Modified:
  head/graphics/copperspice/Makefile
  head/graphics/copperspice/pkg-descr

Modified: head/graphics/copperspice/Makefile
==============================================================================
--- head/graphics/copperspice/Makefile	Mon Oct 10 19:32:47 2016	(r423684)
+++ head/graphics/copperspice/Makefile	Mon Oct 10 19:33:08 2016	(r423685)
@@ -52,10 +52,10 @@ BROKEN_i386=		qx11embed_x11.cpp:470:20: 
 
 post-patch:
 	# fix something wrong with v1.3.2 generatior
-	${REINPLACE_CMD} -e '/config.status:/ s/:.*/:/' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e '/config.status:/ s/:.*/:/' ${WRKSRC}/Makefile.in
 
 post-configure:
-	${REINPLACE_CMD} -e '/^hardcode_libdir_flag/ \
+	@${REINPLACE_CMD} -e '/^hardcode_libdir_flag/ \
 		s|spec=.*|spec="-Wl,-rpath,${LOCALBASE}/lib"|' \
 		${WRKSRC}/libtool
 

Modified: head/graphics/copperspice/pkg-descr
==============================================================================
--- head/graphics/copperspice/pkg-descr	Mon Oct 10 19:32:47 2016	(r423684)
+++ head/graphics/copperspice/pkg-descr	Mon Oct 10 19:33:08 2016	(r423685)
@@ -16,4 +16,4 @@ Key features:
   * A template class can inherit from QObject
   * Copperspice includes several Qt5 classes
 
-WWW: http://www.copperspice.com
+WWW: http://www.copperspice.com/



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