View | Details | Raw Unified | Return to bug 233216 | Differences between
and this patch

Collapse All | Expand All

(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497841950
1
TIMESTAMP = 1542171398
2
SHA256 (byobu_5.119.orig.tar.gz) = 4b092ca12d3a33e89d84cc90c4a41af2ba8697d48e26080a45d64d6b7800ca77
2
SHA256 (byobu_5.127.orig.tar.gz) = 4bafc7cb69ff5b0ab6998816d58cd1ef7175e5de75abc1dd7ffd6d5288a4f63b
3
SIZE (byobu_5.119.orig.tar.gz) = 664949
3
SIZE (byobu_5.127.orig.tar.gz) = 755529
(-)Makefile (-2 / +4 lines)
Lines 2-14 Link Here
2
# $FreeBSD: head/sysutils/byobu/Makefile 473019 2018-06-22 08:04:38Z yuri $
2
# $FreeBSD: head/sysutils/byobu/Makefile 473019 2018-06-22 08:04:38Z yuri $
3
3
4
PORTNAME=	byobu
4
PORTNAME=	byobu
5
PORTVERSION=	5.119
5
PORTVERSION=	5.127
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
8
MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
9
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
9
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	jcoffman@openfire.io
12
COMMENT=	Profile and configuration utilities for GNU Screen
12
COMMENT=	Profile and configuration utilities for GNU Screen
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
Lines 33-37 Link Here
33
			-e "s@/usr/bin/python@${PYTHON_CMD}@"
33
			-e "s@/usr/bin/python@${PYTHON_CMD}@"
34
	${REINPLACE_CMD} -e 's,@sysconfdir@/profile.d,$$(datadir)/@PACKAGE@,' \
34
	${REINPLACE_CMD} -e 's,@sysconfdir@/profile.d,$$(datadir)/@PACKAGE@,' \
35
		${WRKSRC}/etc/profile.d/Makefile.am
35
		${WRKSRC}/etc/profile.d/Makefile.am
36
	${FIND} ${WRKSRC}/usr/lib/byobu -type f -maxdepth 1 | ${XARGS} \
37
		${REINPLACE_CMD} -e 's:/proc:/compat/linux/proc:g'
36
38
37
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)pkg-plist (-3 lines)
Lines 47-53 Link Here
47
lib/byobu/disk
47
lib/byobu/disk
48
lib/byobu/disk_io
48
lib/byobu/disk_io
49
lib/byobu/distro
49
lib/byobu/distro
50
lib/byobu/ec2_cost
51
lib/byobu/entropy
50
lib/byobu/entropy
52
lib/byobu/fan_speed
51
lib/byobu/fan_speed
53
lib/byobu/hostname
52
lib/byobu/hostname
Lines 57-63 Link Here
57
lib/byobu/include/constants
56
lib/byobu/include/constants
58
lib/byobu/include/cycle-status
57
lib/byobu/include/cycle-status
59
lib/byobu/include/dirs
58
lib/byobu/include/dirs
60
lib/byobu/include/ec2instancespricing.py
61
lib/byobu/include/icons
59
lib/byobu/include/icons
62
lib/byobu/include/mondrian
60
lib/byobu/include/mondrian
63
lib/byobu/include/notify_osd
61
lib/byobu/include/notify_osd
Lines 76-82 Link Here
76
lib/byobu/network
74
lib/byobu/network
77
lib/byobu/processes
75
lib/byobu/processes
78
lib/byobu/raid
76
lib/byobu/raid
79
lib/byobu/rcs_cost
80
lib/byobu/reboot_required
77
lib/byobu/reboot_required
81
lib/byobu/release
78
lib/byobu/release
82
lib/byobu/services
79
lib/byobu/services

Return to bug 233216