From owner-svn-ports-all@FreeBSD.ORG Thu May 22 10:16:16 2014 Return-Path: Delivered-To: svn-ports-all@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 5FB0AFD4; Thu, 22 May 2014 10:16:16 +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 4D3962129; Thu, 22 May 2014 10:16:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4MAGGwO066260; Thu, 22 May 2014 10:16:16 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4MAGGhV066259; Thu, 22 May 2014 10:16:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405221016.s4MAGGhV066259@svn.freebsd.org> From: Martin Wilke Date: Thu, 22 May 2014 10:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354820 - head/japanese/anthy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 10:16:16 -0000 Author: miwi Date: Thu May 22 10:16:15 2014 New Revision: 354820 URL: http://svnweb.freebsd.org/changeset/ports/354820 QAT: https://qat.redports.org/buildarchive/r354820/ Log: - Strip shared libraries. - Bump PORTREVISION. PR: 188988 Submitted by: Yasuhiro KIMURA Approved by: maintainer timeout Modified: head/japanese/anthy/Makefile Modified: head/japanese/anthy/Makefile ============================================================================== --- head/japanese/anthy/Makefile Thu May 22 10:11:10 2014 (r354819) +++ head/japanese/anthy/Makefile Thu May 22 10:16:15 2014 (r354820) @@ -3,7 +3,7 @@ PORTNAME= anthy PORTVERSION= 9100h -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/37536 @@ -22,6 +22,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/ja/anthy ELISPDIR= share/emacs/site-lisp/anthy