svn commit: r398280 - head/www/mod_auth_tkt

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 1 15:05:38 UTC 2015


Author: amdmi3
Date: Thu Oct  1 15:05:37 2015
New Revision: 398280
URL: https://svnweb.freebsd.org/changeset/ports/398280

Log:
  - Fix shebangs
  - Silence post-patch
  
  Approved by:	portmgr blanket

Modified:
  head/www/mod_auth_tkt/Makefile

Modified: head/www/mod_auth_tkt/Makefile
==============================================================================
--- head/www/mod_auth_tkt/Makefile	Thu Oct  1 15:02:08 2015	(r398279)
+++ head/www/mod_auth_tkt/Makefile	Thu Oct  1 15:05:37 2015	(r398280)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mod_auth_tkt
 PORTVERSION=	2.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/kuriyama \
 		http://www.openfusion.com.au/labs/dist/mod_auth_tkt/
@@ -10,6 +10,9 @@ MASTER_SITES=	LOCAL/kuriyama \
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Lightweight single-sign-on authentication module for apache
 
+USES=		shebangfix
+SHEBANG_FILES=	../cgi/login.cgi \
+		../cgi/logout.cgi
 USE_APACHE=	22+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 PATCH_WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -29,7 +32,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 .endif
 
 post-patch:
-	${REINPLACE_CMD} -e 's|.usr/share/man|${STAGEDIR}${PREFIX}/man|' ${WRKSRC}/../Makedefs
+	@${REINPLACE_CMD} -e 's|.usr/share/man|${STAGEDIR}${PREFIX}/man|' ${WRKSRC}/../Makedefs
 
 post-build:
 	cd ${WRKSRC}/../doc; ${MAKE} all


More information about the svn-ports-head mailing list