From owner-svn-ports-all@FreeBSD.ORG Tue Jun 11 19:02:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7434A9FA; Tue, 11 Jun 2013 19:02:21 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6F616A8; Tue, 11 Jun 2013 19:02:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5BJ2LPC054471; Tue, 11 Jun 2013 19:02:21 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5BJ2K3w054468; Tue, 11 Jun 2013 19:02:20 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306111902.r5BJ2K3w054468@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 11 Jun 2013 19:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320629 - 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.14 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: Tue, 11 Jun 2013 19:02:21 -0000 Author: rakuco Date: Tue Jun 11 19:02:20 2013 New Revision: 320629 URL: http://svnweb.freebsd.org/changeset/ports/320629 Log: - Update to 1.9.0. [1] - Properly replace %%DSV_TOOLS%% when the SSL option is not selected. So was not being replaced at all. PR: ports/177739 [1] Submitted by: klm (maintainer) Modified: head/sysutils/webjob/Makefile head/sysutils/webjob/distinfo head/sysutils/webjob/pkg-plist Modified: head/sysutils/webjob/Makefile ============================================================================== --- head/sysutils/webjob/Makefile Tue Jun 11 18:50:29 2013 (r320628) +++ head/sysutils/webjob/Makefile Tue Jun 11 19:02:20 2013 (r320629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webjob -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= sysutils security MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -30,6 +30,7 @@ PLIST_SUB+= PAD_TOOLS="@comment " .if ! ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --without-ssl +PLIST_SUB+= DSV_TOOLS="@comment " .else USE_OPENSSL= yes CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} Modified: head/sysutils/webjob/distinfo ============================================================================== --- head/sysutils/webjob/distinfo Tue Jun 11 18:50:29 2013 (r320628) +++ head/sysutils/webjob/distinfo Tue Jun 11 19:02:20 2013 (r320629) @@ -1,2 +1,2 @@ -SHA256 (webjob-1.8.0.tgz) = c7ada29a575199a5513676aa9f22bcd1efdcd4c84d8d69bae8f2465f9ac97280 -SIZE (webjob-1.8.0.tgz) = 419430 +SHA256 (webjob-1.9.0.tgz) = b06f166d7b9f4ce9c944ed5ccd0d3b48761f92721725b742fcc1a3168209b8d1 +SIZE (webjob-1.9.0.tgz) = 554151 Modified: head/sysutils/webjob/pkg-plist ============================================================================== --- head/sysutils/webjob/pkg-plist Tue Jun 11 18:50:29 2013 (r320628) +++ head/sysutils/webjob/pkg-plist Tue Jun 11 19:02:20 2013 (r320629) @@ -2,7 +2,7 @@ %%PAD_TOOLS%%bin/pad-join %%PAD_TOOLS%%bin/pad-make-script %%PAD_TOOLS%%bin/pad-make-binary +%%PAD_TOOLS%%bin/xshar bin/webjob -bin/xshar etc/webjob-execute.cfg.sample etc/webjob-get-url.cfg.sample