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

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 21 21:09:59 UTC 2014


Author: amdmi3
Date: Sun Dec 21 21:09:57 2014
New Revision: 375188
URL: https://svnweb.freebsd.org/changeset/ports/375188
QAT: https://qat.redports.org/buildarchive/r375188/

Log:
  - Update to 10.1.2
  
  Changes:
  - check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins
  - rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup
  - new wrappers for service, sysrc, passwd for the appropriate tools
  - (bugfix) Fixes for jexport/jimport with newjname args
  - (bugfix) Correction to determine the type of IPv4: must contain only numbers.
  
  PR:		196173
  Submitted by:	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	Sun Dec 21 21:05:51 2014	(r375187)
+++ head/sysutils/cbsd/Makefile	Sun Dec 21 21:09:57 2014	(r375188)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cbsd
-PORTVERSION=	10.1.1
-PORTREVISION=	2
+PORTVERSION=	10.1.2
 CATEGORIES=	sysutils
 
 MAINTAINER=	olevole at olevole.ru
@@ -19,7 +18,7 @@ LIB_DEPENDS=	libssh2.so:${PORTSDIR}/secu
 USE_GITHUB=	yes
 GH_ACCOUNT=	olevole
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	1a5ce04
+GH_COMMIT=	e4fa984
 
 USE_RC_SUBR=	cbsdd cbsdrsyncd
 

Modified: head/sysutils/cbsd/distinfo
==============================================================================
--- head/sysutils/cbsd/distinfo	Sun Dec 21 21:05:51 2014	(r375187)
+++ head/sysutils/cbsd/distinfo	Sun Dec 21 21:09:57 2014	(r375188)
@@ -1,2 +1,2 @@
-SHA256 (cbsd-10.1.1.tar.gz) = 6d36723d8ef7e2f25a86c0d5b302026304fe09a4906b66b2e3ac93b2dc17f67b
-SIZE (cbsd-10.1.1.tar.gz) = 396514
+SHA256 (cbsd-10.1.2.tar.gz) = 95b766b2dc46d2b05d9f9b9dac048bea8944c526adf22ed1068752ef48629c2c
+SIZE (cbsd-10.1.2.tar.gz) = 453231


More information about the svn-ports-head mailing list