From owner-svn-ports-all@freebsd.org Thu Jul 7 15:45:52 2016 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 BD23DB75298; Thu, 7 Jul 2016 15:45:52 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 89BDD1E7F; Thu, 7 Jul 2016 15:45:52 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u67FjpdD010219; Thu, 7 Jul 2016 15:45:51 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u67FjpuN010218; Thu, 7 Jul 2016 15:45:51 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201607071545.u67FjpuN010218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Thu, 7 Jul 2016 15:45:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418186 - head/irc/py-fishcrypt 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.22 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, 07 Jul 2016 15:45:52 -0000 Author: nemysis Date: Thu Jul 7 15:45:51 2016 New Revision: 418186 URL: https://svnweb.freebsd.org/changeset/ports/418186 Log: - Add PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} , forgotten in previous commit [1] PR: 209925 Submitted by: mat [1] Reported by: koobs Modified: head/irc/py-fishcrypt/Makefile Modified: head/irc/py-fishcrypt/Makefile ============================================================================== --- head/irc/py-fishcrypt/Makefile Thu Jul 7 14:25:52 2016 (r418185) +++ head/irc/py-fishcrypt/Makefile Thu Jul 7 15:45:51 2016 (r418186) @@ -4,6 +4,7 @@ PORTNAME= fishcrypt DISTVERSION= 5.31 CATEGORIES= irc security +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= nemysis@FreeBSD.org