pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pymsgauth Requires Python 2.x. While here, set LI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7083cb78b00
branches:  trunk
changeset: 362799:c7083cb78b00
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri May 26 01:35:58 2017 +0000

description:
Requires Python 2.x. While here, set LICENSE. Bump PKGREVISION.

diffstat:

 mail/pymsgauth/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 9a6b1f63fc50 -r c7083cb78b00 mail/pymsgauth/Makefile
--- a/mail/pymsgauth/Makefile   Thu May 25 21:46:12 2017 +0000
+++ b/mail/pymsgauth/Makefile   Fri May 26 01:35:58 2017 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.13 2014/05/17 16:10:46 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/05/26 01:35:58 schmonz Exp $
 #
 
 DISTNAME=              pymsgauth-2.1.0
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://pyropus.ca/software/pymsgauth/
 COMMENT=               Automatically process qsecretary confirmation requests
+LICENSE=               gnu-gpl-v2
 
 PYMSGAUTH_PROGRAMS=    pymsgauth-*
 DOCS=                  BUGS CHANGELOG COPYING pymsgauth.txt
@@ -21,7 +22,8 @@
 EGDIR=                 share/examples/pymsgauth
 
 NO_BUILD=              yes
-REPLACE_PYTHON=        ${PYMSGAUTH_PROGRAMS} *.py
+REPLACE_PYTHON=                ${PYMSGAUTH_PROGRAMS} *.py
+PYTHON_VERSIONS_ACCEPTED=      27
 
 FILES_SUBST+=          SHAREDIR=${SHAREDIR:Q}
 



Home | Main Index | Thread Index | Old Index