svn commit: r375028 - head/math/bsdnt

Antoine Brodin antoine at FreeBSD.org
Sat Dec 20 17:56:53 UTC 2014


Author: antoine
Date: Sat Dec 20 17:56:52 2014
New Revision: 375028
URL: https://svnweb.freebsd.org/changeset/ports/375028
QAT: https://qat.redports.org/buildarchive/r375028/

Log:
  - Use GH_COMMIT
  - Use shebangfix instead of doing it manually

Modified:
  head/math/bsdnt/Makefile

Modified: head/math/bsdnt/Makefile
==============================================================================
--- head/math/bsdnt/Makefile	Sat Dec 20 17:54:25 2014	(r375027)
+++ head/math/bsdnt/Makefile	Sat Dec 20 17:56:52 2014	(r375028)
@@ -12,19 +12,16 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		gmake
+USES=		gmake shebangfix
+SHEBANG_FILES=	configure
 USE_GITHUB=	yes
 GH_ACCOUNT=	wbhart
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	72e20a7
+GH_COMMIT=	72e20a7
 
 USE_LDCONFIG=	yes
 
-WRKSRC=		${WRKDIR}/wbhart-${PORTNAME}-${GH_TAGNAME}
-
-pre-configure:
-	@${REINPLACE_CMD} -e "s,#!/bin/bash,#!${LOCALBASE}/bin/bash," ${WRKSRC}/configure
-
 do-configure:
 	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./configure --prefix=${STAGEDIR}${PREFIX} CC=cc CXX=c++ AS=cc
 


More information about the svn-ports-head mailing list