mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 1.2.4
- Fix shebang for perl script - Strip binary - add license - convert to USES=libtool
This commit is contained in:
parent
45cb294868
commit
84e5bc1d06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359796
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user