Date: Tue, 14 Jul 2015 19:47:55 +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: r392060 - branches/2015Q3/net-im/mu-conference Message-ID: <201507141947.t6EJlt4f001351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 14 19:47:54 2015 New Revision: 392060 URL: https://svnweb.freebsd.org/changeset/ports/392060 Log: MFH: r392059 - Fix shebangs - Add LICENSE_FILE Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/net-im/mu-conference/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-im/mu-conference/Makefile ============================================================================== --- branches/2015Q3/net-im/mu-conference/Makefile Tue Jul 14 19:46:18 2015 (r392059) +++ branches/2015Q3/net-im/mu-conference/Makefile Tue Jul 14 19:47:54 2015 (r392060) @@ -3,7 +3,7 @@ PORTNAME= mu-conference PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://download.gna.org/mu-conference/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,11 +12,13 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn -USES= pkgconfig +USES= pkgconfig shebangfix +SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141947.t6EJlt4f001351>