Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2005 05:56:36 +0000 (GMT)
From:      klm@uidzero.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82136: Update port: sysutils/webjob 1.4.0 --> 1.5.0
Message-ID:  <20050611055636.6984643D1D@mx1.FreeBSD.org>
Resent-Message-ID: <200506110600.j5B60e0S077260@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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