Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 13:43:43 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363321 - in head/ports-mgmt/portcheckout: . files
Message-ID:  <201407291343.s6TDhhE9085535@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jul 29 13:43:43 2014
New Revision: 363321
URL: http://svnweb.freebsd.org/changeset/ports/363321
QAT: https://qat.redports.org/buildarchive/r363321/

Log:
  Stage, and pull the patches into a sed command.

Deleted:
  head/ports-mgmt/portcheckout/files/
Modified:
  head/ports-mgmt/portcheckout/Makefile

Modified: head/ports-mgmt/portcheckout/Makefile
==============================================================================
--- head/ports-mgmt/portcheckout/Makefile	Tue Jul 29 13:39:34 2014	(r363320)
+++ head/ports-mgmt/portcheckout/Makefile	Tue Jul 29 13:43:43 2014	(r363321)
@@ -11,10 +11,12 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Checkout and build ports and all depending ports
 
 USES=		shebangfix perl5
-SHEBANG_FILES=	portcheckout.pl
-MAN1=		portcheckout.1
-MANCOMPRESSED=	maybe
-PLIST_FILES=	bin/portcheckout
+SHEBANG_FILES=	${PORTNAME}.pl
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+
+post-patch:
+	${REINPLACE_CMD} -e 's/cvs checkout/& -P/g; \
+		s/\(exec\) \(pod2text\)/\1 "\2"/;' \
+		${WRKSRC}/${PORTNAME}.pl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291343.s6TDhhE9085535>