Date: Tue, 14 Jul 2015 15:11:31 +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: r392016 - branches/2015Q3/net/knemo-kde4 Message-ID: <201507141511.t6EFBWi6054485@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 14 15:11:31 2015 New Revision: 392016 URL: https://svnweb.freebsd.org/changeset/ports/392016 Log: MFH: r392015 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/net/knemo-kde4/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/knemo-kde4/Makefile ============================================================================== --- branches/2015Q3/net/knemo-kde4/Makefile Tue Jul 14 15:09:50 2015 (r392015) +++ branches/2015Q3/net/knemo-kde4/Makefile Tue Jul 14 15:11:31 2015 (r392016) @@ -2,7 +2,7 @@ PORTNAME= knemo PORTVERSION= 0.7.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 12956-${PORTNAME}-${PORTVERSION} @@ -10,7 +10,8 @@ DISTNAME= 12956-${PORTNAME}-${PORTVERSIO MAINTAINER= makc@FreeBSD.org COMMENT= KDE network monitor -USES= cmake gettext tar:bzip2 +USES= cmake gettext shebangfix tar:bzip2 +SHEBANG_FILES= src/kconf_update/*.pl USE_QT4= qmake_build moc_build uic_build rcc_build USE_KDE4= kdeprefix kdelibs workspace automoc4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141511.t6EFBWi6054485>