svn commit: r359436 - in head/sysutils/jailctl: . files

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 27 02:16:35 UTC 2014


Author: vanilla
Date: Fri Jun 27 02:16:34 2014
New Revision: 359436
URL: http://svnweb.freebsd.org/changeset/ports/359436
QAT: https://qat.redports.org/buildarchive/r359436/

Log:
  1: Stagify.
  2: add LICENSE
  3: use @sample, bump version.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/sysutils/jailctl/files/
  head/sysutils/jailctl/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/jailctl/Makefile
  head/sysutils/jailctl/pkg-plist

Modified: head/sysutils/jailctl/Makefile
==============================================================================
--- head/sysutils/jailctl/Makefile	Fri Jun 27 02:07:05 2014	(r359435)
+++ head/sysutils/jailctl/Makefile	Fri Jun 27 02:16:34 2014	(r359436)
@@ -3,19 +3,16 @@
 
 PORTNAME=	jailctl
 PORTVERSION=	0.80
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://anduin.net/jailctl/
 
 MAINTAINER=	ltning-jailctl at anduin.net
 COMMENT=	Jail management tool
 
-MAN1=		jailctl.1 \
-		jails.conf.1
-MANCOMPRESSED=	yes
+LICENSE=	BSD3CLAUSE
 
 NO_BUILD=	yes
-
 WRKSRC=		${WRKDIR}/jailctl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/jailctl/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/jailctl/files/patch-Makefile	Fri Jun 27 02:16:34 2014	(r359436)
@@ -0,0 +1,18 @@
+--- Makefile.orig	2014-06-27 10:13:06.740734383 +0800
++++ Makefile	2014-06-27 10:13:33.015750707 +0800
+@@ -1,8 +1,8 @@
+ install:
+-	@install jailctl ${PREFIX}/sbin
+-	@install jailctl.1.gz ${PREFIX}/man/man1
+-	@install jails.conf.1.gz ${PREFIX}/man/man1
+-	@install jails.conf.sample ${PREFIX}/etc
+-	@install jails.sh ${PREFIX}/etc/rc.d
+-	@install -d ${PREFIX}/jails
+-	@cp -R addons ${PREFIX}/jails
++	@install jailctl $(DESTDIR)${PREFIX}/sbin
++	@install jailctl.1.gz $(DESTDIR)${PREFIX}/man/man1
++	@install jails.conf.1.gz $(DESTDIR)${PREFIX}/man/man1
++	@install jails.conf.sample $(DESTDIR)${PREFIX}/etc
++	@install jails.sh $(DESTDIR)${PREFIX}/etc/rc.d
++	@install -d $(DESTDIR)${PREFIX}/jails
++	@cp -R addons $(DESTDIR)${PREFIX}/jails

Modified: head/sysutils/jailctl/pkg-plist
==============================================================================
--- head/sysutils/jailctl/pkg-plist	Fri Jun 27 02:07:05 2014	(r359435)
+++ head/sysutils/jailctl/pkg-plist	Fri Jun 27 02:16:34 2014	(r359436)
@@ -1,11 +1,13 @@
-etc/jails.conf.sample
+ at sample etc/jails.conf.sample
+etc/rc.d/jails.sh
 jails/addons/dellist4.txt
 jails/addons/dellist5.txt
 jails/addons/etc/login.conf
 jails/addons/etc/make.conf
 jails/addons/runme.sh
+man/man1/jailctl.1.gz
+man/man1/jails.conf.1.gz
 sbin/jailctl
-etc/rc.d/jails.sh
 @dirrm jails/addons/etc
 @dirrm jails/addons
 @dirrm jails


More information about the svn-ports-head mailing list