diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-30 07:09:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-30 07:09:11 +0800 |
commit | e79baa63d6f1ca5c80cd944439d0e43d2a5b476b (patch) | |
tree | 654040ff60665be0894211bd37f8ef4de81887e4 /textproc | |
parent | 4870b8f03ff4f4944b804ca5369ad267f7d3e141 (diff) | |
download | freebsd-ports-gnome-e79baa63d6f1ca5c80cd944439d0e43d2a5b476b.tar.gz freebsd-ports-gnome-e79baa63d6f1ca5c80cd944439d0e43d2a5b476b.tar.zst freebsd-ports-gnome-e79baa63d6f1ca5c80cd944439d0e43d2a5b476b.zip |
Update to 1.2.4
- Fix shebang for perl script
- Strip binary
- add license
- convert to USES=libtool
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mythes/Makefile | 11 | ||||
-rw-r--r-- | textproc/mythes/distinfo | 4 | ||||
-rw-r--r-- | textproc/mythes/pkg-plist | 2 |
3 files changed, 11 insertions, 6 deletions
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index c16e52a278b6..1aa97b64176a 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} @@ -9,10 +9,15 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Simple thesaurus library -LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig +LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell + +USES= libtool pathfix pkgconfig shebangfix +SHEBANG_FILES= th_gen_idx.pl USE_LDCONFIG= yes +INSTALL_TARGET= install-strip GNU_CONFIGURE= yes diff --git a/textproc/mythes/distinfo b/textproc/mythes/distinfo index 3dd35778da6a..f238ccc2f715 100644 --- a/textproc/mythes/distinfo +++ b/textproc/mythes/distinfo @@ -1,2 +1,2 @@ -SHA256 (mythes/mythes-1.2.3.tar.gz) = 92383930f110d691a38b64684d96cb4f30d7f0550dbcfe8b227ca5c7a33fb838 -SIZE (mythes/mythes-1.2.3.tar.gz) = 4910188 +SHA256 (mythes/mythes-1.2.4.tar.gz) = 1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f +SIZE (mythes/mythes-1.2.4.tar.gz) = 4910303 diff --git a/textproc/mythes/pkg-plist b/textproc/mythes/pkg-plist index 024f8e2c9374..533f68277ada 100644 --- a/textproc/mythes/pkg-plist +++ b/textproc/mythes/pkg-plist @@ -1,7 +1,7 @@ bin/th_gen_idx.pl include/mythes.hxx lib/libmythes-1.2.a -lib/libmythes-1.2.la lib/libmythes-1.2.so lib/libmythes-1.2.so.0 +lib/libmythes-1.2.so.0.0.0 libdata/pkgconfig/mythes.pc |