Date: Sun, 29 Jun 2014 23:09:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359796 - head/textproc/mythes Message-ID: <201406292309.s5TN9B0c093130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jun 29 23:09:11 2014 New Revision: 359796 URL: http://svnweb.freebsd.org/changeset/ports/359796 QAT: https://qat.redports.org/buildarchive/r359796/ Log: Update to 1.2.4 - Fix shebang for perl script - Strip binary - add license - convert to USES=libtool Modified: head/textproc/mythes/Makefile head/textproc/mythes/distinfo head/textproc/mythes/pkg-plist Modified: head/textproc/mythes/Makefile ============================================================================== --- head/textproc/mythes/Makefile Sun Jun 29 23:05:59 2014 (r359795) +++ head/textproc/mythes/Makefile Sun Jun 29 23:09:11 2014 (r359796) @@ -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 Modified: head/textproc/mythes/distinfo ============================================================================== --- head/textproc/mythes/distinfo Sun Jun 29 23:05:59 2014 (r359795) +++ head/textproc/mythes/distinfo Sun Jun 29 23:09:11 2014 (r359796) @@ -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 Modified: head/textproc/mythes/pkg-plist ============================================================================== --- head/textproc/mythes/pkg-plist Sun Jun 29 23:05:59 2014 (r359795) +++ head/textproc/mythes/pkg-plist Sun Jun 29 23:09:11 2014 (r359796) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406292309.s5TN9B0c093130>