Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 19:02:20 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320629 - head/sysutils/webjob
Message-ID:  <201306111902.r5BJ2K3w054468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <klm@uidzero.org> (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



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