Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 19:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/177739: commit references a PR
Message-ID:  <201306111910.r5BJA27E088558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177739; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177739: commit references a PR
Date: Tue, 11 Jun 2013 19:02:28 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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