diff options
-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 |