aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-pexpect/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-12-17 23:14:42 +0800
committerpav <pav@FreeBSD.org>2008-12-17 23:14:42 +0800
commit600f25eece673c0a6c05380a5545dbe8132e772a (patch)
tree06b24052dfd6a9f03e0dca3fdb570c2572bc3dce /misc/py-pexpect/Makefile
parentdb6e234668562486d8d2e74a79a2ba2abbf2133d (diff)
downloadfreebsd-ports-gnome-600f25eece673c0a6c05380a5545dbe8132e772a.tar.gz
freebsd-ports-gnome-600f25eece673c0a6c05380a5545dbe8132e772a.tar.zst
freebsd-ports-gnome-600f25eece673c0a6c05380a5545dbe8132e772a.zip
- Update to 2.4
PR: ports/126641 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout (dryice; 4 months)
Diffstat (limited to 'misc/py-pexpect/Makefile')
-rw-r--r--misc/py-pexpect/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile
index 3f7cf3200d79..0047cd885daf 100644
--- a/misc/py-pexpect/Makefile
+++ b/misc/py-pexpect/Makefile
@@ -7,11 +7,12 @@
#
PORTNAME= pexpect
-PORTVERSION= 2.3
+PORTVERSION= 2.4
CATEGORIES= misc python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES= CHEESESHOP \
+ ${MASTER_SITE_SOURCEFORGE} \
http://dryice.name/computer/FreeBSD/distfiles/
-MASTER_SITE_SUBDIR= ${PORTNAME}
+#MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dryice@FreeBSD.org