pkgsrc-WIP-changes archive

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

ekermit: appease pkglint by providing an email and better category



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Fri Jul 19 22:31:41 2019 +0300
Changeset:	8961e69d1edbcdb86e043057a490a6cd095820f5

Modified Files:
	ekermit/Makefile

Log Message:
ekermit: appease pkglint by providing an email and better category

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8961e69d1edbcdb86e043057a490a6cd095820f5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ekermit/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ekermit/Makefile b/ekermit/Makefile
index 88e1cacea8..41f1322e13 100644
--- a/ekermit/Makefile
+++ b/ekermit/Makefile
@@ -2,11 +2,11 @@
 
 DISTNAME=	ek16
 PKGNAME=	ekermit-${DISTNAME:S/ek//}
-CATEGORIES=	wip
+CATEGORIES=	sysutils
 MASTER_SITES=	http://www.columbia.edu/kermit/ftp/ek/tar/
 EXTRACT_SUFX=	.tar
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE
+MAINTAINER=	pkgsrc-users%netbsd.org@localhost
 HOMEPAGE=	http://www.columbia.edu/kermit/ek.html
 COMMENT=	Implementation of the Kermit file transfer protocol
 LICENSE=	modified-bsd


Home | Main Index | Thread Index | Old Index