svn commit: r354866 - head/databases/mariadb55-server

Michael Gmelin grembo at FreeBSD.org
Thu May 22 16:08:27 UTC 2014


Author: grembo
Date: Thu May 22 16:08:26 2014
New Revision: 354866
URL: http://svnweb.freebsd.org/changeset/ports/354866
QAT: https://qat.redports.org/buildarchive/r354866/

Log:
  The port creates perl scripts that use /usr/bin/perl, therefore
  shebangfix has been implemented to make stage-qa stop complaining.
  This also fixes databases/mariadb55-client, which is a slave port.
  
  Reviewed by:	bapt (mentor)
  Approved by:	bapt (mentor)

Modified:
  head/databases/mariadb55-server/Makefile

Modified: head/databases/mariadb55-server/Makefile
==============================================================================
--- head/databases/mariadb55-server/Makefile	Thu May 22 16:02:35 2014	(r354865)
+++ head/databases/mariadb55-server/Makefile	Thu May 22 16:08:26 2014	(r354866)
@@ -22,7 +22,8 @@ SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 SLAVEDIRS=	databases/mariadb55-client
-USES=		cmake gmake
+USES=		cmake gmake shebangfix
+SHEBANG_FILES=	scripts/*.sh
 NO_OPTIONS_SORT=yes
 
 OPTIONS_DEFINE+=	SSL OPENSSL PORTSSL FASTMTX


More information about the svn-ports-all mailing list