svn commit: r404300 - branches/2015Q4/german/bugzilla44

Olli Hauer ohauer at FreeBSD.org
Wed Dec 23 15:31:19 UTC 2015


Author: ohauer
Date: Wed Dec 23 15:31:17 2015
New Revision: 404300
URL: https://svnweb.freebsd.org/changeset/ports/404300

Log:
  MFH: r404286
  
  - fix against bugzilla 4.4.11
  - use WRKSRC instead WRKDIR
  
  Approved by:	portmgr (feld@)

Modified:
  branches/2015Q4/german/bugzilla44/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/german/bugzilla44/Makefile
==============================================================================
--- branches/2015Q4/german/bugzilla44/Makefile	Wed Dec 23 15:30:37 2015	(r404299)
+++ branches/2015Q4/german/bugzilla44/Makefile	Wed Dec 23 15:31:17 2015	(r404300)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bugzilla
 PORTVERSION=	4.4.10
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	german
 MASTER_SITES=	SF/bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-de-${PORTVERSION}-1.utf-8
@@ -16,7 +16,7 @@ NO_WRKSUBDIR=	yes
 
 # adjust BZ_REVNUM if bugzilla revision was incremented and there are no
 # changes in bugzilla/templates/en. If not used simply comment the line.
-#BZ_REVNUM=	10
+BZ_REVNUM=	11
 
 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"
 
@@ -25,8 +25,8 @@ LANGDIR=	${WWWDIR}/template/de
 .if defined(BZ_REVNUM) && !empty(BZ_REVNUM)
 post-patch:
 	${REINPLACE_CMD} -e 's/${PORTVERSION}/${PORTVERSION:R}.${BZ_REVNUM}/' \
-		${WRKDIR}/de/default/global/gzversion.html.tmpl
-	@${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete
+		${WRKSRC}/de/default/global/gzversion.html.tmpl
+	@${FIND} ${WRKSRC}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete
 .endif
 
 do-install:


More information about the svn-ports-all mailing list