From owner-svn-ports-head@FreeBSD.ORG Mon Jul 15 09:20:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 46A754BF; Mon, 15 Jul 2013 09:20:34 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 39E03AB3; Mon, 15 Jul 2013 09:20:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6F9KYDF024334; Mon, 15 Jul 2013 09:20:34 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6F9KYvG024333; Mon, 15 Jul 2013 09:20:34 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201307150920.r6F9KYvG024333@svn.freebsd.org> From: Carlo Strub Date: Mon, 15 Jul 2013 09:20:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323025 - head/security/obfsproxy 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.14 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: Mon, 15 Jul 2013 09:20:34 -0000 Author: cs Date: Mon Jul 15 09:20:33 2013 New Revision: 323025 URL: http://svnweb.freebsd.org/changeset/ports/323025 Log: re-add pkg-message properly Modified: head/security/obfsproxy/Makefile Modified: head/security/obfsproxy/Makefile ============================================================================== --- head/security/obfsproxy/Makefile Mon Jul 15 08:50:55 2013 (r323024) +++ head/security/obfsproxy/Makefile Mon Jul 15 09:20:33 2013 (r323025) @@ -23,6 +23,7 @@ GIT_COMMIT= ba6098 USE_PYTHON= yes USE_TWISTED= yes USE_PYDISTUTILS=easy_install +SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy post-extract: @@ -30,4 +31,7 @@ post-extract: WRKSRC=${WRKDIR}/obfsproxy-${PORTVERSION} +post-install: + ${CAT} ${PKGMESSAGE} + .include