diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-16 17:11:26 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-16 17:11:26 +0800 |
commit | 714d968cc6ee8b2cbab130ad5c5c1e620fc61387 (patch) | |
tree | c662a2b8faf3ae6ef16c290e5f8b4f15f03d7339 /net | |
parent | afc2b5532c7458e482c94a7c057f42c053e66d49 (diff) | |
download | freebsd-ports-gnome-714d968cc6ee8b2cbab130ad5c5c1e620fc61387.tar.gz freebsd-ports-gnome-714d968cc6ee8b2cbab130ad5c5c1e620fc61387.tar.zst freebsd-ports-gnome-714d968cc6ee8b2cbab130ad5c5c1e620fc61387.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/nxproxy/Makefile | 10 | ||||
-rw-r--r-- | net/nxproxy/distinfo | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/nxproxy/Makefile b/net/nxproxy/Makefile index c6ce15463412..a595004848bf 100644 --- a/net/nxproxy/Makefile +++ b/net/nxproxy/Makefile @@ -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 diff --git a/net/nxproxy/distinfo b/net/nxproxy/distinfo index 836b131cd244..096c745a95e0 100644 --- a/net/nxproxy/distinfo +++ b/net/nxproxy/distinfo @@ -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 |