svn commit: r392060 - branches/2015Q3/net-im/mu-conference

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:47:55 UTC 2015


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 at 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}
 


More information about the svn-ports-branches mailing list