From owner-svn-ports-all@FreeBSD.ORG Thu Jun 4 12:21:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89F8D1D0; Thu, 4 Jun 2015 12:21:39 +0000 (UTC) (envelope-from amdmi3@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 78058149D; Thu, 4 Jun 2015 12:21:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t54CLdja040954; Thu, 4 Jun 2015 12:21:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t54CLd7b040952; Thu, 4 Jun 2015 12:21:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506041221.t54CLd7b040952@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 4 Jun 2015 12:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388530 - head/www/tokyopromenade 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: Thu, 04 Jun 2015 12:21:39 -0000 Author: amdmi3 Date: Thu Jun 4 12:21:38 2015 New Revision: 388530 URL: https://svnweb.freebsd.org/changeset/ports/388530 Log: - Strip binaries - Drop @dirrm* from plist Modified: head/www/tokyopromenade/Makefile head/www/tokyopromenade/pkg-plist Modified: head/www/tokyopromenade/Makefile ============================================================================== --- head/www/tokyopromenade/Makefile Thu Jun 4 12:16:06 2015 (r388529) +++ head/www/tokyopromenade/Makefile Thu Jun 4 12:21:38 2015 (r388530) @@ -3,7 +3,7 @@ PORTNAME= tokyopromenade PORTVERSION= 0.9.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://fallabs.com/${PORTNAME}/ @@ -36,4 +36,9 @@ CFLAGS+= -Wno-incompatible-pointer-type post-patch: ${REINPLACE_CMD} -e "s/llua/llua-${LUA_VER}/g" ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/prommgr + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/promenade.cgi + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/promenade.fcgi + .include Modified: head/www/tokyopromenade/pkg-plist ============================================================================== --- head/www/tokyopromenade/pkg-plist Thu Jun 4 12:16:06 2015 (r388529) +++ head/www/tokyopromenade/pkg-plist Thu Jun 4 12:21:38 2015 (r388530) @@ -27,6 +27,3 @@ man/man1/prommgr.1.gz %%DATADIR%%/passwd.txt %%DATADIR%%/promenade.css %%DATADIR%%/promenade.tmpl -@dirrmtry %%DATADIR%%/misc -@dirrmtry %%DATADIR%%/doc -@dirrmtry %%DATADIR%%