svn commit: r359852 - head/sysutils/webjob

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 30 14:42:20 UTC 2014


Author: vanilla
Date: Mon Jun 30 14:42:19 2014
New Revision: 359852
URL: http://svnweb.freebsd.org/changeset/ports/359852
QAT: https://qat.redports.org/buildarchive/r359852/

Log:
  1: Stagify.
  2: use @sample to handle config file, bump version.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/webjob/Makefile
  head/sysutils/webjob/pkg-plist

Modified: head/sysutils/webjob/Makefile
==============================================================================
--- head/sysutils/webjob/Makefile	Mon Jun 30 14:31:34 2014	(r359851)
+++ head/sysutils/webjob/Makefile	Mon Jun 30 14:42:19 2014	(r359852)
@@ -1,26 +1,26 @@
 # Created by: Klayton Monroe <klm at uidzero.org>
 # $FreeBSD$
 
-PORTNAME=		webjob
-PORTVERSION=		1.9.0
-CATEGORIES=		sysutils security
-MASTER_SITES=		SF
-EXTRACT_SUFX=		.tgz
-
-MAINTAINER=		klm at uidzero.org
-COMMENT=		Download and execute a program over HTTP/HTTPS
-
-USES=			perl5
-GNU_CONFIGURE=		yes
-USE_PERL5=		build
-MAN1=			webjob.1 xshar.1
+PORTNAME=	webjob
+PORTVERSION=	1.9.0
+PORTREVISION=	1
+CATEGORIES=	sysutils security
+MASTER_SITES=	SF
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	klm at uidzero.org
+COMMENT=	Download and execute a program over HTTP/HTTPS
+
+USES=		perl5 shebangfix
+SHEBANG_FILES=	tools/xshar/xshar
+GNU_CONFIGURE=	yes
+USE_PERL5=	build
 
 OPTIONS_DEFINE=	PAD_TOOLS DSV_TOOLS SSL
 OPTIONS_DEFAULT=	PAD_TOOLS DSV_TOOLS
 PAD_TOOLS_DESC=	install PaD tools
 DSV_TOOLS_DESC=	install DSV tools
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPAD_TOOLS}
@@ -50,6 +50,6 @@ CFLAGS+=		-static
 .endif
 
 post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/webjob
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/webjob
 
 .include <bsd.port.mk>

Modified: head/sysutils/webjob/pkg-plist
==============================================================================
--- head/sysutils/webjob/pkg-plist	Mon Jun 30 14:31:34 2014	(r359851)
+++ head/sysutils/webjob/pkg-plist	Mon Jun 30 14:42:19 2014	(r359852)
@@ -4,5 +4,7 @@
 %%PAD_TOOLS%%bin/pad-make-binary
 %%PAD_TOOLS%%bin/xshar
 bin/webjob
-etc/webjob-execute.cfg.sample
-etc/webjob-get-url.cfg.sample
+ at sample etc/webjob-execute.cfg.sample
+ at sample etc/webjob-get-url.cfg.sample
+man/man1/webjob.1.gz
+man/man1/xshar.1.gz


More information about the svn-ports-head mailing list