Date: Sun, 29 Oct 2017 13:38:19 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453116 - head/net/rdist6 Message-ID: <201710291338.v9TDcJxi079933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Oct 29 13:38:19 2017 New Revision: 453116 URL: https://svnweb.freebsd.org/changeset/ports/453116 Log: Get it right. Reported by: mat@ Point hat to: cy@ Modified: head/net/rdist6/Makefile Modified: head/net/rdist6/Makefile ============================================================================== --- head/net/rdist6/Makefile Sun Oct 29 13:19:24 2017 (r453115) +++ head/net/rdist6/Makefile Sun Oct 29 13:38:19 2017 (r453116) @@ -3,7 +3,7 @@ PORTNAME= rdist PORTVERSION= 6.1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://www.magnicomp.com/download/rdist/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/ @@ -21,7 +21,7 @@ PLIST_SUB= RDIST_NAME=${RDIST_NAME} .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200050 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200050 RUN_DEPENDS= rsh:net/bsdrcmds .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710291338.v9TDcJxi079933>