Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2016 11:47:40 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416237 - head/irc/py-fishcrypt
Message-ID:  <201606011147.u51Bledu023606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nemysis@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606011147.u51Bledu023606>