svn commit: r320629 - head/sysutils/webjob
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jun 11 19:02:21 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list