diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-02 00:43:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-02 00:43:13 +0800 |
commit | 9f14cabccbaf7086747acf8934be4880c8aea474 (patch) | |
tree | 548597aface60fa46f9dbb4de09b04d3d4abe7ac /sysutils | |
parent | c4a618dc8eff610e7937cfee1c2aa12281813098 (diff) | |
download | freebsd-ports-gnome-9f14cabccbaf7086747acf8934be4880c8aea474.tar.gz freebsd-ports-gnome-9f14cabccbaf7086747acf8934be4880c8aea474.tar.zst freebsd-ports-gnome-9f14cabccbaf7086747acf8934be4880c8aea474.zip |
Update to 5.80.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/byobu/Makefile | 8 | ||||
-rw-r--r-- | sysutils/byobu/distinfo | 4 | ||||
-rw-r--r-- | sysutils/byobu/pkg-plist | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile index 95eef3717221..b49cb380bd91 100644 --- a/sysutils/byobu/Makefile +++ b/sysutils/byobu/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= byobu -PORTVERSION= 5.73 -PORTREVISION= 1 +PORTVERSION= 5.80 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -12,9 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Profile and configuration utilities for GNU Screen RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen \ - bash:${PORTSDIR}/shells/bash + bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal automake USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -23,5 +23,7 @@ post-patch: ${REINPLACE_CMD} \ -e "s@/bin/bash@${LOCALBASE}/bin/bash@" \ -e "s@/usr/bin/python@${PYTHON_CMD}@" + ${REINPLACE_CMD} -e 's,@sysconfdir@/profile.d,$$(datadir)/@PACKAGE@,' \ + ${WRKSRC}/etc/profile.d/Makefile.am .include <bsd.port.mk> diff --git a/sysutils/byobu/distinfo b/sysutils/byobu/distinfo index d738dd40514e..3c3d3727e10e 100644 --- a/sysutils/byobu/distinfo +++ b/sysutils/byobu/distinfo @@ -1,2 +1,2 @@ -SHA256 (byobu_5.73.orig.tar.gz) = c5508b591f4bb1f9cbfb3e9264b3e123eac791c395c5864b9ccb3da10e684ce1 -SIZE (byobu_5.73.orig.tar.gz) = 635985 +SHA256 (byobu_5.80.orig.tar.gz) = 65c452fa3dd6ebc17ff15564e67dc1088c7462c62cc4465b5ca935471b249beb +SIZE (byobu_5.80.orig.tar.gz) = 650085 diff --git a/sysutils/byobu/pkg-plist b/sysutils/byobu/pkg-plist index 687650794ba5..3391e917bf28 100644 --- a/sysutils/byobu/pkg-plist +++ b/sysutils/byobu/pkg-plist @@ -45,6 +45,7 @@ lib/byobu/ec2_cost lib/byobu/entropy lib/byobu/fan_speed lib/byobu/hostname +lib/byobu/include/colors lib/byobu/include/common lib/byobu/include/config.py lib/byobu/include/constants @@ -129,6 +130,7 @@ share/applications/byobu.desktop %%DATADIR%%/profiles/bashrc %%DATADIR%%/profiles/byoburc %%DATADIR%%/profiles/common +%%DATADIR%%/profiles/dircolors %%DATADIR%%/profiles/screenrc %%DATADIR%%/profiles/tmux %%DATADIR%%/profiles/tmuxrc @@ -136,6 +138,7 @@ share/applications/byobu.desktop %%DATADIR%%/status/statusrc %%DATADIR%%/tests/byobu-time-notifications %%DATADIR%%/windows/common +%%DATADIR%%/Z97-byobu.sh %%PORTDOCS%%%%DOCSDIR%%/help.screen.txt %%PORTDOCS%%%%DOCSDIR%%/help.tmux.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% |