svn commit: r509445 - head/devel/p5-Rcs-Agent

Rene Ladan rene at FreeBSD.org
Tue Aug 20 19:05:03 UTC 2019


Author: rene
Date: Tue Aug 20 19:05:02 2019
New Revision: 509445
URL: https://svnweb.freebsd.org/changeset/ports/509445

Log:
  devel/p5-Rcs-Agent: use rcs from ports on newer FreeBSD.
  
  Pass maintainership to submitter.
  
  PR:		239818
  Submitted by:	mats at dufberg.se
  Approved by:	former maintainer

Modified:
  head/devel/p5-Rcs-Agent/Makefile

Modified: head/devel/p5-Rcs-Agent/Makefile
==============================================================================
--- head/devel/p5-Rcs-Agent/Makefile	Tue Aug 20 18:56:33 2019	(r509444)
+++ head/devel/p5-Rcs-Agent/Makefile	Tue Aug 20 19:05:02 2019	(r509445)
@@ -8,11 +8,14 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	nick at foobar.org
+MAINTAINER=	mats at dufberg.se
 COMMENT=	Perl module for RCS archive manipulation
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-String-ShellQuote>1.00:textproc/p5-String-ShellQuote
+.if !exists(/usr/bin/rcs)
+RUN_DEPENDS+=	rcs:devel/rcs57
+.endif
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list