Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 18:43:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r396697 - branches/2015Q3/finance/ktoblzcheck
Message-ID:  <201509111843.t8BIhoLV085613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 11 18:43:49 2015
New Revision: 396697
URL: https://svnweb.freebsd.org/changeset/ports/396697

Log:
  MFH: r396696
  
  This needs perl as both build and run dependency
  
  - It installs perl scripts into DATADIR
  - Unless perl is available at buildtime it'll use incorrect shebangs for these scripts
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2015Q3/finance/ktoblzcheck/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/finance/ktoblzcheck/Makefile
==============================================================================
--- branches/2015Q3/finance/ktoblzcheck/Makefile	Fri Sep 11 18:42:50 2015	(r396696)
+++ branches/2015Q3/finance/ktoblzcheck/Makefile	Fri Sep 11 18:43:49 2015	(r396697)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ktoblzcheck
 PORTVERSION=	1.48
+PORTREVISION=	1
 CATEGORIES=	finance german
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -12,7 +13,7 @@ COMMENT=	Check bank codes of German bank
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pathfix
+USES=		libtool pathfix perl5
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111843.t8BIhoLV085613>