Date: Fri, 12 Oct 2018 16:08:03 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481912 - head/comms/conserver-com Message-ID: <201810121608.w9CG83I4016083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Fri Oct 12 16:08:03 2018 New Revision: 481912 URL: https://svnweb.freebsd.org/changeset/ports/481912 Log: comms/conserver-com: Update licensing details and pet portlint - Add LICENSE_FILE - Use tabs instead of spaces to indent values assigned to variables Reviewed by: antoine (previous version) Reviewed by: krion (previous version) Reviewed by: sbruno (previous version) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17528 Modified: head/comms/conserver-com/Makefile Modified: head/comms/conserver-com/Makefile ============================================================================== --- head/comms/conserver-com/Makefile Fri Oct 12 16:02:15 2018 (r481911) +++ head/comms/conserver-com/Makefile Fri Oct 12 16:08:03 2018 (r481912) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conserver -DISTVERSIONPREFIX= v +DISTVERSIONPREFIX= v DISTVERSION= 8.2.2 CATEGORIES= comms PKGNAMESUFFIX= -com @@ -10,9 +10,10 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Application that allows multiple users to watch serial consoles LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= ssl -USE_GITHUB= yes +USE_GITHUB= yes USE_RC_SUBR= conserver GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121608.w9CG83I4016083>