svn commit: r325399 - in head: . lang/python

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Aug 26 14:34:22 UTC 2013


Author: lwhsu
Date: Mon Aug 26 14:34:21 2013
New Revision: 325399
URL: http://svnweb.freebsd.org/changeset/ports/325399

Log:
  - Bump PORTREVISION of lang/python since the package changed
  - Refine UPDATING instruction
  
  Approved by:	mva

Modified:
  head/UPDATING
  head/lang/python/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Aug 26 13:52:05 2013	(r325398)
+++ head/UPDATING	Mon Aug 26 14:34:21 2013	(r325399)
@@ -20,7 +20,7 @@ you update your ports collection, before
 
   1. update lang/python2* and/or lang/python3*
   2. install lang/python2 and/or lang/python3
-  3. reinstall lang/python (if installed)
+  3. install/update lang/python
 
 20130816:
   AFFECTS: users of graphics/opendx and math/octave-forge-octcdf

Modified: head/lang/python/Makefile
==============================================================================
--- head/lang/python/Makefile	Mon Aug 26 13:52:05 2013	(r325398)
+++ head/lang/python/Makefile	Mon Aug 26 14:34:21 2013	(r325399)
@@ -3,6 +3,7 @@
 
 PORTNAME=	python
 PORTVERSION=	${PYTHON_VER}
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	# empty


More information about the svn-ports-all mailing list