svn commit: r442668 - head/sysutils/jaildaemon

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 5 15:28:08 UTC 2017


Author: amdmi3
Date: Mon Jun  5 15:28:07 2017
New Revision: 442668
URL: https://svnweb.freebsd.org/changeset/ports/442668

Log:
  - Update to 0.3
  - While here, add LICENSE and remove unneeded MAKE_ENV
  
  PR:		219727
  Submitted by:	erdgeist at erdgeist.org (maintainer)

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

Modified: head/sysutils/jaildaemon/Makefile
==============================================================================
--- head/sysutils/jaildaemon/Makefile	Mon Jun  5 15:26:50 2017	(r442667)
+++ head/sysutils/jaildaemon/Makefile	Mon Jun  5 15:28:07 2017	(r442668)
@@ -2,19 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	jaildaemon
-PORTVERSION=	0.2.1
+PORTVERSION=	0.3
 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
 
+LICENSE=	BEERWARE
+LICENSE_NAME=	beerware
+LICENSE_TEXT=	See http://erdgeist.org/beerware.html
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		tar:bzip2
 
 PLIST_FILES=	bin/jaildaemon \
 		etc/rc.d/jaildaemon \
 		man/man1/jaildaemon.1.gz
-
-MAKE_ENV=	DESTDIR=${STAGEDIR}
 
 .include <bsd.port.mk>

Modified: head/sysutils/jaildaemon/distinfo
==============================================================================
--- head/sysutils/jaildaemon/distinfo	Mon Jun  5 15:26:50 2017	(r442667)
+++ head/sysutils/jaildaemon/distinfo	Mon Jun  5 15:28:07 2017	(r442668)
@@ -1,2 +1,3 @@
-SHA256 (jaildaemon-0.2.1.tar.bz2) = 85e95346e385e27e431f0c81e3fbe29542cec125b192a0a169f5a1202e493d1d
-SIZE (jaildaemon-0.2.1.tar.bz2) = 9371
+TIMESTAMP = 1494608749
+SHA256 (jaildaemon-0.3.tar.bz2) = 94960b62f4f62799fdac55cbf09dd1fa7f62442278463ba5500c26e87314ab15
+SIZE (jaildaemon-0.3.tar.bz2) = 9519


More information about the svn-ports-all mailing list