svn commit: r360054 - head/sysutils/byobu
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 1 16:43:14 UTC 2014
Author: adamw
Date: Tue Jul 1 16:43:13 2014
New Revision: 360054
URL: http://svnweb.freebsd.org/changeset/ports/360054
QAT: https://qat.redports.org/buildarchive/r360054/
Log:
Update to 5.80.
Modified:
head/sysutils/byobu/Makefile
head/sysutils/byobu/distinfo
head/sysutils/byobu/pkg-plist
Modified: head/sysutils/byobu/Makefile
==============================================================================
--- head/sysutils/byobu/Makefile Tue Jul 1 16:37:29 2014 (r360053)
+++ head/sysutils/byobu/Makefile Tue Jul 1 16:43:13 2014 (r360054)
@@ -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 at 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, at sysconfdir@/profile.d,$$(datadir)/@PACKAGE@,' \
+ ${WRKSRC}/etc/profile.d/Makefile.am
.include <bsd.port.mk>
Modified: head/sysutils/byobu/distinfo
==============================================================================
--- head/sysutils/byobu/distinfo Tue Jul 1 16:37:29 2014 (r360053)
+++ head/sysutils/byobu/distinfo Tue Jul 1 16:43:13 2014 (r360054)
@@ -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
Modified: head/sysutils/byobu/pkg-plist
==============================================================================
--- head/sysutils/byobu/pkg-plist Tue Jul 1 16:37:29 2014 (r360053)
+++ head/sysutils/byobu/pkg-plist Tue Jul 1 16:43:13 2014 (r360054)
@@ -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%%
More information about the svn-ports-all
mailing list