Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 19:32:48 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372648 - in head/editors/bvi: . files
Message-ID:  <201411161932.sAGJWm1k059816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Sun Nov 16 19:32:47 2014
New Revision: 372648
URL: https://svnweb.freebsd.org/changeset/ports/372648
QAT: https://qat.redports.org/buildarchive/r372648/

Log:
  * Update to 1.4.0 for small fixes & improvements accumulated over ten years.
  * Take maintainer.
  
  Approved by:	vd

Deleted:
  head/editors/bvi/files/patch-io.c
Modified:
  head/editors/bvi/Makefile
  head/editors/bvi/distinfo
  head/editors/bvi/files/patch-Makefile.in
  head/editors/bvi/pkg-descr

Modified: head/editors/bvi/Makefile
==============================================================================
--- head/editors/bvi/Makefile	Sun Nov 16 19:14:45 2014	(r372647)
+++ head/editors/bvi/Makefile	Sun Nov 16 19:32:47 2014	(r372648)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	bvi
-PORTVERSION=	1.3.2
+PORTVERSION=	1.4.0
 CATEGORIES=	editors
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.src.tar.gz
 
-MAINTAINER=	vd@FreeBSD.org
+MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Vi-like binary file (hex)editor
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--datadir=${DATADIR}
 
 .include <bsd.port.mk>

Modified: head/editors/bvi/distinfo
==============================================================================
--- head/editors/bvi/distinfo	Sun Nov 16 19:14:45 2014	(r372647)
+++ head/editors/bvi/distinfo	Sun Nov 16 19:32:47 2014	(r372648)
@@ -1,2 +1,2 @@
-SHA256 (bvi-1.3.2.src.tar.gz) = ff390af1c474bf870b6171332726b93bad8e716ea378827b55d8aae82dee1c84
-SIZE (bvi-1.3.2.src.tar.gz) = 170444
+SHA256 (bvi-1.4.0.src.tar.gz) = 015a3c2832c7c097d98a5527deef882119546287ba8f2a70c736227d764ef802
+SIZE (bvi-1.4.0.src.tar.gz) = 139202

Modified: head/editors/bvi/files/patch-Makefile.in
==============================================================================
--- head/editors/bvi/files/patch-Makefile.in	Sun Nov 16 19:14:45 2014	(r372647)
+++ head/editors/bvi/files/patch-Makefile.in	Sun Nov 16 19:32:47 2014	(r372648)
@@ -1,36 +1,12 @@
---- Makefile.in.orig	Thu Jul  3 15:55:22 2003
-+++ Makefile.in	Fri Mar 24 09:03:08 2006
-@@ -26,6 +26,7 @@
- bindir = $(DESTDIR)@bindir@
- mandir = $(DESTDIR)@mandir@
- libdir = $(DESTDIR)@libdir@
-+datadir= $(DESTDIR)@datadir@
- 
- man1dir = $(mandir)/man1
- 
-@@ -58,7 +59,7 @@
+--- Makefile.in.orig	2014-10-01 18:59:36 UTC
++++ Makefile.in
+@@ -57,7 +57,8 @@
+ bmore: $(BMOBJ)
+ 	$(CC) $(LDFLAGS) -o bmore $(BMOBJ) $(LIBS)
+ 
+-%.o: %.c $(INCLUDES)
++$(OBJS:.o=.c): $(INCLUDES)
++.c.o:
  	$(CC) $(CFLAGS) $(DEFS) -c $<
  
  bmore.o: bmore.c
--	$(CC) $(CFLAGS) $(DEFS) -DHELPFILE=\"$(libdir)/bmore.help\" -c $<
-+	$(CC) $(CFLAGS) $(DEFS) -DHELPFILE=\"$(datadir)/bmore.help\" -c $<
- 
- 
- install: all installdirs
-@@ -66,14 +67,14 @@
- 	@$(INSTALL_DATA) bvi.1 bmore.1 $(man1dir)
- 	@$(INSTALL_PROGRAM) -s bvi $(bindir)
- 	@$(INSTALL_PROGRAM) -s bmore $(bindir)
--	@$(INSTALL_DATA) bmore.help $(libdir)
-+	@$(INSTALL_DATA) bmore.help $(datadir)
- 	@if [ -f $(bindir)/bview ]; then rm $(bindir)/bview; fi
- 	@if [ -f $(bindir)/bvedit ]; then rm $(bindir)/bvedit; fi
- 	@ln $(bindir)/bvi $(bindir)/bview
- 	@ln $(bindir)/bvi $(bindir)/bvedit
- 
- installdirs:
--	$(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(libdir) $(man1dir)
-+	$(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(libdir) $(man1dir) $(datadir)
- 
- uninstall:
- 	@echo "Uninstalling bvi"

Modified: head/editors/bvi/pkg-descr
==============================================================================
--- head/editors/bvi/pkg-descr	Sun Nov 16 19:14:45 2014	(r372647)
+++ head/editors/bvi/pkg-descr	Sun Nov 16 19:32:47 2014	(r372648)
@@ -1,4 +1,7 @@
-Bvi is a display oriented (hex)editor for binary
-files based on those of the vi(1) texteditor.
+Bvi stands for "Binary VIsual editor".  Bvi is a screen-oriented
+editor for binary files; its command set is based on that of the
+vi(1) text editor.  As a binary editor does not have the concept
+of "lines", there are differences from vi commands wherever the
+latter are line oriented.
 
 WWW: http://bvi.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411161932.sAGJWm1k059816>