From owner-svn-ports-all@freebsd.org Fri Oct 12 15:50:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AE8A10C24F5; Fri, 12 Oct 2018 15:50:46 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 319C9894ED; Fri, 12 Oct 2018 15:50:46 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C8B6216CD; Fri, 12 Oct 2018 15:50:46 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9CFoj2v005423; Fri, 12 Oct 2018 15:50:45 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9CFojdH005422; Fri, 12 Oct 2018 15:50:45 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201810121550.w9CFojdH005422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 12 Oct 2018 15:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481910 - head/comms/conserver-com X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: head/comms/conserver-com X-SVN-Commit-Revision: 481910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 15:50:46 -0000 Author: sbruno Date: Fri Oct 12 15:50:45 2018 New Revision: 481910 URL: https://svnweb.freebsd.org/changeset/ports/481910 Log: comms/conserver-com: Update for openssl 1.1.1 in 12-CURRENT. - Add BSD3CLAUSE license (0mp) - Switch to github from sourceforge (sbruno) - portlint cleanups (bunch of people) PR: 232158 Submitted by: 0mp Reported by: jhb Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D17524 Modified: head/comms/conserver-com/Makefile head/comms/conserver-com/distinfo Modified: head/comms/conserver-com/Makefile ============================================================================== --- head/comms/conserver-com/Makefile Fri Oct 12 15:30:35 2018 (r481909) +++ head/comms/conserver-com/Makefile Fri Oct 12 15:50:45 2018 (r481910) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= conserver -PORTVERSION= 8.2.1 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 8.2.2 CATEGORIES= comms -MASTER_SITES= http://www.conserver.com/ \ - ftp://ftp.conserver.com/conserver/ PKGNAMESUFFIX= -com MAINTAINER= kuriyama@FreeBSD.org COMMENT= Application that allows multiple users to watch serial consoles -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE -CONFLICTS_INSTALL= conserver-[0-9]* +USES= ssl +USE_GITHUB= yes +USE_RC_SUBR= conserver GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \ --with-pam --with-libwrap --with-openssl -USES= ssl -USE_RC_SUBR= conserver +CONFLICTS_INSTALL= conserver-[0-9]* OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS FREEIPMI_DESC= Compile in FreeIPMI support @@ -30,9 +29,6 @@ STRIPREALM_DESC=Strip @REALM when using GSSAPI STRIPREALM_IMPLIES= GSSAPI UDS_DESC= Use Unix domain sockets for client/server -DEFAULTPORT?= 782 -DEFAULTHOST?= localhost - FREEIPMI_CONFIGURE_ON= --with-freeipmi=${LOCALBASE} FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi GSSAPI_CONFIGURE_WITH= gssapi @@ -45,5 +41,8 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert + +DEFAULTPORT?= 782 +DEFAULTHOST?= localhost .include Modified: head/comms/conserver-com/distinfo ============================================================================== --- head/comms/conserver-com/distinfo Fri Oct 12 15:30:35 2018 (r481909) +++ head/comms/conserver-com/distinfo Fri Oct 12 15:50:45 2018 (r481910) @@ -1,2 +1,3 @@ -SHA256 (conserver-8.2.1.tar.gz) = 251ae01997e8f3ee75106a5b84ec6f2a8eb5ff2f8092438eba34384a615153d0 -SIZE (conserver-8.2.1.tar.gz) = 335241 +TIMESTAMP = 1539294082 +SHA256 (conserver-conserver-v8.2.2_GH0.tar.gz) = c5cc773634f0a4730f6d8d749ea1b9174f21bdefecac9dc1ae987e8de03f704f +SIZE (conserver-conserver-v8.2.2_GH0.tar.gz) = 328834