From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 11 06:00:43 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B869F16A41C for ; Sat, 11 Jun 2005 06:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 317E343D5D for ; Sat, 11 Jun 2005 06:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5B60e4n077261 for ; Sat, 11 Jun 2005 06:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5B60e0S077260; Sat, 11 Jun 2005 06:00:40 GMT (envelope-from gnats) Resent-Date: Sat, 11 Jun 2005 06:00:40 GMT Resent-Message-Id: <200506110600.j5B60e0S077260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, klm@uidzero.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B194716A41C for ; Sat, 11 Jun 2005 05:56:37 +0000 (GMT) (envelope-from klm@uidzero.org) Received: from dsl092-020-028.wdc2.dsl.speakeasy.net (dsl092-020-028.wdc2.dsl.speakeasy.net [66.92.20.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 6984643D1D for ; Sat, 11 Jun 2005 05:56:36 +0000 (GMT) (envelope-from klm@uidzero.org) Message-Id: <20050611055636.6984643D1D@mx1.FreeBSD.org> Date: Sat, 11 Jun 2005 05:56:36 +0000 (GMT) From: klm@uidzero.org To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/82136: Update port: sysutils/webjob 1.4.0 --> 1.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: klm@uidzero.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 06:00:43 -0000 >Number: 82136 >Category: ports >Synopsis: Update port: sysutils/webjob 1.4.0 --> 1.5.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 11 06:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: klm >Release: FreeBSD 4.10-RELEASE-p5 i386 >Organization: >Environment: System: >Description: >How-To-Repeat: >Fix: --- webjob-1.5.0.diff begins here --- diff -urP webjob/Makefile webjob-1.5.0/Makefile --- webjob/Makefile Sun May 9 20:43:40 2004 +++ webjob-1.5.0/Makefile Sat Jun 11 04:58:09 2005 @@ -6,8 +6,7 @@ # PORTNAME= webjob -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= sysutils security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webjob @@ -17,6 +16,12 @@ COMMENT= Download and execute a program over HTTP/HTTPS GNU_CONFIGURE= YES + +.if defined(WITHOUT_PAD) +CONFIGURE_ARGS+= +.else +CONFIGURE_ARGS+= --with-pad-tools +.endif .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-ssl diff -urP webjob/distinfo webjob-1.5.0/distinfo --- webjob/distinfo Sun May 2 23:31:17 2004 +++ webjob-1.5.0/distinfo Sat Jun 11 04:58:55 2005 @@ -1,2 +1,2 @@ -MD5 (webjob-1.4.0.tgz) = 7fd5a78128fcd7bb6a793c73f77eb31d -SIZE (webjob-1.4.0.tgz) = 182868 +MD5 (webjob-1.5.0.tgz) = 6576cd29f384522844e87c9c54d1503a +SIZE (webjob-1.5.0.tgz) = 255290 diff -urP webjob/pkg-plist webjob-1.5.0/pkg-plist --- webjob/pkg-plist Sun May 9 20:43:40 2004 +++ webjob-1.5.0/pkg-plist Sat Jun 11 05:00:31 2005 @@ -1,2 +1,5 @@ +bin/pad-join +bin/pad-make-script +bin/pad-make-binary bin/webjob etc/webjob.cfg.sample --- webjob-1.5.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: