svn commit: r391937 - branches/2015Q3/databases/rrdtool

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 18:59:21 UTC 2015


Author: amdmi3
Date: Mon Jul 13 18:59:20 2015
New Revision: 391937
URL: https://svnweb.freebsd.org/changeset/ports/391937

Log:
  MFH: r391933
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/databases/rrdtool/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/databases/rrdtool/Makefile
==============================================================================
--- branches/2015Q3/databases/rrdtool/Makefile	Mon Jul 13 18:57:08 2015	(r391936)
+++ branches/2015Q3/databases/rrdtool/Makefile	Mon Jul 13 18:59:20 2015	(r391937)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rrdtool
 PORTVERSION=	1.4.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	databases graphics
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
 
@@ -17,7 +17,8 @@ CONFLICTS=	rrdtool10-* rrdtool12-*
 USE_RC_SUBR=	rrdcached
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig shebangfix
+SHEBANG_FILES=	examples/rrdcached/rrdcached-size.pl
 USE_GNOME=	glib20 libxml2
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list