From owner-svn-ports-all@freebsd.org Fri Feb 16 09:11:27 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 84925F239C2; Fri, 16 Feb 2018 09:11:27 +0000 (UTC) (envelope-from yuri@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 36DD86E5FF; Fri, 16 Feb 2018 09:11:27 +0000 (UTC) (envelope-from yuri@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 31D693AFC; Fri, 16 Feb 2018 09:11:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1G9BRps065834; Fri, 16 Feb 2018 09:11:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1G9BQLn065832; Fri, 16 Feb 2018 09:11:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802160911.w1G9BQLn065832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 16 Feb 2018 09:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461994 - head/net/nxproxy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/nxproxy X-SVN-Commit-Revision: 461994 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.25 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, 16 Feb 2018 09:11:27 -0000 Author: yuri Date: Fri Feb 16 09:11:26 2018 New Revision: 461994 URL: https://svnweb.freebsd.org/changeset/ports/461994 Log: net/nxproxy: Update to 3.5.0.33 Additional port changes: * Added LICENSE_FILE * Added USES=localbase:ldflags * Reformatted Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/net/nxproxy/Makefile head/net/nxproxy/distinfo Modified: head/net/nxproxy/Makefile ============================================================================== --- head/net/nxproxy/Makefile Fri Feb 16 09:02:58 2018 (r461993) +++ head/net/nxproxy/Makefile Fri Feb 16 09:11:26 2018 (r461994) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nxproxy -DISTVERSION= 3.5.0.32 +DISTVERSION= 3.5.0.33 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/nx-libs/ DISTNAME= nx-libs-${PORTVERSION}-lite @@ -11,13 +11,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Helper program for x2go LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libXcomp.so:x11/nxcomp -WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} -LDFLAGS+= -L${LOCALBASE}/lib -USES= autoreconf +USES= autoreconf localbase:ldflags GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/nx-libs-${PORTVERSION}/${PORTNAME} + PLIST_FILES= bin/nxproxy \ man/man1/nxproxy.1.gz Modified: head/net/nxproxy/distinfo ============================================================================== --- head/net/nxproxy/distinfo Fri Feb 16 09:02:58 2018 (r461993) +++ head/net/nxproxy/distinfo Fri Feb 16 09:11:26 2018 (r461994) @@ -1,2 +1,3 @@ -SHA256 (nx-libs-3.5.0.32-lite.tar.gz) = b5ab9f0ae35cdf6c3e26484d2a2ca55cd0225b6d8693f5544a096b19585bc50a -SIZE (nx-libs-3.5.0.32-lite.tar.gz) = 621121 +TIMESTAMP = 1518771541 +SHA256 (nx-libs-3.5.0.33-lite.tar.gz) = e43824f820f8d307207aa4686c68f9b0808909a6b6cd2c7d75b751b14dd3129f +SIZE (nx-libs-3.5.0.33-lite.tar.gz) = 626306