svn commit: r389181 - head/mail/pymsgauth

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 10:17:14 UTC 2015


Author: amdmi3
Date: Thu Jun 11 10:17:13 2015
New Revision: 389181
URL: https://svnweb.freebsd.org/changeset/ports/389181

Log:
  - Add LICENSE
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2

Modified:
  head/mail/pymsgauth/Makefile

Modified: head/mail/pymsgauth/Makefile
==============================================================================
--- head/mail/pymsgauth/Makefile	Thu Jun 11 10:17:12 2015	(r389180)
+++ head/mail/pymsgauth/Makefile	Thu Jun 11 10:17:13 2015	(r389181)
@@ -3,16 +3,21 @@
 
 PORTNAME=	pymsgauth
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail python
 MASTER_SITES=	http://pyropus.ca/software/pymsgauth/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Automatically process qsecretary confirmation requests
 
+LICENSE=	GPLv2 # only
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		python shebangfix
-SHEBANG_FILES=	pymsgauth-clean pymsgauth-confirm pymsgauth-mail
+SHEBANG_FILES=	pymsgauth-clean pymsgauth-confirm pymsgauth-mail \
+		ConfParser.py pymsgauth.py
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list