Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Jun 2006 15:42:34 +0000 (GMT)
From:      klm@uidzero.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98286: Update port: sysutils/webjob/1.5.0 --> 1.6.0
Message-ID:  <20060601154234.80E5B43D48@mx1.FreeBSD.org>
Resent-Message-ID: <200606011550.k51FoBuE051670@freefall.freebsd.org>

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

>Number:         98286
>Category:       ports
>Synopsis:       Update port: sysutils/webjob 1.5.0 --> 1.6.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:   Thu Jun 01 15:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     klm
>Release:        FreeBSD
>Organization:
>Environment:
System:

>Description:

>How-To-Repeat:

>Fix:

--- webjob-3.6.0.diff begins here ---
diff -urP webjob/Makefile webjob-1.6.0/Makefile
--- webjob/Makefile	Sun Jun 12 13:44:26 2005
+++ webjob-1.6.0/Makefile	Thu Jun  1 14:50:34 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		webjob
-PORTVERSION=		1.5.0
+PORTVERSION=		1.6.0
 CATEGORIES=		sysutils security
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	webjob
@@ -29,13 +29,20 @@
 .else
 USE_OPENSSL=		YES
 CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
+.if defined(WITHOUT_DSV) # Note: DSV requires SSL
+PLIST_SUB+=		DSV="@comment "
+.else
+PLIST_SUB+=		DSV=""
+CONFIGURE_ARGS+=	--with-dsv-tools
+MAN1+=			webjob-dsvtool.1
+.endif
 .endif
 
 .if !defined(NO_STATIC)
 CFLAGS+=		-static
 .endif
 
-MAN1=			webjob.1
+MAN1+=			webjob.1
 
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/webjob
diff -urP webjob/distinfo webjob-1.6.0/distinfo
--- webjob/distinfo	Tue Jan 24 01:06:38 2006
+++ webjob-1.6.0/distinfo	Thu Jun  1 14:26:32 2006
@@ -1,3 +1,3 @@
-MD5 (webjob-1.5.0.tgz) = 6576cd29f384522844e87c9c54d1503a
-SHA256 (webjob-1.5.0.tgz) = f33aecc02c89da4da481a627007b0ef460e79b8cf88515b90fd2785440eb17e8
-SIZE (webjob-1.5.0.tgz) = 255290
+MD5 (webjob-1.6.0.tgz) = 62584c7720d7c1ae38a89f230cf19b5e
+SHA256 (webjob-1.6.0.tgz) = 82bbc27448ad714961e55af0b993d18da06bf3e434f29b97706ba758cc8bb45c
+SIZE (webjob-1.5.0.tgz) = 326114
diff -urP webjob/pkg-plist webjob-1.6.0/pkg-plist
--- webjob/pkg-plist	Sun Jun 12 13:44:26 2005
+++ webjob-1.6.0/pkg-plist	Thu Jun  1 14:27:22 2006
@@ -1,3 +1,4 @@
+%%DSV%%bin/webjob-dsvtool
 %%PAD%%bin/pad-join
 %%PAD%%bin/pad-make-script
 %%PAD%%bin/pad-make-binary
--- webjob-3.6.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?20060601154234.80E5B43D48>