Date: Wed, 14 May 2014 07:10:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/189356: commit references a PR Message-ID: <201405140710.s4E7A0WB006804@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189356; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189356: commit references a PR Date: Wed, 14 May 2014 07:06:48 +0000 (UTC) Author: pi Date: Wed May 14 07:06:44 2014 New Revision: 354027 URL: http://svnweb.freebsd.org/changeset/ports/354027 QAT: https://qat.redports.org/buildarchive/r354027/ Log: sysutils/jail-primer: update 0.0 -> 0.1, add license, USES PR: ports/189356 Submitted by: Joe Barbish (maintainer) Approved by: maintainer (implicit), jadawin (mentor) Modified: head/sysutils/jail-primer/Makefile head/sysutils/jail-primer/distinfo head/sysutils/jail-primer/pkg-message Modified: head/sysutils/jail-primer/Makefile ============================================================================== --- head/sysutils/jail-primer/Makefile Wed May 14 06:58:15 2014 (r354026) +++ head/sysutils/jail-primer/Makefile Wed May 14 07:06:44 2014 (r354027) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= jail-primer -PORTVERSION= 0.0 +PORTVERSION= 0.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} MAINTAINER= jail-primer@a1poweruser.com COMMENT= Third Generation Jail System Solution -USE_BZIP2= yes +LICENSE= BSD2CLAUSE + +USES= tar:bzip2 NO_BUILD= yes do-install: Modified: head/sysutils/jail-primer/distinfo ============================================================================== --- head/sysutils/jail-primer/distinfo Wed May 14 06:58:15 2014 (r354026) +++ head/sysutils/jail-primer/distinfo Wed May 14 07:06:44 2014 (r354027) @@ -1,2 +1,2 @@ -SHA256 (jail-primer-0.0.tar.bz2) = 73a43ca3eaf4e5dd9860fb1202c96c02be4202ebfd7d90bd17582548b6d5cce7 -SIZE (jail-primer-0.0.tar.bz2) = 22379 +SHA256 (jail-primer-0.1.tar.bz2) = b31fb99d74d3265c0cd949b9c0138afbe5633565638c342906e34da29d1b9987 +SIZE (jail-primer-0.1.tar.bz2) = 23107 Modified: head/sysutils/jail-primer/pkg-message ============================================================================== --- head/sysutils/jail-primer/pkg-message Wed May 14 06:58:15 2014 (r354026) +++ head/sysutils/jail-primer/pkg-message Wed May 14 07:06:44 2014 (r354027) @@ -4,5 +4,7 @@ First issue "rehash" command to enable the jail-primer scripts (if using csh). Then issue "man jail-primer" to read about jail-primer usage. +Note: Be sure you are at 10.0-RELEASE-p2 + # # _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405140710.s4E7A0WB006804>