Date: Sun, 29 Oct 2017 05:04:43 +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: r453091 - head/net/rdist6 Message-ID: <201710290504.v9T54h1t064614@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Oct 29 05:04:43 2017 New Revision: 453091 URL: https://svnweb.freebsd.org/changeset/ports/453091 Log: Register a dependency on net/bsdrcmds in -CURRENT after Oct 6, 2017. Modified: head/net/rdist6/Makefile Modified: head/net/rdist6/Makefile ============================================================================== --- head/net/rdist6/Makefile Sun Oct 29 04:39:01 2017 (r453090) +++ head/net/rdist6/Makefile Sun Oct 29 05:04:43 2017 (r453091) @@ -3,7 +3,7 @@ PORTNAME= rdist PORTVERSION= 6.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.magnicomp.com/download/rdist/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/ @@ -19,8 +19,14 @@ MAKE_ENV= BUILD_OPT="${CFLAGS}" BUILD_CLIENT=${RDIST_N STAGEDIR=${STAGEDIR} PLIST_SUB= RDIST_NAME=${RDIST_NAME} +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200050 +RUN_DEPENDS= rsh:net/bsdrcmds +.endif + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${RDIST_NAME} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rdistd -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710290504.v9T54h1t064614>