svn commit: r338386 - in head/sysutils/cbsd: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Jan 1 18:54:01 UTC 2014


Author: danilo
Date: Wed Jan  1 18:54:00 2014
New Revision: 338386
URL: http://svnweb.freebsd.org/changeset/ports/338386

Log:
  - Update from 10.0.0 to 10.0.1
  - Convert LICENSE from BSD to BSD2CLAUSE
  
  PR:		ports/185242
  Submitted by:	Oleg Ginzburg <olevole at olevole.ru> (maintainer)

Deleted:
  head/sysutils/cbsd/files/patch-Makefile
Modified:
  head/sysutils/cbsd/Makefile
  head/sysutils/cbsd/distinfo

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Wed Jan  1 18:25:10 2014	(r338385)
+++ head/sysutils/cbsd/Makefile	Wed Jan  1 18:54:00 2014	(r338386)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cbsd
-PORTVERSION=	10.0.0
+PORTVERSION=	10.0.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bsdstore.ru/downloads/ \
 		GH
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.bsdstore.ru/dow
 MAINTAINER=	olevole at olevole.ru
 COMMENT=	Yet another FreeBSD Jail Management Utility
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
 		sudo:${PORTSDIR}/security/sudo \
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libssh2.so:${PORTSDIR}/secu
 USE_GITHUB=	yes
 GH_ACCOUNT=	olevole
 GH_PROJECT=	cbsd
-GH_COMMIT=	1d65639
+GH_COMMIT=	ff6e7ea
 
 SUB_FILES=	pkg-message
 PLIST_FILES+=	man/man8/cbsd.8.gz

Modified: head/sysutils/cbsd/distinfo
==============================================================================
--- head/sysutils/cbsd/distinfo	Wed Jan  1 18:25:10 2014	(r338385)
+++ head/sysutils/cbsd/distinfo	Wed Jan  1 18:54:00 2014	(r338386)
@@ -1,2 +1,2 @@
-SHA256 (cbsd-10.0.0.tar.gz) = ef527e2925a0be7fc59f43230caa9c9faf0e73043cec812d8b9bc966a2e1844d
-SIZE (cbsd-10.0.0.tar.gz) = 1747707
+SHA256 (cbsd-10.0.1.tar.gz) = a4475238ecf1f05752ddccfd514afe9dcd151c580ddba29dfee467c80193050f
+SIZE (cbsd-10.0.1.tar.gz) = 1752119


More information about the svn-ports-all mailing list