diff options
author | demon <demon@FreeBSD.org> | 2014-07-05 23:04:30 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-07-05 23:04:30 +0800 |
commit | de426e7b55ab788400c6b7809dcf9ed1c686897d (patch) | |
tree | a1099ccdf5490f3ff52e5e02a0c80bfb5df1c89a /math | |
parent | caeb137a1b1b6d8fff152c5adb6bc075a5da25bf (diff) | |
download | freebsd-ports-gnome-de426e7b55ab788400c6b7809dcf9ed1c686897d.tar.gz freebsd-ports-gnome-de426e7b55ab788400c6b7809dcf9ed1c686897d.tar.zst freebsd-ports-gnome-de426e7b55ab788400c6b7809dcf9ed1c686897d.zip |
Update to 3.7.2, install hfst.pc into correct location.
Diffstat (limited to 'math')
-rw-r--r-- | math/hfst/Makefile | 4 | ||||
-rw-r--r-- | math/hfst/distinfo | 4 | ||||
-rw-r--r-- | math/hfst/files/patch-libhfst-Makefile.in | 11 | ||||
-rw-r--r-- | math/hfst/pkg-plist | 8 |
4 files changed, 19 insertions, 8 deletions
diff --git a/math/hfst/Makefile b/math/hfst/Makefile index 1b46625adf15..25b31e07a01e 100644 --- a/math/hfst/Makefile +++ b/math/hfst/Makefile @@ -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@FreeBSD.org COMMENT= A toolkit for for processing natural language morphologies diff --git a/math/hfst/distinfo b/math/hfst/distinfo index 0892c3ead632..8ee7e27348ca 100644 --- a/math/hfst/distinfo +++ b/math/hfst/distinfo @@ -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 diff --git a/math/hfst/files/patch-libhfst-Makefile.in b/math/hfst/files/patch-libhfst-Makefile.in new file mode 100644 index 000000000000..19bc380a57da --- /dev/null +++ b/math/hfst/files/patch-libhfst-Makefile.in @@ -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 + diff --git a/math/hfst/pkg-plist b/math/hfst/pkg-plist index 5b10359e925f..c048f252e18b 100644 --- a/math/hfst/pkg-plist +++ b/math/hfst/pkg-plist @@ -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 -@dirrmtry lib/pkgconfig +@dirrmtry libdata/pkgconfig |