aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-22 05:09:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-22 05:09:57 +0800
commit6dae1a6ec441a0e4adfb75353113bf2aaf99c62c (patch)
treebe2ee2b692c79f142c9dd02fe9ef5da344302dbd /sysutils
parent0bd0366234c903f5cb24aa155084349a17266759 (diff)
downloadfreebsd-ports-gnome-6dae1a6ec441a0e4adfb75353113bf2aaf99c62c.tar.gz
freebsd-ports-gnome-6dae1a6ec441a0e4adfb75353113bf2aaf99c62c.tar.zst
freebsd-ports-gnome-6dae1a6ec441a0e4adfb75353113bf2aaf99c62c.zip
- 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@olevole.ru (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cbsd/Makefile5
-rw-r--r--sysutils/cbsd/distinfo4
-rw-r--r--sysutils/cbsd/files/patch-Makefile11
3 files changed, 4 insertions, 16 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index 6184a78f9cec..4dd9cbdeef33 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= cbsd
-PORTVERSION= 10.1.1
-PORTREVISION= 2
+PORTVERSION= 10.1.2
CATEGORIES= sysutils
MAINTAINER= olevole@olevole.ru
@@ -19,7 +18,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 \
USE_GITHUB= yes
GH_ACCOUNT= olevole
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 1a5ce04
+GH_COMMIT= e4fa984
USE_RC_SUBR= cbsdd cbsdrsyncd
diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo
index ed491192c2af..5302b0cdfa69 100644
--- a/sysutils/cbsd/distinfo
+++ b/sysutils/cbsd/distinfo
@@ -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
diff --git a/sysutils/cbsd/files/patch-Makefile b/sysutils/cbsd/files/patch-Makefile
deleted file mode 100644
index 3d1dde7903e5..000000000000
--- a/sysutils/cbsd/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2014-11-07 13:00:51.000000000 +0300
-+++ Makefile 2014-11-07 13:01:02.000000000 +0300
-@@ -24,7 +24,7 @@
- ${CC} bin/cbsdssh.c -o bin/cbsdssh -lssh2 -L/usr/local/lib -I/usr/local/include
- ${CC} bin/cfetch.c -o bin/cfetch -lfetch
- ${CC} sbin/netmask.c -o sbin/netmask
-- ${CC} misc/src/sqlcli.c -static -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli
-+ ${CC} misc/src/sqlcli.c -static -pthread -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli
- ${CC} misc/src/cbsdlogtail.c -o misc/cbsdlogtail
- ${CC} misc/src/chk_arp_byip.c -o misc/chk_arp_byip
- ${CC} misc/src/elf_tables.c -lelf -o misc/elf_tables