svn commit: r391933 - head/databases/rrdtool

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 18:47:50 UTC 2015


Author: amdmi3
Date: Mon Jul 13 18:47:49 2015
New Revision: 391933
URL: https://svnweb.freebsd.org/changeset/ports/391933

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3

Modified:
  head/databases/rrdtool/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Mon Jul 13 18:46:06 2015	(r391932)
+++ head/databases/rrdtool/Makefile	Mon Jul 13 18:47:49 2015	(r391933)
@@ -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