Index: head/devel/jenkins2/Makefile =================================================================== --- head/devel/jenkins2/Makefile (revision 412212) +++ head/devel/jenkins2/Makefile (revision 412213) @@ -1,55 +1,55 @@ # $FreeBSD$ PORTNAME= jenkins2 -DISTVERSION= 2.0-alpha3 +DISTVERSION= 2.0-beta1 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-rc/${PORTVERSION:R}/ DISTNAME= jenkins EXTRACT_SUFX= .war DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= MAINTAINER= lwhsu@FreeBSD.org COMMENT= Open-source continuous integration server LICENSE= MIT CONFLICTS= jenkins-[0-9]* jenkins-lts-[0-9]* USE_JAVA= yes NO_BUILD= yes USE_RC_SUBR= jenkins USES+= cpe CPE_VENDOR= cloudbees JENKINS_HOME?= ${PREFIX}/jenkins JENKINS_USER?= jenkins JENKINS_GROUP?= jenkins JENKINS_LOG_FILE?= /var/log/jenkins.log .if ${JENKINS_USER} == "jenkins" USERS= jenkins .endif .if ${JENKINS_GROUP} == "jenkins" GROUPS= jenkins .endif SUB_LIST+= JENKINS_HOME=${JENKINS_HOME} \ JENKINS_USER=${JENKINS_USER} \ JENKINS_GROUP=${JENKINS_GROUP} \ JAVA_HOME=${JAVA_HOME} \ JENKINS_LOG_FILE=${JENKINS_LOG_FILE} PLIST_SUB+= JENKINS_USER=${JENKINS_USER} \ JENKINS_GROUP=${JENKINS_GROUP} .include do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${JENKINS_HOME} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ ${STAGEDIR}${DATADIR} .include Index: head/devel/jenkins2/distinfo =================================================================== --- head/devel/jenkins2/distinfo (revision 412212) +++ head/devel/jenkins2/distinfo (revision 412213) @@ -1,2 +1,2 @@ -SHA256 (jenkins2/2.0.a3/jenkins.war) = 3c554f2ea3b0894e93b4b04b70b43b477d5096ac82205d50e77e96aa6329eed4 -SIZE (jenkins2/2.0.a3/jenkins.war) = 66399701 +SHA256 (jenkins2/2.0.b1/jenkins.war) = 7ff7759e1d7a097e018c8001db5f4248db04d0bf39f9b0f06934c124a936cfa2 +SIZE (jenkins2/2.0.b1/jenkins.war) = 66520816 Index: head/devel/jenkins2/files/pkg-message =================================================================== --- head/devel/jenkins2/files/pkg-message (revision 412212) +++ head/devel/jenkins2/files/pkg-message (nonexistent) @@ -1,10 +0,0 @@ -************************************************************************ - -Please login to the Jenkins web interface and secure with a password, -when installing for the first time. - -More information: -https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security -https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup - -************************************************************************ Property changes on: head/devel/jenkins2/files/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/jenkins2/pkg-message =================================================================== --- head/devel/jenkins2/pkg-message (nonexistent) +++ head/devel/jenkins2/pkg-message (revision 412213) @@ -0,0 +1,10 @@ +************************************************************************ + +Please login to the Jenkins web interface and secure with a password, +when installing for the first time. + +More information: +https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security +https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup + +************************************************************************ Property changes on: head/devel/jenkins2/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property