Update to 5.80.
This commit is contained in:
parent
f03159b28a
commit
76694dc754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360054
3 changed files with 10 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Reference in a new issue