Date: Sun, 9 Dec 2012 17:48:20 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308547 - in head/net/yaz: . files Message-ID: <201212091748.qB9HmKPk095150@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Dec 9 17:48:20 2012 New Revision: 308547 URL: http://svnweb.freebsd.org/changeset/ports/308547 Log: Update to version 4.2.47 Modified: head/net/yaz/Makefile head/net/yaz/distinfo head/net/yaz/files/extrapatch-doc__Makefile.in Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Sun Dec 9 17:34:57 2012 (r308546) +++ head/net/yaz/Makefile Sun Dec 9 17:48:20 2012 (r308547) @@ -1,12 +1,8 @@ -# New ports collection makefile for: yaz -# Date created: 16 Sep 2000 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# +# Created by: Dmitry Sivachenko <dima@Chg.RU> # $FreeBSD$ -# PORTNAME= yaz -PORTVERSION= 4.2.37 +PORTVERSION= 4.2.47 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ @@ -41,7 +37,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extrapatch-d .endif post-configure: - ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \ + @${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \ ${WRKSRC}/doc/Makefile .include <bsd.port.mk> Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Sun Dec 9 17:34:57 2012 (r308546) +++ head/net/yaz/distinfo Sun Dec 9 17:48:20 2012 (r308547) @@ -1,2 +1,2 @@ -SHA256 (yaz-4.2.37.tar.gz) = 4d50cf4c7e97a8c45985c901d53adef2a1817449e776f5471b7bb552dd076409 -SIZE (yaz-4.2.37.tar.gz) = 2410080 +SHA256 (yaz-4.2.47.tar.gz) = 1385ab80c4357b4d7f5c39ceeb8e0c616f65524761f507f85293bdbe06049d8c +SIZE (yaz-4.2.47.tar.gz) = 2417237 Modified: head/net/yaz/files/extrapatch-doc__Makefile.in ============================================================================== --- head/net/yaz/files/extrapatch-doc__Makefile.in Sun Dec 9 17:34:57 2012 (r308546) +++ head/net/yaz/files/extrapatch-doc__Makefile.in Sun Dec 9 17:48:20 2012 (r308547) @@ -1,6 +1,6 @@ ---- ./doc/Makefile.in.orig 2010-11-12 20:17:48.634411873 +0300 -+++ ./doc/Makefile.in 2010-11-12 20:28:51.973149234 +0300 -@@ -264,7 +264,6 @@ +--- doc/Makefile.in.orig 2012-11-07 20:12:22.000000000 +0100 ++++ doc/Makefile.in 2012-11-07 20:13:07.000000000 +0100 +@@ -221,7 +221,6 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -8,7 +8,7 @@ XMLFILES = bookinfo.xml introduction.xml installation.xml \ indexdata.xml \ asn.xml tools.xml odr.xml comstack.xml server.xml license.xml \ -@@ -729,9 +728,9 @@ +@@ -682,9 +681,8 @@ info-am: @@ -16,7 +16,6 @@ +install-data-am: install-man @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook -+ $(MAKE) $(AM_MAKEFLAGS) + install-dvi: install-dvi-recursive - install-dvi-am:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212091748.qB9HmKPk095150>