From owner-svn-ports-all@freebsd.org Wed Jun 1 11:47:41 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 D6F0CB6078C; Wed, 1 Jun 2016 11:47:41 +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 8EFD51325; Wed, 1 Jun 2016 11:47:41 +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 u51BleAQ023607; Wed, 1 Jun 2016 11:47:40 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u51Bledu023606; Wed, 1 Jun 2016 11:47:40 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201606011147.u51Bledu023606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Wed, 1 Jun 2016 11:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416237 - 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: Wed, 01 Jun 2016 11:47:41 -0000 Author: nemysis Date: Wed Jun 1 11:47:40 2016 New Revision: 416237 URL: https://svnweb.freebsd.org/changeset/ports/416237 Log: - Use fishcrypt instead of py-fishcrypt [1] - Add GH_PROJECT= py-${PORTNAME} [1] PR: 209925 Submitted by: mat [1] >-This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M Makefile Modified: head/irc/py-fishcrypt/Makefile Modified: head/irc/py-fishcrypt/Makefile ============================================================================== --- head/irc/py-fishcrypt/Makefile Wed Jun 1 11:05:07 2016 (r416236) +++ head/irc/py-fishcrypt/Makefile Wed Jun 1 11:47:40 2016 (r416237) @@ -1,7 +1,7 @@ # Created by: Rusmir Dusko # $FreeBSD$ -PORTNAME= py-fishcrypt +PORTNAME= fishcrypt DISTVERSION= 5.31 CATEGORIES= irc security DIST_SUBDIR= python @@ -14,6 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycr USE_GITHUB= yes GH_ACCOUNT= fladd +GH_PROJECT= py-${PORTNAME} GH_TAGNAME= 43554b1a USES= dos2unix python:run