svn commit: r461994 - head/net/nxproxy
Yuri Victorovich
yuri at FreeBSD.org
Fri Feb 16 09:11:27 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list