svn commit: r396696 - head/finance/ktoblzcheck

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 11 18:42:52 UTC 2015


Author: amdmi3
Date: Fri Sep 11 18:42:50 2015
New Revision: 396696
URL: https://svnweb.freebsd.org/changeset/ports/396696

Log:
  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
  MFH:		2015Q3 (blanket)

Modified:
  head/finance/ktoblzcheck/Makefile

Modified: head/finance/ktoblzcheck/Makefile
==============================================================================
--- head/finance/ktoblzcheck/Makefile	Fri Sep 11 18:32:50 2015	(r396695)
+++ head/finance/ktoblzcheck/Makefile	Fri Sep 11 18:42:50 2015	(r396696)
@@ -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


More information about the svn-ports-all mailing list