svn commit: r439903 - head/lang/pypy

David Naylor dbn at FreeBSD.org
Mon May 1 18:09:48 UTC 2017


Author: dbn
Date: Mon May  1 18:09:47 2017
New Revision: 439903
URL: https://svnweb.freebsd.org/changeset/ports/439903

Log:
  lang/pypy3: bump PORTREVISION due to commit r439901
  
   - lang/pypy overrides lang/pypy3's PORTREVISION field
  
  PR:		218838

Modified:
  head/lang/pypy/Makefile

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Mon May  1 18:06:31 2017	(r439902)
+++ head/lang/pypy/Makefile	Mon May  1 18:09:47 2017	(r439903)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	pypy
 DISTVERSION?=	5.7.1	# Also update bsd.pypy.cffi.mk
-PORTREVISION=	1
+PORTREVISION?=	1
 CATEGORIES=	lang python
 MASTER_SITES=	https://bitbucket.org/pypy/pypy/downloads/ http://buildbot.pypy.org/mirror/
 DISTNAME?=	${PORTNAME}2-v${PORTVERSION}-src


More information about the svn-ports-all mailing list