svn commit: r357254 - head/sysutils/jaildaemon

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Jun 10 03:53:04 UTC 2014


Author: danilo
Date: Tue Jun 10 03:53:03 2014
New Revision: 357254
URL: http://svnweb.freebsd.org/changeset/ports/357254
QAT: https://qat.redports.org/buildarchive/r357254/

Log:
  - Update from 0.2 to 0.2.1
  - Convert USE_BZIP2 to USES
  - Add stage support
  
  PR:		ports/190853
  Submitted by:	erdgeist at erdgeist.org

Modified:
  head/sysutils/jaildaemon/Makefile
  head/sysutils/jaildaemon/distinfo

Modified: head/sysutils/jaildaemon/Makefile
==============================================================================
--- head/sysutils/jaildaemon/Makefile	Tue Jun 10 03:45:46 2014	(r357253)
+++ head/sysutils/jaildaemon/Makefile	Tue Jun 10 03:53:03 2014	(r357254)
@@ -2,20 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	jaildaemon
-PORTVERSION=	0.2
+PORTVERSION=	0.2.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://erdgeist.org/arts/software/jaildaemon/
 
 MAINTAINER=	erdgeist at erdgeist.org
 COMMENT=	Fixed command-line interface for FreeBSD jails to their host system
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 PLIST_FILES=	bin/jaildaemon \
-		etc/rc.d/jaildaemon
-MAN1=		jaildaemon.1
+		etc/rc.d/jaildaemon \
+		man/man1/jaildaemon.1.gz
+
+MAKE_ENV=	DESTDIR=${STAGEDIR}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 800000

Modified: head/sysutils/jaildaemon/distinfo
==============================================================================
--- head/sysutils/jaildaemon/distinfo	Tue Jun 10 03:45:46 2014	(r357253)
+++ head/sysutils/jaildaemon/distinfo	Tue Jun 10 03:53:03 2014	(r357254)
@@ -1,2 +1,2 @@
-SHA256 (jaildaemon-0.2.tar.bz2) = 876f3ad41b89df79e0c44075463ec43f999cec1c9b28a6d5b7718583b50985c8
-SIZE (jaildaemon-0.2.tar.bz2) = 9555
+SHA256 (jaildaemon-0.2.1.tar.bz2) = 85e95346e385e27e431f0c81e3fbe29542cec125b192a0a169f5a1202e493d1d
+SIZE (jaildaemon-0.2.1.tar.bz2) = 9371


More information about the svn-ports-head mailing list