diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-11 03:27:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-11 03:27:15 +0800 |
commit | f0027db43cfd6a8035c7bea91f5431349ad3be34 (patch) | |
tree | b853fc5c278fd45527640500d7c59c556a084159 /misc/py-pexpect/Makefile | |
parent | 3b55d20673cd5a6ca9890257142b2cef0bf36acc (diff) | |
download | freebsd-ports-gnome-f0027db43cfd6a8035c7bea91f5431349ad3be34.tar.gz freebsd-ports-gnome-f0027db43cfd6a8035c7bea91f5431349ad3be34.tar.zst freebsd-ports-gnome-f0027db43cfd6a8035c7bea91f5431349ad3be34.zip |
Update to 0.999 and work around buggy getpid() implementations in compiler.
PR: ports/65846
Submitted by: Marco Molteni <mmolteni@cisco.com>
Diffstat (limited to 'misc/py-pexpect/Makefile')
-rw-r--r-- | misc/py-pexpect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile index 9a86b20c3094..5f5ce8321f08 100644 --- a/misc/py-pexpect/Makefile +++ b/misc/py-pexpect/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pexpect -PORTVERSION= 0.99 +PORTVERSION= 0.999 CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |