diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-08-26 22:34:21 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-08-26 22:34:21 +0800 |
commit | bc539842ff6bcc8f6dde5c0c6ae20eb6890ea9a2 (patch) | |
tree | faecb7351d50cc87b629826eccdd8d1eec1fd2d2 | |
parent | fc6081fc21f2357decdf38f6d17afeae20b92087 (diff) | |
download | freebsd-ports-gnome-bc539842ff6bcc8f6dde5c0c6ae20eb6890ea9a2.tar.gz freebsd-ports-gnome-bc539842ff6bcc8f6dde5c0c6ae20eb6890ea9a2.tar.zst freebsd-ports-gnome-bc539842ff6bcc8f6dde5c0c6ae20eb6890ea9a2.zip |
- Bump PORTREVISION of lang/python since the package changed
- Refine UPDATING instruction
Approved by: mva
-rw-r--r-- | UPDATING | 2 | ||||
-rw-r--r-- | lang/python/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ you update your ports collection, before attempting any port upgrades. 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 diff --git a/lang/python/Makefile b/lang/python/Makefile index ba48ab72cd6f..013c8485f2c5 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -3,6 +3,7 @@ PORTNAME= python PORTVERSION= ${PYTHON_VER} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= lang python ipv6 MASTER_SITES= # empty |