mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.8.0
PR: 129752 Submitted by: klm <klm@uidzero.org> (maintainer)
This commit is contained in:
parent
02aedc8506
commit
8ed1419f5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224761
4 changed files with 29 additions and 36 deletions
|
@ -6,33 +6,39 @@
|
|||
#
|
||||
|
||||
PORTNAME= webjob
|
||||
PORTVERSION= 1.6.0
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= sysutils security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= webjob
|
||||
MASTER_SITES= SF
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= klm@uidzero.org
|
||||
COMMENT= Download and execute a program over HTTP/HTTPS
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
MAN1= webjob.1 xshar.1
|
||||
|
||||
.if defined(WITHOUT_PAD)
|
||||
PLIST_SUB+= PAD="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PAD=""
|
||||
OPTIONS= PAD_TOOLS "install PaD tools" on \
|
||||
DSV_TOOLS "install DSV tools" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PAD_TOOLS)
|
||||
PLIST_SUB+= PAD_TOOLS=""
|
||||
CONFIGURE_ARGS+= --with-pad-tools
|
||||
.else
|
||||
PLIST_SUB+= PAD_TOOLS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SSL)
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.else
|
||||
USE_OPENSSL= YES
|
||||
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
|
||||
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
||||
.if defined(WITHOUT_DSV) # Note: DSV requires SSL
|
||||
PLIST_SUB+= DSV="@comment "
|
||||
.if defined(WITHOUT_DSV_TOOLS) # Note: DSV requires SSL
|
||||
PLIST_SUB+= DSV_TOOLS="@comment "
|
||||
.else
|
||||
PLIST_SUB+= DSV=""
|
||||
PLIST_SUB+= DSV_TOOLS=""
|
||||
CONFIGURE_ARGS+= --with-dsv-tools
|
||||
MAN1+= webjob-dsvtool.1
|
||||
.endif
|
||||
|
@ -42,9 +48,7 @@ MAN1+= webjob-dsvtool.1
|
|||
CFLAGS+= -static
|
||||
.endif
|
||||
|
||||
MAN1+= webjob.1
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/webjob
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (webjob-1.6.0.tgz) = 62584c7720d7c1ae38a89f230cf19b5e
|
||||
SHA256 (webjob-1.6.0.tgz) = 82bbc27448ad714961e55af0b993d18da06bf3e434f29b97706ba758cc8bb45c
|
||||
SIZE (webjob-1.6.0.tgz) = 326114
|
||||
MD5 (webjob-1.8.0.tgz) = 416bc16f2f6030bb88bedf83a81d4c2d
|
||||
SHA256 (webjob-1.8.0.tgz) = c7ada29a575199a5513676aa9f22bcd1efdcd4c84d8d69bae8f2465f9ac97280
|
||||
SIZE (webjob-1.8.0.tgz) = 419430
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- etc/Makefile.in.orig Mon Mar 1 23:36:29 2004
|
||||
+++ etc/Makefile.in Fri May 7 18:40:29 2004
|
||||
@@ -22,10 +22,8 @@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
SRC_FILES =\
|
||||
- nph-webjob.cfg.sample\
|
||||
webjob.cfg.sample
|
||||
DST_FILES =\
|
||||
- ${etcdir}/nph-webjob.cfg.sample\
|
||||
${etcdir}/webjob.cfg.sample
|
||||
|
||||
all: ${SRC_FILES}
|
|
@ -1,6 +1,8 @@
|
|||
%%DSV%%bin/webjob-dsvtool
|
||||
%%PAD%%bin/pad-join
|
||||
%%PAD%%bin/pad-make-script
|
||||
%%PAD%%bin/pad-make-binary
|
||||
%%DSV_TOOLS%%bin/webjob-dsvtool
|
||||
%%PAD_TOOLS%%bin/pad-join
|
||||
%%PAD_TOOLS%%bin/pad-make-script
|
||||
%%PAD_TOOLS%%bin/pad-make-binary
|
||||
bin/webjob
|
||||
etc/webjob.cfg.sample
|
||||
bin/xshar
|
||||
etc/webjob-execute.cfg.sample
|
||||
etc/webjob-get-url.cfg.sample
|
||||
|
|
Loading…
Add table
Reference in a new issue