ugh, commit right diff. better late than never.

This commit is contained in:
jasper 2014-01-27 09:43:24 +00:00
parent 45349b1709
commit 91cb5f4316
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.7 2014/01/05 18:37:51 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2014/01/27 09:43:24 jasper Exp $
VERSION = 1.545
REVISION = 0
REVISION = 1
MASTER_SITES = http://mirrors.jenkins-ci.org/war/${VERSION}/
DIST_SUBDIR = jenkins-devel

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: jenkins.rc,v 1.4 2014/01/05 18:37:51 jasper Exp $
# $OpenBSD: jenkins.rc,v 1.5 2014/01/27 09:43:24 jasper Exp $
daemon=$(${LOCALBASE}/bin/javaPathHelper -c jenkins)
daemon_flags="-jar ${TRUEPREFIX}/share/jenkins/jenkins.war --httpPort=8000 --httpsPort=-1 --ajp13Port=-1"
@ -11,7 +11,7 @@ daemon_user="_jenkins"
rc_bg=YES
rc_reload=NO
rc_stop {
rc_stop() {
pkill -9 -f "^${pexp}"
}

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2014/01/05 18:37:51 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2014/01/27 09:43:24 jasper Exp $
VERSION = 1.509.4
REVISION = 0
REVISION = 1
MASTER_SITES = http://mirrors.jenkins-ci.org/war-stable/${VERSION}/
DIST_SUBDIR = jenkins-stable