svn commit: r453116 - head/net/rdist6

Cy Schubert cy at FreeBSD.org
Sun Oct 29 13:38:21 UTC 2017


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
 


More information about the svn-ports-all mailing list