From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 14:42:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAF61A5B; Mon, 30 Jun 2014 14:42:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E34B2EF7; Mon, 30 Jun 2014 14:42:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UEgKW1033626; Mon, 30 Jun 2014 14:42:20 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UEgKmH033624; Mon, 30 Jun 2014 14:42:20 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406301442.s5UEgKmH033624@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 30 Jun 2014 14:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359852 - head/sysutils/webjob X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 14:42:20 -0000 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 # $FreeBSD$ -PORTNAME= webjob -PORTVERSION= 1.9.0 -CATEGORIES= sysutils security -MASTER_SITES= SF -EXTRACT_SUFX= .tgz - -MAINTAINER= klm@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@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 .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 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 +@sample etc/webjob-execute.cfg.sample +@sample etc/webjob-get-url.cfg.sample +man/man1/webjob.1.gz +man/man1/xshar.1.gz