pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/pymsgauth
Module Name: pkgsrc
Committed By: schmonz
Date: Fri May 26 01:35:58 UTC 2017
Modified Files:
pkgsrc/mail/pymsgauth: Makefile
Log Message:
Requires Python 2.x. While here, set LICENSE. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/pymsgauth/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/pymsgauth/Makefile
diff -u pkgsrc/mail/pymsgauth/Makefile:1.13 pkgsrc/mail/pymsgauth/Makefile:1.14
--- pkgsrc/mail/pymsgauth/Makefile:1.13 Sat May 17 16:10:46 2014
+++ pkgsrc/mail/pymsgauth/Makefile Fri May 26 01:35:58 2017
@@ -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 @@ HTMLDOCDIR= share/doc/html/pymsgauth
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