svn commit: r423685 - head/graphics/copperspice

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 10 19:33:10 UTC 2016


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/


More information about the svn-ports-all mailing list