From owner-svn-ports-all@freebsd.org Fri Sep 11 00:47:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88C51A0227A; Fri, 11 Sep 2015 00:47:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CA7D1B47; Fri, 11 Sep 2015 00:47:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8B0lM8U096085; Fri, 11 Sep 2015 00:47:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8B0lLlC096081; Fri, 11 Sep 2015 00:47:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509110047.t8B0lLlC096081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 11 Sep 2015 00:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396638 - in head/devel/liblouis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 00:47:22 -0000 Author: wen Date: Fri Sep 11 00:47:20 2015 New Revision: 396638 URL: https://svnweb.freebsd.org/changeset/ports/396638 Log: - Install man - Install .pc file into right directory - Update LICENSE and WWW - Some cleanup Reported by: jbeich@ Modified: head/devel/liblouis/Makefile head/devel/liblouis/files/patch-autogen.sh head/devel/liblouis/pkg-descr head/devel/liblouis/pkg-plist Modified: head/devel/liblouis/Makefile ============================================================================== --- head/devel/liblouis/Makefile Fri Sep 11 00:35:35 2015 (r396637) +++ head/devel/liblouis/Makefile Fri Sep 11 00:47:20 2015 (r396638) @@ -4,24 +4,21 @@ PORTNAME= liblouis PORTVERSION= 2.6.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org COMMENT= Open-source Braille Translator And Back-translator -LICENSE= GPLv3 +LICENSE= LGPL3 # or any later version -OPTIONS_DEFINE= DOCS +BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man -USES= gmake libtool autoreconf +USES= autoreconf gmake libtool pathfix USE_GITHUB= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes - -pre-configure: - cd ${WRKSRC} && ./autogen.sh - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblouis.so +PATHFIX_MAKEFILEIN= Makefile.am +INSTALL_TARGET= install-strip .include Modified: head/devel/liblouis/files/patch-autogen.sh ============================================================================== --- head/devel/liblouis/files/patch-autogen.sh Fri Sep 11 00:35:35 2015 (r396637) +++ head/devel/liblouis/files/patch-autogen.sh Fri Sep 11 00:47:20 2015 (r396638) @@ -1,6 +1,6 @@ ---- autogen.sh.orig 2015-09-10 16:17:51.726491000 +0800 -+++ autogen.sh 2015-09-10 16:18:08.800813000 +0800 -@@ -28,8 +28,8 @@ +--- autogen.sh.orig 2015-08-31 14:19:59 UTC ++++ autogen.sh +@@ -28,8 +28,8 @@ set -e # Refresh GNU autotools toolchain. echo Cleaning autotools files... Modified: head/devel/liblouis/pkg-descr ============================================================================== --- head/devel/liblouis/pkg-descr Fri Sep 11 00:35:35 2015 (r396637) +++ head/devel/liblouis/pkg-descr Fri Sep 11 00:47:20 2015 (r396638) @@ -7,4 +7,4 @@ Included are also tools for testing and also supports math braille (Nemeth and Marburg). The formatting of braille is provided by the companion project liblouisxml. -WWW: http://code.google.com/p/liblouis/ +WWW: http://www.liblouis.org/ Modified: head/devel/liblouis/pkg-plist ============================================================================== --- head/devel/liblouis/pkg-plist Fri Sep 11 00:35:35 2015 (r396637) +++ head/devel/liblouis/pkg-plist Fri Sep 11 00:47:20 2015 (r396638) @@ -11,7 +11,13 @@ lib/liblouis.a lib/liblouis.so lib/liblouis.so.9 lib/liblouis.so.9.0.0 -lib/pkgconfig/liblouis.pc +libdata/pkgconfig/liblouis.pc +man/man1/lou_allround.1.gz +man/man1/lou_checkhyphens.1.gz +man/man1/lou_checktable.1.gz +man/man1/lou_debug.1.gz +man/man1/lou_trace.1.gz +man/man1/lou_translate.1.gz %%DATADIR%%/tables/Cz-Cz-g1.utb %%DATADIR%%/tables/Es-Es-G0.utb %%DATADIR%%/tables/Es-Es-g1.utb