Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 00:47:21 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396638 - in head/devel/liblouis: . files
Message-ID:  <201509110047.t8B0lLlC096081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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