svn commit: r360757 - in head/math/hfst: . files

Dmitry Sivachenko demon at FreeBSD.org
Sat Jul 5 15:04:31 UTC 2014


Author: demon
Date: Sat Jul  5 15:04:30 2014
New Revision: 360757
URL: http://svnweb.freebsd.org/changeset/ports/360757
QAT: https://qat.redports.org/buildarchive/r360757/

Log:
  Update to 3.7.2, install hfst.pc into correct location.

Added:
  head/math/hfst/files/patch-libhfst-Makefile.in   (contents, props changed)
Modified:
  head/math/hfst/Makefile
  head/math/hfst/distinfo
  head/math/hfst/pkg-plist

Modified: head/math/hfst/Makefile
==============================================================================
--- head/math/hfst/Makefile	Sat Jul  5 15:02:31 2014	(r360756)
+++ head/math/hfst/Makefile	Sat Jul  5 15:04:30 2014	(r360757)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	hfst
-PORTVERSION=	3.7.1
+PORTVERSION=	3.7.2
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/archive
+MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}
 
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	A toolkit for for processing natural language morphologies

Modified: head/math/hfst/distinfo
==============================================================================
--- head/math/hfst/distinfo	Sat Jul  5 15:02:31 2014	(r360756)
+++ head/math/hfst/distinfo	Sat Jul  5 15:04:30 2014	(r360757)
@@ -1,2 +1,2 @@
-SHA256 (hfst-3.7.1.tar.gz) = 5a43c93ea03b6a6a64c4f94843ad9c53695e6bef80139293fb8a330e72eac4cf
-SIZE (hfst-3.7.1.tar.gz) = 3103743
+SHA256 (hfst-3.7.2.tar.gz) = fbb29553a31301b3fdb19e6b9ee0061d4ddcc340473745542a158f9132378625
+SIZE (hfst-3.7.2.tar.gz) = 3082694

Added: head/math/hfst/files/patch-libhfst-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/hfst/files/patch-libhfst-Makefile.in	Sat Jul  5 15:04:30 2014	(r360757)
@@ -0,0 +1,11 @@
+--- libhfst/Makefile.in.orig	2014-07-05 18:38:21.000000000 +0400
++++ libhfst/Makefile.in	2014-07-05 18:39:40.000000000 +0400
+@@ -287,7 +287,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ SUBDIRS = src
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = hfst.pc
+ all: all-recursive
+ 

Modified: head/math/hfst/pkg-plist
==============================================================================
--- head/math/hfst/pkg-plist	Sat Jul  5 15:02:31 2014	(r360756)
+++ head/math/hfst/pkg-plist	Sat Jul  5 15:04:30 2014	(r360757)
@@ -133,9 +133,9 @@ include/hfst/parsers/pmatch_utils.h
 include/hfst/parsers/xre_utils.h
 lib/libhfst.a
 lib/libhfst.so
-lib/libhfst.so.36
-lib/libhfst.so.36.0.0
-lib/pkgconfig/hfst.pc
+lib/libhfst.so.37
+lib/libhfst.so.37.0.0
+libdata/pkgconfig/hfst.pc
 %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.py
 %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyc
 %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyo
@@ -192,4 +192,4 @@ share/aclocal/hfst.m4
 @dirrm include/hfst/implementations
 @dirrm include/hfst/parsers
 @dirrm include/hfst
- at dirrmtry lib/pkgconfig
+ at dirrmtry libdata/pkgconfig


More information about the svn-ports-all mailing list