- Update to v1.6.0
PR: ports/98286 Submitted by: klm <klm@uidzero.org>
This commit is contained in:
parent
995b350e61
commit
2aa0e6fac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168815
3 changed files with 13 additions and 5 deletions
|
@ -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 @@ CONFIGURE_ARGS+= --without-ssl
|
|||
.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
|
||||
|
|
|
@ -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.6.0.tgz) = 326114
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%DSV%%bin/webjob-dsvtool
|
||||
%%PAD%%bin/pad-join
|
||||
%%PAD%%bin/pad-make-script
|
||||
%%PAD%%bin/pad-make-binary
|
||||
|
|
Loading…
Reference in a new issue