aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webjob
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-12 13:44:26 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-12 13:44:26 +0000
commitdf06c73c1bb8cf167fe6f49d9d8a841f91257f7d (patch)
treea5bc6aeac318b49f3b5336344f88e6377ca119f9 /sysutils/webjob
parent9128eb6e45e8058a386a662597d2eab40a49eb5e (diff)
downloadports-df06c73c1bb8cf167fe6f49d9d8a841f91257f7d.tar.gz
ports-df06c73c1bb8cf167fe6f49d9d8a841f91257f7d.zip
Update to 1.5.0
(and add a new knob) PR: ports/82136 Submitted by: klm <klm@uidzero.org> (maintainer)
Notes
Notes: svn path=/head/; revision=137317
Diffstat (limited to 'sysutils/webjob')
-rw-r--r--sysutils/webjob/Makefile14
-rw-r--r--sysutils/webjob/distinfo4
-rw-r--r--sysutils/webjob/pkg-plist3
3 files changed, 14 insertions, 7 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile
index e83cbd54e61a..395edd91f278 100644
--- a/sysutils/webjob/Makefile
+++ b/sysutils/webjob/Makefile
@@ -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
diff --git a/sysutils/webjob/distinfo b/sysutils/webjob/distinfo
index 38b3697f7b41..b33116d83fd8 100644
--- a/sysutils/webjob/distinfo
+++ b/sysutils/webjob/distinfo
@@ -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 --git a/sysutils/webjob/pkg-plist b/sysutils/webjob/pkg-plist
index b9d9e50cac3d..26de33471de5 100644
--- a/sysutils/webjob/pkg-plist
+++ b/sysutils/webjob/pkg-plist
@@ -1,2 +1,5 @@
+%%PAD%%bin/pad-join
+%%PAD%%bin/pad-make-script
+%%PAD%%bin/pad-make-binary
bin/webjob
etc/webjob.cfg.sample