From owner-svn-ports-head@FreeBSD.ORG Sun Jun 29 23:09:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99BA76DD; Sun, 29 Jun 2014 23:09:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E59621F9; Sun, 29 Jun 2014 23:09:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TN9Cgq093137; Sun, 29 Jun 2014 23:09:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5TN9B0c093130; Sun, 29 Jun 2014 23:09:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406292309.s5TN9B0c093130@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 29 Jun 2014 23:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359796 - head/textproc/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 23:09:12 -0000 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