Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 10:17:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389181 - head/mail/pymsgauth
Message-ID:  <201506111017.t5BAHEhw067860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111017.t5BAHEhw067860>