svn commit: r460124 - head/net-im/pebrot

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 27 13:31:47 UTC 2018


Author: amdmi3
Date: Sat Jan 27 13:31:46 2018
New Revision: 460124
URL: https://svnweb.freebsd.org/changeset/ports/460124

Log:
  - Add LICENSE
  - Fix shebangs

Modified:
  head/net-im/pebrot/Makefile

Modified: head/net-im/pebrot/Makefile
==============================================================================
--- head/net-im/pebrot/Makefile	Sat Jan 27 13:26:57 2018	(r460123)
+++ head/net-im/pebrot/Makefile	Sat Jan 27 13:31:46 2018	(r460124)
@@ -3,14 +3,19 @@
 
 PORTNAME=	pebrot
 PORTVERSION=	0.8.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Text-based MSN messenger client
 
-USES=		python:2.7
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		python:2.7 shebangfix
+SHEBANG_GLOB=	*.py
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list