diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-12 21:44:26 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-12 21:44:26 +0800 |
commit | e035cff9e64a05edbd95b9c247575286efa4f1d3 (patch) | |
tree | 07fc439b97efc7722336c21bf9e461bede80658e /sysutils | |
parent | 53bad421954c905db9f3bee6247238a9e31ed4bb (diff) | |
download | freebsd-ports-gnome-e035cff9e64a05edbd95b9c247575286efa4f1d3.tar.gz freebsd-ports-gnome-e035cff9e64a05edbd95b9c247575286efa4f1d3.tar.zst freebsd-ports-gnome-e035cff9e64a05edbd95b9c247575286efa4f1d3.zip |
Update to 1.5.0
(and add a new knob)
PR: ports/82136
Submitted by: klm <klm@uidzero.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/webjob/Makefile | 14 | ||||
-rw-r--r-- | sysutils/webjob/distinfo | 4 | ||||
-rw-r--r-- | sysutils/webjob/pkg-plist | 3 |
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 |