aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-fishcrypt
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2016-06-01 19:47:40 +0800
committernemysis <nemysis@FreeBSD.org>2016-06-01 19:47:40 +0800
commitd5e86ebf0854b47911d8c843c24b15f9b8aa4abd (patch)
treef1a879542e97a31047ad31cf4b48b501a4c30298 /irc/py-fishcrypt
parentc2cd2178defb726c5ec51b978efa47d1bd68a4a5 (diff)
downloadfreebsd-ports-gnome-d5e86ebf0854b47911d8c843c24b15f9b8aa4abd.tar.gz
freebsd-ports-gnome-d5e86ebf0854b47911d8c843c24b15f9b8aa4abd.tar.zst
freebsd-ports-gnome-d5e86ebf0854b47911d8c843c24b15f9b8aa4abd.zip
- 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
Diffstat (limited to 'irc/py-fishcrypt')
-rw-r--r--irc/py-fishcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile
index 0d55d2e596cc..7b1f70b56ec2 100644
--- a/irc/py-fishcrypt/Makefile
+++ b/irc/py-fishcrypt/Makefile
@@ -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}pycrypto>=0:security/py-pycrypto \
USE_GITHUB= yes
GH_ACCOUNT= fladd
+GH_PROJECT= py-${PORTNAME}
GH_TAGNAME= 43554b1a
USES= dos2unix python:run