Straightforward update to 1.2.0, doesn't need groff. ok?
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/pv/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 20 Nov 2010 17:22:42 -0000 1.3 +++ Makefile 16 Feb 2012 21:38:32 -0000 @@ -2,7 +2,7 @@ COMMENT = monitor the progress of data through a pipeline -DISTNAME = pv-1.1.4 +DISTNAME = pv-1.2.0 CATEGORIES = sysutils HOMEPAGE = http://www.ivarch.com/programs/pv.shtml @@ -18,6 +18,5 @@ MASTER_SITES = http://pipeviewer.google WANTLIB = c CONFIGURE_STYLE = gnu -USE_GROFF = Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/pv/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 3 Apr 2009 18:03:04 -0000 1.1.1.1 +++ distinfo 16 Feb 2012 21:38:32 -0000 @@ -1,5 +1,5 @@ -MD5 (pv-1.1.4.tar.gz) = jQ7aIYJkCRnar2GGzYFqEw== -RMD160 (pv-1.1.4.tar.gz) = rART5Z+fHYHMQLVbiHCHGqIvnxA= -SHA1 (pv-1.1.4.tar.gz) = LYTiErVDUJtnU1GAnR4CV+Z5xfo= -SHA256 (pv-1.1.4.tar.gz) = /UOuo86QF0mcwCxbMjfgIHFAsX1u+t3AX6jMOTxkqQQ= -SIZE (pv-1.1.4.tar.gz) = 92146 +MD5 (pv-1.2.0.tar.gz) = 98xlyFCsmMYBPMRIBQ7uSw== +RMD160 (pv-1.2.0.tar.gz) = 1X6NHp4fJc64rcjnCbneT6uqAx0= +SHA1 (pv-1.2.0.tar.gz) = mIjwcFn3apIyfGvt+8bKitTU5Bs= +SHA256 (pv-1.2.0.tar.gz) = +Tpe2kfUYH41AgYicXreW8Dl7oISOpczEJDxnguQfF8= +SIZE (pv-1.2.0.tar.gz) = 93686 Index: patches/patch-autoconf_make_unreal_mk =================================================================== RCS file: /cvs/ports/sysutils/pv/patches/patch-autoconf_make_unreal_mk,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-autoconf_make_unreal_mk --- patches/patch-autoconf_make_unreal_mk 3 Apr 2009 18:03:04 -0000 1.1.1.1 +++ patches/patch-autoconf_make_unreal_mk 16 Feb 2012 21:38:32 -0000 @@ -1,11 +1,11 @@ $OpenBSD: patch-autoconf_make_unreal_mk,v 1.1.1.1 2009/04/03 18:03:04 giovanni Exp $ ---- autoconf/make/unreal.mk.orig Fri Apr 3 19:14:16 2009 -+++ autoconf/make/unreal.mk Fri Apr 3 19:14:27 2009 +--- autoconf/make/unreal.mk.orig Mon Jan 18 22:56:49 2010 ++++ autoconf/make/unreal.mk Mon Feb 6 20:29:24 2012 @@ -155,7 +155,6 @@ install: all doc - "$(DESTDIR)/$(bindir)/$(package)" + "$(DESTDIR)$(bindir)/$(package)" $(INSTALL) -m 644 doc/quickref.1 \ - "$(DESTDIR)/$(mandir)/man1/$(package).1" -- -$(DO_GZIP) "$(DESTDIR)/$(mandir)/man1/$(package).1" + "$(DESTDIR)$(mandir)/man1/$(package).1" +- -$(DO_GZIP) "$(DESTDIR)$(mandir)/man1/$(package).1" if test -n "$(CATALOGS)"; then \ catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \
