diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-18 05:19:16 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-18 05:19:16 +0000 |
commit | ea260715cf193493e4fb95a02efda9bc5b3adeaa (patch) | |
tree | 677d30927e22b00bb52d9a8cdca9180092584f82 /comms | |
parent | 01f68d859b243afaf523ea5c3dd10cb89d15cd70 (diff) | |
download | ports-ea260715cf193493e4fb95a02efda9bc5b3adeaa.tar.gz ports-ea260715cf193493e4fb95a02efda9bc5b3adeaa.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-serial/Makefile | 4 | ||||
-rw-r--r-- | comms/py-serial/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile index 3bed9506de44..23e6a1041436 100644 --- a/comms/py-serial/Makefile +++ b/comms/py-serial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= serial -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyserial @@ -19,6 +19,6 @@ USE_ZIP= yes EXTRACT_BEFORE_ARGS= -a USE_PYTHON= yes USE_PYDISTUTILS= yes -PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} +USE_PYTHON_PREFIX= yes .include <bsd.port.mk> diff --git a/comms/py-serial/distinfo b/comms/py-serial/distinfo index b042714a2a62..086aa919f359 100644 --- a/comms/py-serial/distinfo +++ b/comms/py-serial/distinfo @@ -1 +1 @@ -MD5 (pyserial-1.15.zip) = 62e31019afcfb9b1a9dde5da8213ca9e +MD5 (pyserial-1.17.zip) = c7d29b084533bd90d1fb650ec05518f7 |