Update to 1.5.0
(and add a new knob) PR: ports/82136 Submitted by: klm <klm@uidzero.org> (maintainer)
This commit is contained in:
parent
9128eb6e45
commit
df06c73c1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137317
3 changed files with 14 additions and 7 deletions
|
@ -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
|
||||
|
@ -18,6 +17,13 @@ COMMENT= Download and execute a program over HTTP/HTTPS
|
|||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.if defined(WITHOUT_PAD)
|
||||
PLIST_SUB+= PAD="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PAD=""
|
||||
CONFIGURE_ARGS+= --with-pad-tools
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SSL)
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.else
|
||||
|
@ -25,9 +31,7 @@ USE_OPENSSL= YES
|
|||
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
.if defined(NO_STATIC)
|
||||
CFLAGS+=
|
||||
.else
|
||||
.if !defined(NO_STATIC)
|
||||
CFLAGS+= -static
|
||||
.endif
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
%%PAD%%bin/pad-join
|
||||
%%PAD%%bin/pad-make-script
|
||||
%%PAD%%bin/pad-make-binary
|
||||
bin/webjob
|
||||
etc/webjob.cfg.sample
|
||||
|
|
Loading…
Reference in a new issue