mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
9ce019f443
commit
76df1019e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481912
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= conserver
|
PORTNAME= conserver
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 8.2.2
|
DISTVERSION= 8.2.2
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
PKGNAMESUFFIX= -com
|
PKGNAMESUFFIX= -com
|
||||||
|
@ -10,9 +10,10 @@ MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Application that allows multiple users to watch serial consoles
|
COMMENT= Application that allows multiple users to watch serial consoles
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= ssl
|
USES= ssl
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_RC_SUBR= conserver
|
USE_RC_SUBR= conserver
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue