svn commit: r508456 - head/mail/muttils

Jason Helfman jgh at FreeBSD.org
Fri Aug 9 15:36:03 UTC 2019


Author: jgh
Date: Fri Aug  9 15:36:02 2019
New Revision: 508456
URL: https://svnweb.freebsd.org/changeset/ports/508456

Log:
  - reclaim maintainership
  - pet portlint
  - add gplv2 license

Modified:
  head/mail/muttils/Makefile

Modified: head/mail/muttils/Makefile
==============================================================================
--- head/mail/muttils/Makefile	Fri Aug  9 14:06:34 2019	(r508455)
+++ head/mail/muttils/Makefile	Fri Aug  9 15:36:02 2019	(r508456)
@@ -8,14 +8,17 @@ MASTER_SITES=	https://bitbucket.org/blacktrash/${PORTN
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	jgh at FreeBSD.org
 COMMENT=	Python utilities for console mail clients (eg. mutt)
 
+LICENSE=	GPLv2
+
+USES=		python:2.7
+
 CONFLICTS=	zh-wenju-[0-9]* talkfilters-[0-9]* reed-[0-9]*
 
 CHANGESET=	8bb26094df06
 WRKSRC=		${WRKDIR}/blacktrash-${PORTNAME}-${CHANGESET}
-USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list