From owner-svn-ports-all@freebsd.org Sun Jun 28 08:38:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D96798F27A; Sun, 28 Jun 2015 08:38:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 3E96B110E; Sun, 28 Jun 2015 08:38:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8cegw057686; Sun, 28 Jun 2015 08:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8cdoH057682; Sun, 28 Jun 2015 08:38:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506280838.t5S8cdoH057682@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jun 2015 08:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390754 - in head/chinese/bug5: . files 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.20 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: Sun, 28 Jun 2015 08:38:40 -0000 Author: sunpoet Date: Sun Jun 28 08:38:39 2015 New Revision: 390754 URL: https://svnweb.freebsd.org/changeset/ports/390754 Log: - Update to 1.18 - Strip binary executable Changes: https://github.com/buganini/bug5/releases PR: 201018 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu (maintainer) Deleted: head/chinese/bug5/files/ Modified: head/chinese/bug5/Makefile head/chinese/bug5/distinfo Modified: head/chinese/bug5/Makefile ============================================================================== --- head/chinese/bug5/Makefile Sun Jun 28 08:38:34 2015 (r390753) +++ head/chinese/bug5/Makefile Sun Jun 28 08:38:39 2015 (r390754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bug5 -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= chinese converters MAINTAINER= buganini@gmail.com @@ -20,4 +20,7 @@ MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/bug5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bug5 + .include Modified: head/chinese/bug5/distinfo ============================================================================== --- head/chinese/bug5/distinfo Sun Jun 28 08:38:34 2015 (r390753) +++ head/chinese/bug5/distinfo Sun Jun 28 08:38:39 2015 (r390754) @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.17_GH0.tar.gz) = 0f78feed638073b6398267c585bafbc4e85f9d6e4dfa3046e6a497d54fdc228c -SIZE (buganini-bug5-1.17_GH0.tar.gz) = 5104 +SHA256 (buganini-bug5-1.18_GH0.tar.gz) = cbda17a43c97d8a260a9d58106b4e755205aac1fc74411d3084b782b42f9ac0a +SIZE (buganini-bug5-1.18_GH0.tar.gz) = 5132