svn commit: r453091 - head/net/rdist6
Cy Schubert
cy at FreeBSD.org
Sun Oct 29 05:04:44 UTC 2017
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>
More information about the svn-ports-head
mailing list